Shades of Rock Blue #8C9DAF
Tints of Rock Blue #8C9DAF
RGB
CMYK
RGB Variations
Color information
#8C9DAF (or 0x8C9DAF) is known color: Rock Blue. HEX triplet: 8C, 9D and AF. RGB value is (140,157,175). Sum of RGB (Red+Green+Blue) = 140+157+175=472 (62% of max value = 765). Red value is 140 (55.08% from 255 or 29.66% from 472); Green value is 157 (61.72% from 255 or 33.26% from 472); Blue value is 175 (68.75% from 255 or 37.08% from 472); Max value from RGB is 175 - color contains mainly: blue. Hex color #8C9DAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C9DAF is #736250. Grayscale: #999999. Windows color (decimal): -7561809 or 11509132. OLE color: 11509132.
HSL color Cylindrical-coordinate representation of color #8C9DAF: hue angle of 210.86º 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 #8C9DAF is Cyan = 0.2, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 140 | 157 | 175 | - |
| CMYK | 0.2 | 0.10 | 0 | 0.31 |
| HSL | 210.86º | 0.18% | 0.62% | - |
| HSV(B) | 210.86º | 0.2% | 0.69% | - |
| XYZ | 30.61 | 32.78 | 45.27 | - |
| YUV | 153.97 | 139.87 | 118.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 157 | 175 | 0.2 | 0.10 | 0 | 0.31 | 210.86 | 0.18 | 0.62 |
| Hex | 8C | 9D | AF | 14 | A | 0 | 1F | D3 | 12 | 3E |
| Octal | 214 | 235 | 257 | 24 | 12 | 0 | 37 | 323 | 22 | 76 |
| Binary | 10001100 | 10011101 | 10101111 | 10100 | 1010 | 0 | 11111 | 11010011 | 10010 | 111110 |
Color Harmonies of #8C9DAF
Complementary color
Monochromatic Colors of #8C9DAF
Black with #8C9DAF
Text Example
Text Example
White with #8C9DAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C9DAF; }
p { color: rgb(140,157,175); }
H1.HeaderClassName
{
color: #8C9DAF;
}
.AnyTagClassName
{
color: #8C9DAF;
}
</style>
background-color css
<style>
a { background-color: #8C9DAF; }
a { background-color: rgb(140,157,175); }
div.DivClassName
{
background-color: #8C9DAF;
}
.BgClassName
{
background-color: #8C9DAF;
}
</style>
border-color css
<style>
span { border-color: #8C9DAF; }
span { border-color: rgb(140,157,175); }
td.TdClassName
{
border-color: #8C9DAF;
}
.TagClassName
{
border-color: #8C9DAF;
}
</style>