Shades of Blue Smoke #828683
Tints of Blue Smoke #828683
RGB
CMYK
RGB Variations
Color information
#828683 (or 0x828683) is known color: Blue Smoke. HEX triplet: 82, 86 and 83. RGB value is (130,134,131). Sum of RGB (Red+Green+Blue) = 130+134+131=395 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.91% from 395); Green value is 134 (52.73% from 255 or 33.92% from 395); Blue value is 131 (51.56% from 255 or 33.16% from 395); Max value from RGB is 134 - color contains mainly: green. Hex color #828683 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #828683 is #7D797C. Grayscale: #848484. Windows color (decimal): -8223101 or 8619650. OLE color: 8619650.
HSL color Cylindrical-coordinate representation of color #828683: hue angle of 135º degrees, saturation: 0.02, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #828683 is Cyan = 0.03, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 130 | 134 | 131 | - |
| CMYK | 0.03 | 0 | 0.02 | 0.47 |
| HSL | 135º | 0.02% | 0.52% | - |
| HSV(B) | 135º | 0.03% | 0.53% | - |
| XYZ | 21.83 | 23.43 | 24.85 | - |
| YUV | 132.46 | 127.17 | 126.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 134 | 131 | 0.03 | 0 | 0.02 | 0.47 | 135 | 0.02 | 0.52 |
| Hex | 82 | 86 | 83 | 3 | 0 | 2 | 2F | 87 | 2 | 34 |
| Octal | 202 | 206 | 203 | 3 | 0 | 2 | 57 | 207 | 2 | 64 |
| Binary | 10000010 | 10000110 | 10000011 | 11 | 0 | 10 | 101111 | 10000111 | 10 | 110100 |
Color Harmonies of #828683
Complementary color
Monochromatic Colors of #828683
Black with #828683
Text Example
Text Example
White with #828683
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828683; }
p { color: rgb(130,134,131); }
H1.HeaderClassName
{
color: #828683;
}
.AnyTagClassName
{
color: #828683;
}
</style>
background-color css
<style>
a { background-color: #828683; }
a { background-color: rgb(130,134,131); }
div.DivClassName
{
background-color: #828683;
}
.BgClassName
{
background-color: #828683;
}
</style>
border-color css
<style>
span { border-color: #828683; }
span { border-color: rgb(130,134,131); }
td.TdClassName
{
border-color: #828683;
}
.TagClassName
{
border-color: #828683;
}
</style>