Shades of Rock Blue #8F99C0
Tints of Rock Blue #8F99C0
RGB
CMYK
RGB Variations
Color information
#8F99C0 (or 0x8F99C0) is known color: Rock Blue. HEX triplet: 8F, 99 and C0. RGB value is (143,153,192). Sum of RGB (Red+Green+Blue) = 143+153+192=488 (64% of max value = 765). Red value is 143 (56.25% from 255 or 29.30% from 488); Green value is 153 (60.16% from 255 or 31.35% from 488); Blue value is 192 (75.39% from 255 or 39.34% from 488); Max value from RGB is 192 - color contains mainly: blue. Hex color #8F99C0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F99C0 is #70663F. Grayscale: #9A9A9A. Windows color (decimal): -7366208 or 12622223. OLE color: 12622223.
HSL color Cylindrical-coordinate representation of color #8F99C0: hue angle of 227.76º degrees, saturation: 0.28, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8F99C0 is Cyan = 0.26, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 143 | 153 | 192 | - |
| CMYK | 0.26 | 0.20 | 0 | 0.25 |
| HSL | 227.76º | 0.28% | 0.66% | - |
| HSV(B) | 227.76º | 0.26% | 0.75% | - |
| XYZ | 32.23 | 32.43 | 54.43 | - |
| YUV | 154.46 | 149.19 | 119.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 153 | 192 | 0.26 | 0.20 | 0 | 0.25 | 227.76 | 0.28 | 0.66 |
| Hex | 8F | 99 | C0 | 1A | 14 | 0 | 19 | E4 | 1C | 42 |
| Octal | 217 | 231 | 300 | 32 | 24 | 0 | 31 | 344 | 34 | 102 |
| Binary | 10001111 | 10011001 | 11000000 | 11010 | 10100 | 0 | 11001 | 11100100 | 11100 | 1000010 |
Color Harmonies of #8F99C0
Complementary color
Monochromatic Colors of #8F99C0
Black with #8F99C0
Text Example
Text Example
White with #8F99C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F99C0; }
p { color: rgb(143,153,192); }
H1.HeaderClassName
{
color: #8F99C0;
}
.AnyTagClassName
{
color: #8F99C0;
}
</style>
background-color css
<style>
a { background-color: #8F99C0; }
a { background-color: rgb(143,153,192); }
div.DivClassName
{
background-color: #8F99C0;
}
.BgClassName
{
background-color: #8F99C0;
}
</style>
border-color css
<style>
span { border-color: #8F99C0; }
span { border-color: rgb(143,153,192); }
td.TdClassName
{
border-color: #8F99C0;
}
.TagClassName
{
border-color: #8F99C0;
}
</style>