Shades of Rock Blue #8C9BAF
Tints of Rock Blue #8C9BAF
RGB
CMYK
RGB Variations
Color information
#8C9BAF (or 0x8C9BAF) is known color: Rock Blue. HEX triplet: 8C, 9B and AF. RGB value is (140,155,175). Sum of RGB (Red+Green+Blue) = 140+155+175=470 (62% of max value = 765). Red value is 140 (55.08% from 255 or 29.79% from 470); Green value is 155 (60.94% from 255 or 32.98% from 470); Blue value is 175 (68.75% from 255 or 37.23% from 470); Max value from RGB is 175 - color contains mainly: blue. Hex color #8C9BAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C9BAF is #736450. Grayscale: #989898. Windows color (decimal): -7562321 or 11508620. OLE color: 11508620.
HSL color Cylindrical-coordinate representation of color #8C9BAF: hue angle of 214.29º degrees, saturation: 0.18, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #8C9BAF is Cyan = 0.2, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 140 | 155 | 175 | - |
| CMYK | 0.2 | 0.11 | 0 | 0.31 |
| HSL | 214.29º | 0.18% | 0.62% | - |
| HSV(B) | 214.29º | 0.2% | 0.69% | - |
| XYZ | 30.27 | 32.11 | 45.16 | - |
| YUV | 152.8 | 140.53 | 118.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 155 | 175 | 0.2 | 0.11 | 0 | 0.31 | 214.29 | 0.18 | 0.62 |
| Hex | 8C | 9B | AF | 14 | B | 0 | 1F | D6 | 12 | 3E |
| Octal | 214 | 233 | 257 | 24 | 13 | 0 | 37 | 326 | 22 | 76 |
| Binary | 10001100 | 10011011 | 10101111 | 10100 | 1011 | 0 | 11111 | 11010110 | 10010 | 111110 |
Color Harmonies of #8C9BAF
Complementary color
Monochromatic Colors of #8C9BAF
Black with #8C9BAF
Text Example
Text Example
White with #8C9BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C9BAF; }
p { color: rgb(140,155,175); }
H1.HeaderClassName
{
color: #8C9BAF;
}
.AnyTagClassName
{
color: #8C9BAF;
}
</style>
background-color css
<style>
a { background-color: #8C9BAF; }
a { background-color: rgb(140,155,175); }
div.DivClassName
{
background-color: #8C9BAF;
}
.BgClassName
{
background-color: #8C9BAF;
}
</style>
border-color css
<style>
span { border-color: #8C9BAF; }
span { border-color: rgb(140,155,175); }
td.TdClassName
{
border-color: #8C9BAF;
}
.TagClassName
{
border-color: #8C9BAF;
}
</style>