Shades of Blue Smoke #868C88
Tints of Blue Smoke #868C88
RGB
CMYK
RGB Variations
Color information
#868C88 (or 0x868C88) is known color: Blue Smoke. HEX triplet: 86, 8C and 88. RGB value is (134,140,136). Sum of RGB (Red+Green+Blue) = 134+140+136=410 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.68% from 410); Green value is 140 (55.08% from 255 or 34.15% from 410); Blue value is 136 (53.52% from 255 or 33.17% from 410); Max value from RGB is 140 - color contains mainly: green. Hex color #868C88 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #868C88 is #797377. Grayscale: #898989. Windows color (decimal): -7959416 or 8948870. OLE color: 8948870.
HSL color Cylindrical-coordinate representation of color #868C88: hue angle of 140º degrees, saturation: 0.03, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #868C88 is Cyan = 0.04, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 134 | 140 | 136 | - |
| CMYK | 0.04 | 0 | 0.03 | 0.45 |
| HSL | 140º | 0.03% | 0.54% | - |
| HSV(B) | 140º | 0.04% | 0.55% | - |
| XYZ | 23.65 | 25.6 | 26.99 | - |
| YUV | 137.75 | 127.01 | 125.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 140 | 136 | 0.04 | 0 | 0.03 | 0.45 | 140 | 0.03 | 0.54 |
| Hex | 86 | 8C | 88 | 4 | 0 | 3 | 2D | 8C | 3 | 36 |
| Octal | 206 | 214 | 210 | 4 | 0 | 3 | 55 | 214 | 3 | 66 |
| Binary | 10000110 | 10001100 | 10001000 | 100 | 0 | 11 | 101101 | 10001100 | 11 | 110110 |
Color Harmonies of #868C88
Complementary color
Monochromatic Colors of #868C88
Black with #868C88
Text Example
Text Example
White with #868C88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #868C88; }
p { color: rgb(134,140,136); }
H1.HeaderClassName
{
color: #868C88;
}
.AnyTagClassName
{
color: #868C88;
}
</style>
background-color css
<style>
a { background-color: #868C88; }
a { background-color: rgb(134,140,136); }
div.DivClassName
{
background-color: #868C88;
}
.BgClassName
{
background-color: #868C88;
}
</style>
border-color css
<style>
span { border-color: #868C88; }
span { border-color: rgb(134,140,136); }
td.TdClassName
{
border-color: #868C88;
}
.TagClassName
{
border-color: #868C88;
}
</style>