Shades of Rock Blue #8F99AB
Tints of Rock Blue #8F99AB
RGB
CMYK
RGB Variations
Color information
#8F99AB (or 0x8F99AB) is known color: Rock Blue. HEX triplet: 8F, 99 and AB. RGB value is (143,153,171). Sum of RGB (Red+Green+Blue) = 143+153+171=467 (61% of max value = 765). Red value is 143 (56.25% from 255 or 30.62% from 467); Green value is 153 (60.16% from 255 or 32.76% from 467); Blue value is 171 (67.19% from 255 or 36.62% from 467); Max value from RGB is 171 - color contains mainly: blue. Hex color #8F99AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F99AB is #706654. Grayscale: #979797. Windows color (decimal): -7366229 or 11245967. OLE color: 11245967.
HSL color Cylindrical-coordinate representation of color #8F99AB: hue angle of 218.57º degrees, saturation: 0.14, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #8F99AB is Cyan = 0.16, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 143 | 153 | 171 | - |
| CMYK | 0.16 | 0.11 | 0 | 0.33 |
| HSL | 218.57º | 0.14% | 0.62% | - |
| HSV(B) | 218.57º | 0.16% | 0.67% | - |
| XYZ | 30.07 | 31.56 | 43.04 | - |
| YUV | 152.06 | 138.69 | 121.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 153 | 171 | 0.16 | 0.11 | 0 | 0.33 | 218.57 | 0.14 | 0.62 |
| Hex | 8F | 99 | AB | 10 | B | 0 | 21 | DB | E | 3E |
| Octal | 217 | 231 | 253 | 20 | 13 | 0 | 41 | 333 | 16 | 76 |
| Binary | 10001111 | 10011001 | 10101011 | 10000 | 1011 | 0 | 100001 | 11011011 | 1110 | 111110 |
Color Harmonies of #8F99AB
Complementary color
Monochromatic Colors of #8F99AB
Black with #8F99AB
Text Example
Text Example
White with #8F99AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F99AB; }
p { color: rgb(143,153,171); }
H1.HeaderClassName
{
color: #8F99AB;
}
.AnyTagClassName
{
color: #8F99AB;
}
</style>
background-color css
<style>
a { background-color: #8F99AB; }
a { background-color: rgb(143,153,171); }
div.DivClassName
{
background-color: #8F99AB;
}
.BgClassName
{
background-color: #8F99AB;
}
</style>
border-color css
<style>
span { border-color: #8F99AB; }
span { border-color: rgb(143,153,171); }
td.TdClassName
{
border-color: #8F99AB;
}
.TagClassName
{
border-color: #8F99AB;
}
</style>