Shades of Rock Blue #8C9AB1
Tints of Rock Blue #8C9AB1
RGB
CMYK
RGB Variations
Color information
#8C9AB1 (or 0x8C9AB1) is known color: Rock Blue. HEX triplet: 8C, 9A and B1. RGB value is (140,154,177). Sum of RGB (Red+Green+Blue) = 140+154+177=471 (62% of max value = 765). Red value is 140 (55.08% from 255 or 29.72% from 471); Green value is 154 (60.55% from 255 or 32.70% from 471); Blue value is 177 (69.53% from 255 or 37.58% from 471); Max value from RGB is 177 - color contains mainly: blue. Hex color #8C9AB1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C9AB1 is #73654E. Grayscale: #989898. Windows color (decimal): -7562575 or 11639436. OLE color: 11639436.
HSL color Cylindrical-coordinate representation of color #8C9AB1: hue angle of 217.3º degrees, saturation: 0.19, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #8C9AB1 is Cyan = 0.21, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 140 | 154 | 177 | - |
| CMYK | 0.21 | 0.13 | 0 | 0.31 |
| HSL | 217.3º | 0.19% | 0.62% | - |
| HSV(B) | 217.3º | 0.21% | 0.69% | - |
| XYZ | 30.31 | 31.86 | 46.15 | - |
| YUV | 152.44 | 141.86 | 119.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 154 | 177 | 0.21 | 0.13 | 0 | 0.31 | 217.3 | 0.19 | 0.62 |
| Hex | 8C | 9A | B1 | 15 | D | 0 | 1F | D9 | 13 | 3E |
| Octal | 214 | 232 | 261 | 25 | 15 | 0 | 37 | 331 | 23 | 76 |
| Binary | 10001100 | 10011010 | 10110001 | 10101 | 1101 | 0 | 11111 | 11011001 | 10011 | 111110 |
Color Harmonies of #8C9AB1
Complementary color
Monochromatic Colors of #8C9AB1
Black with #8C9AB1
Text Example
Text Example
White with #8C9AB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C9AB1; }
p { color: rgb(140,154,177); }
H1.HeaderClassName
{
color: #8C9AB1;
}
.AnyTagClassName
{
color: #8C9AB1;
}
</style>
background-color css
<style>
a { background-color: #8C9AB1; }
a { background-color: rgb(140,154,177); }
div.DivClassName
{
background-color: #8C9AB1;
}
.BgClassName
{
background-color: #8C9AB1;
}
</style>
border-color css
<style>
span { border-color: #8C9AB1; }
span { border-color: rgb(140,154,177); }
td.TdClassName
{
border-color: #8C9AB1;
}
.TagClassName
{
border-color: #8C9AB1;
}
</style>