Shades of Blue Smoke #858D87
Tints of Blue Smoke #858D87
RGB
CMYK
RGB Variations
Color information
#858D87 (or 0x858D87) is known color: Blue Smoke. HEX triplet: 85, 8D and 87. RGB value is (133,141,135). Sum of RGB (Red+Green+Blue) = 133+141+135=409 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.52% from 409); Green value is 141 (55.47% from 255 or 34.47% from 409); Blue value is 135 (53.12% from 255 or 33.01% from 409); Max value from RGB is 141 - color contains mainly: green. Hex color #858D87 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #858D87 is #7A7278. Grayscale: #898989. Windows color (decimal): -8024697 or 8883589. OLE color: 8883589.
HSL color Cylindrical-coordinate representation of color #858D87: hue angle of 135º degrees, saturation: 0.03, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #858D87 is Cyan = 0.06, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.45.
Color convert
RGB | 133 | 141 | 135 | - |
CMYK | 0.06 | 0 | 0.04 | 0.45 |
HSL | 135º | 0.03% | 0.54% | - |
HSV(B) | 135º | 0.06% | 0.55% | - |
XYZ | 23.57 | 25.79 | 26.66 | - |
YUV | 137.92 | 126.35 | 124.49 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 133 | 141 | 135 | 0.06 | 0 | 0.04 | 0.45 | 135 | 0.03 | 0.54 |
Hex | 85 | 8D | 87 | 6 | 0 | 4 | 2D | 87 | 3 | 36 |
Octal | 205 | 215 | 207 | 6 | 0 | 4 | 55 | 207 | 3 | 66 |
Binary | 10000101 | 10001101 | 10000111 | 110 | 0 | 100 | 101101 | 10000111 | 11 | 110110 |
Color Harmonies of #858D87
Complementary color
Monochromatic Colors of #858D87
Black with #858D87
Text Example
Text Example
White with #858D87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858D87; }
p { color: rgb(133,141,135); }
H1.HeaderClassName
{
color: #858D87;
}
.AnyTagClassName
{
color: #858D87;
}
</style>
background-color css
<style>
a { background-color: #858D87; }
a { background-color: rgb(133,141,135); }
div.DivClassName
{
background-color: #858D87;
}
.BgClassName
{
background-color: #858D87;
}
</style>
border-color css
<style>
span { border-color: #858D87; }
span { border-color: rgb(133,141,135); }
td.TdClassName
{
border-color: #858D87;
}
.TagClassName
{
border-color: #858D87;
}
</style>