Shades of Blue Smoke #878A88
Tints of Blue Smoke #878A88
RGB
CMYK
RGB Variations
Color information
#878A88 (or 0x878A88) is known color: Blue Smoke. HEX triplet: 87, 8A and 88. RGB value is (135,138,136). Sum of RGB (Red+Green+Blue) = 135+138+136=409 (54% of max value = 765). Red value is 135 (53.12% from 255 or 33.01% from 409); Green value is 138 (54.30% from 255 or 33.74% from 409); Blue value is 136 (53.52% from 255 or 33.25% from 409); Max value from RGB is 138 - color contains mainly: green. Hex color #878A88 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #878A88 is #787577. Grayscale: #888888. Windows color (decimal): -7894392 or 8948359. OLE color: 8948359.
HSL color Cylindrical-coordinate representation of color #878A88: hue angle of 140º degrees, saturation: 0.01, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #878A88 is Cyan = 0.02, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 135 | 138 | 136 | - |
| CMYK | 0.02 | 0 | 0.01 | 0.46 |
| HSL | 140º | 0.01% | 0.54% | - |
| HSV(B) | 140º | 0.02% | 0.54% | - |
| XYZ | 23.52 | 25.11 | 26.9 | - |
| YUV | 136.88 | 127.51 | 126.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 138 | 136 | 0.02 | 0 | 0.01 | 0.46 | 140 | 0.01 | 0.54 |
| Hex | 87 | 8A | 88 | 2 | 0 | 1 | 2E | 8C | 1 | 36 |
| Octal | 207 | 212 | 210 | 2 | 0 | 1 | 56 | 214 | 1 | 66 |
| Binary | 10000111 | 10001010 | 10001000 | 10 | 0 | 1 | 101110 | 10001100 | 1 | 110110 |
Color Harmonies of #878A88
Complementary color
Monochromatic Colors of #878A88
Black with #878A88
Text Example
Text Example
White with #878A88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #878A88; }
p { color: rgb(135,138,136); }
H1.HeaderClassName
{
color: #878A88;
}
.AnyTagClassName
{
color: #878A88;
}
</style>
background-color css
<style>
a { background-color: #878A88; }
a { background-color: rgb(135,138,136); }
div.DivClassName
{
background-color: #878A88;
}
.BgClassName
{
background-color: #878A88;
}
</style>
border-color css
<style>
span { border-color: #878A88; }
span { border-color: rgb(135,138,136); }
td.TdClassName
{
border-color: #878A88;
}
.TagClassName
{
border-color: #878A88;
}
</style>