Shades of Blue Smoke #898C8A
Tints of Blue Smoke #898C8A
RGB
CMYK
RGB Variations
Color information
#898C8A (or 0x898C8A) is known color: Blue Smoke. HEX triplet: 89, 8C and 8A. RGB value is (137,140,138). Sum of RGB (Red+Green+Blue) = 137+140+138=415 (54% of max value = 765). Red value is 137 (53.91% from 255 or 33.01% from 415); Green value is 140 (55.08% from 255 or 33.73% from 415); Blue value is 138 (54.30% from 255 or 33.25% from 415); Max value from RGB is 140 - color contains mainly: green. Hex color #898C8A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #898C8A is #767375. Grayscale: #8A8A8A. Windows color (decimal): -7762806 or 9079945. OLE color: 9079945.
HSL color Cylindrical-coordinate representation of color #898C8A: hue angle of 140º degrees, saturation: 0.01, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #898C8A is Cyan = 0.02, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 137 | 140 | 138 | - |
| CMYK | 0.02 | 0 | 0.01 | 0.45 |
| HSL | 140º | 0.01% | 0.54% | - |
| HSV(B) | 140º | 0.02% | 0.55% | - |
| XYZ | 24.28 | 25.91 | 27.77 | - |
| YUV | 138.88 | 127.51 | 126.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 140 | 138 | 0.02 | 0 | 0.01 | 0.45 | 140 | 0.01 | 0.54 |
| Hex | 89 | 8C | 8A | 2 | 0 | 1 | 2D | 8C | 1 | 36 |
| Octal | 211 | 214 | 212 | 2 | 0 | 1 | 55 | 214 | 1 | 66 |
| Binary | 10001001 | 10001100 | 10001010 | 10 | 0 | 1 | 101101 | 10001100 | 1 | 110110 |
Color Harmonies of #898C8A
Complementary color
Monochromatic Colors of #898C8A
Black with #898C8A
Text Example
Text Example
White with #898C8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #898C8A; }
p { color: rgb(137,140,138); }
H1.HeaderClassName
{
color: #898C8A;
}
.AnyTagClassName
{
color: #898C8A;
}
</style>
background-color css
<style>
a { background-color: #898C8A; }
a { background-color: rgb(137,140,138); }
div.DivClassName
{
background-color: #898C8A;
}
.BgClassName
{
background-color: #898C8A;
}
</style>
border-color css
<style>
span { border-color: #898C8A; }
span { border-color: rgb(137,140,138); }
td.TdClassName
{
border-color: #898C8A;
}
.TagClassName
{
border-color: #898C8A;
}
</style>