Random Color Generator

#829085 Color

Color Codes
Hex Code #829085
RGB Code rgb(130, 144, 133)
HSL Code hsl(133, 6%, 54%)

#829085 Color Syntax

rgb()

 rgb(Red, Green, Blue);
 rgba(Red, Green, Blue, Alpha);

 main {
    background-color: rgb(130, 144, 133);
   }

R(red), G(green), B(blue) can be number between 0-255.
A parameter is a hex characters (0–9, A–F) and optional.

hsl()

 hsl(hue saturation lightness);
 hsl(hue saturation lightness / alpha);

 div {
  background-color: hsl(133, 6%, 54%);
  }

Saturation value is a percentage value between 0% unsaturated and 100% fully saturated.
Lightness value is a percentage value between 100% is white and 0% is black.

Lighter and darker colors of #829085

RGB Code Hex Code Preview
rgb(130, 144, 133, 10%) #8290851a  
rgb(130, 144, 133, 20%) #82908533  
rgb(130, 144, 133, 40%) #8290854C  
rgb(130, 144, 133, 60%) #82908599  
rgb(130, 144, 133, 80%) #829085CC  
rgb(130, 144, 133, 100%) #829085FF  

Saturated and desaturated colors of #829085

HSL Code Preview
hsl(133, 10%, 54%)  
hsl(133, 20%, 54%)  
hsl(133, 40%, 54%)  
hsl(133, 60%, 54%)  
hsl(133, 80%, 54%)  
hsl(133, 100%, 54%)  

#829085 Color Usage In CSS

 body {
    color: #829085;
    }
 p {
    color: rgb(130, 144, 133);
    }
 header {
    border-bottom:1px solid #829085;
    }
Recent Random Colors