Shades of Rock Blue #8B9AAF
Tints of Rock Blue #8B9AAF
RGB
CMYK
RGB Variations
Color information
#8B9AAF (or 0x8B9AAF) is known color: Rock Blue. HEX triplet: 8B, 9A and AF. RGB value is (139,154,175). Sum of RGB (Red+Green+Blue) = 139+154+175=468 (61% of max value = 765). Red value is 139 (54.69% from 255 or 29.70% from 468); Green value is 154 (60.55% from 255 or 32.91% from 468); Blue value is 175 (68.75% from 255 or 37.39% from 468); Max value from RGB is 175 - color contains mainly: blue. Hex color #8B9AAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B9AAF is #746550. Grayscale: #979797. Windows color (decimal): -7628113 or 11508363. OLE color: 11508363.
HSL color Cylindrical-coordinate representation of color #8B9AAF: hue angle of 215º degrees, saturation: 0.18, 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 #8B9AAF is Cyan = 0.21, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 139 | 154 | 175 | - |
| CMYK | 0.21 | 0.12 | 0 | 0.31 |
| HSL | 215º | 0.18% | 0.62% | - |
| HSV(B) | 215º | 0.21% | 0.69% | - |
| XYZ | 29.94 | 31.7 | 45.1 | - |
| YUV | 151.91 | 141.03 | 118.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 154 | 175 | 0.21 | 0.12 | 0 | 0.31 | 215 | 0.18 | 0.62 |
| Hex | 8B | 9A | AF | 15 | C | 0 | 1F | D7 | 12 | 3E |
| Octal | 213 | 232 | 257 | 25 | 14 | 0 | 37 | 327 | 22 | 76 |
| Binary | 10001011 | 10011010 | 10101111 | 10101 | 1100 | 0 | 11111 | 11010111 | 10010 | 111110 |
Color Harmonies of #8B9AAF
Complementary color
Monochromatic Colors of #8B9AAF
Black with #8B9AAF
Text Example
Text Example
White with #8B9AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B9AAF; }
p { color: rgb(139,154,175); }
H1.HeaderClassName
{
color: #8B9AAF;
}
.AnyTagClassName
{
color: #8B9AAF;
}
</style>
background-color css
<style>
a { background-color: #8B9AAF; }
a { background-color: rgb(139,154,175); }
div.DivClassName
{
background-color: #8B9AAF;
}
.BgClassName
{
background-color: #8B9AAF;
}
</style>
border-color css
<style>
span { border-color: #8B9AAF; }
span { border-color: rgb(139,154,175); }
td.TdClassName
{
border-color: #8B9AAF;
}
.TagClassName
{
border-color: #8B9AAF;
}
</style>