Shades of Rock Blue #8F9BAC
Tints of Rock Blue #8F9BAC
RGB
CMYK
RGB Variations
Color information
#8F9BAC (or 0x8F9BAC) is known color: Rock Blue. HEX triplet: 8F, 9B and AC. RGB value is (143,155,172). Sum of RGB (Red+Green+Blue) = 143+155+172=470 (62% of max value = 765). Red value is 143 (56.25% from 255 or 30.43% from 470); Green value is 155 (60.94% from 255 or 32.98% from 470); Blue value is 172 (67.58% from 255 or 36.60% from 470); Max value from RGB is 172 - color contains mainly: blue. Hex color #8F9BAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F9BAC is #706453. Grayscale: #999999. Windows color (decimal): -7365716 or 11312015. OLE color: 11312015.
HSL color Cylindrical-coordinate representation of color #8F9BAC: hue angle of 215.17º degrees, saturation: 0.15, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #8F9BAC is Cyan = 0.17, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 143 | 155 | 172 | - |
| CMYK | 0.17 | 0.10 | 0 | 0.33 |
| HSL | 215.17º | 0.15% | 0.62% | - |
| HSV(B) | 215.17º | 0.17% | 0.67% | - |
| XYZ | 30.5 | 32.26 | 43.65 | - |
| YUV | 153.35 | 138.52 | 120.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 155 | 172 | 0.17 | 0.10 | 0 | 0.33 | 215.17 | 0.15 | 0.62 |
| Hex | 8F | 9B | AC | 11 | A | 0 | 21 | D7 | F | 3E |
| Octal | 217 | 233 | 254 | 21 | 12 | 0 | 41 | 327 | 17 | 76 |
| Binary | 10001111 | 10011011 | 10101100 | 10001 | 1010 | 0 | 100001 | 11010111 | 1111 | 111110 |
Color Harmonies of #8F9BAC
Complementary color
Monochromatic Colors of #8F9BAC
Black with #8F9BAC
Text Example
Text Example
White with #8F9BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F9BAC; }
p { color: rgb(143,155,172); }
H1.HeaderClassName
{
color: #8F9BAC;
}
.AnyTagClassName
{
color: #8F9BAC;
}
</style>
background-color css
<style>
a { background-color: #8F9BAC; }
a { background-color: rgb(143,155,172); }
div.DivClassName
{
background-color: #8F9BAC;
}
.BgClassName
{
background-color: #8F9BAC;
}
</style>
border-color css
<style>
span { border-color: #8F9BAC; }
span { border-color: rgb(143,155,172); }
td.TdClassName
{
border-color: #8F9BAC;
}
.TagClassName
{
border-color: #8F9BAC;
}
</style>