Shades of Blue Smoke #828C85
Tints of Blue Smoke #828C85
RGB
CMYK
RGB Variations
Color information
#828C85 (or 0x828C85) is known color: Blue Smoke. HEX triplet: 82, 8C and 85. RGB value is (130,140,133). Sum of RGB (Red+Green+Blue) = 130+140+133=403 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.26% from 403); Green value is 140 (55.08% from 255 or 34.74% from 403); Blue value is 133 (52.34% from 255 or 33.00% from 403); Max value from RGB is 140 - color contains mainly: green. Hex color #828C85 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #828C85 is #7D737A. Grayscale: #888888. Windows color (decimal): -8221563 or 8752258. OLE color: 8752258.
HSL color Cylindrical-coordinate representation of color #828C85: hue angle of 138º degrees, saturation: 0.04, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #828C85 is Cyan = 0.07, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 130 | 140 | 133 | - |
| CMYK | 0.07 | 0 | 0.05 | 0.45 |
| HSL | 138º | 0.04% | 0.53% | - |
| HSV(B) | 138º | 0.07% | 0.55% | - |
| XYZ | 22.82 | 25.2 | 25.85 | - |
| YUV | 136.21 | 126.19 | 123.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 140 | 133 | 0.07 | 0 | 0.05 | 0.45 | 138 | 0.04 | 0.53 |
| Hex | 82 | 8C | 85 | 7 | 0 | 5 | 2D | 8A | 4 | 35 |
| Octal | 202 | 214 | 205 | 7 | 0 | 5 | 55 | 212 | 4 | 65 |
| Binary | 10000010 | 10001100 | 10000101 | 111 | 0 | 101 | 101101 | 10001010 | 100 | 110101 |
Color Harmonies of #828C85
Complementary color
Monochromatic Colors of #828C85
Black with #828C85
Text Example
Text Example
White with #828C85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828C85; }
p { color: rgb(130,140,133); }
H1.HeaderClassName
{
color: #828C85;
}
.AnyTagClassName
{
color: #828C85;
}
</style>
background-color css
<style>
a { background-color: #828C85; }
a { background-color: rgb(130,140,133); }
div.DivClassName
{
background-color: #828C85;
}
.BgClassName
{
background-color: #828C85;
}
</style>
border-color css
<style>
span { border-color: #828C85; }
span { border-color: rgb(130,140,133); }
td.TdClassName
{
border-color: #828C85;
}
.TagClassName
{
border-color: #828C85;
}
</style>