Shades of Blue Smoke #858B87
Tints of Blue Smoke #858B87
RGB
CMYK
RGB Variations
Color information
#858B87 (or 0x858B87) is known color: Blue Smoke. HEX triplet: 85, 8B and 87. RGB value is (133,139,135). Sum of RGB (Red+Green+Blue) = 133+139+135=407 (53% of max value = 765). Red value is 133 (52.34% from 255 or 32.68% from 407); Green value is 139 (54.69% from 255 or 34.15% from 407); Blue value is 135 (53.12% from 255 or 33.17% from 407); Max value from RGB is 139 - color contains mainly: green. Hex color #858B87 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #858B87 is #7A7478. Grayscale: #888888. Windows color (decimal): -8025209 or 8883077. OLE color: 8883077.
HSL color Cylindrical-coordinate representation of color #858B87: hue angle of 140º degrees, saturation: 0.03, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #858B87 is Cyan = 0.04, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.45.
Color convert
RGB | 133 | 139 | 135 | - |
CMYK | 0.04 | 0 | 0.03 | 0.45 |
HSL | 140º | 0.03% | 0.53% | - |
HSV(B) | 140º | 0.04% | 0.55% | - |
XYZ | 23.28 | 25.2 | 26.56 | - |
YUV | 136.75 | 127.01 | 125.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 133 | 139 | 135 | 0.04 | 0 | 0.03 | 0.45 | 140 | 0.03 | 0.53 |
Hex | 85 | 8B | 87 | 4 | 0 | 3 | 2D | 8C | 3 | 35 |
Octal | 205 | 213 | 207 | 4 | 0 | 3 | 55 | 214 | 3 | 65 |
Binary | 10000101 | 10001011 | 10000111 | 100 | 0 | 11 | 101101 | 10001100 | 11 | 110101 |
Color Harmonies of #858B87
Complementary color
Monochromatic Colors of #858B87
Black with #858B87
Text Example
Text Example
White with #858B87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858B87; }
p { color: rgb(133,139,135); }
H1.HeaderClassName
{
color: #858B87;
}
.AnyTagClassName
{
color: #858B87;
}
</style>
background-color css
<style>
a { background-color: #858B87; }
a { background-color: rgb(133,139,135); }
div.DivClassName
{
background-color: #858B87;
}
.BgClassName
{
background-color: #858B87;
}
</style>
border-color css
<style>
span { border-color: #858B87; }
span { border-color: rgb(133,139,135); }
td.TdClassName
{
border-color: #858B87;
}
.TagClassName
{
border-color: #858B87;
}
</style>