Shades of Rock Blue #8F9EC0
Tints of Rock Blue #8F9EC0
RGB
CMYK
RGB Variations
Color information
#8F9EC0 (or 0x8F9EC0) is known color: Rock Blue. HEX triplet: 8F, 9E and C0. RGB value is (143,158,192). Sum of RGB (Red+Green+Blue) = 143+158+192=493 (65% of max value = 765). Red value is 143 (56.25% from 255 or 29.01% from 493); Green value is 158 (62.11% from 255 or 32.05% from 493); Blue value is 192 (75.39% from 255 or 38.95% from 493); Max value from RGB is 192 - color contains mainly: blue. Hex color #8F9EC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F9EC0 is #70613F. Grayscale: #9D9D9D. Windows color (decimal): -7364928 or 12623503. OLE color: 12623503.
HSL color Cylindrical-coordinate representation of color #8F9EC0: hue angle of 221.63º 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 #8F9EC0 is Cyan = 0.26, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 143 | 158 | 192 | - |
| CMYK | 0.26 | 0.18 | 0 | 0.25 |
| HSL | 221.63º | 0.28% | 0.66% | - |
| HSV(B) | 221.63º | 0.26% | 0.75% | - |
| XYZ | 33.07 | 34.1 | 54.71 | - |
| YUV | 157.39 | 147.53 | 117.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 158 | 192 | 0.26 | 0.18 | 0 | 0.25 | 221.63 | 0.28 | 0.66 |
| Hex | 8F | 9E | C0 | 1A | 12 | 0 | 19 | DE | 1C | 42 |
| Octal | 217 | 236 | 300 | 32 | 22 | 0 | 31 | 336 | 34 | 102 |
| Binary | 10001111 | 10011110 | 11000000 | 11010 | 10010 | 0 | 11001 | 11011110 | 11100 | 1000010 |
Color Harmonies of #8F9EC0
Complementary color
Monochromatic Colors of #8F9EC0
Black with #8F9EC0
Text Example
Text Example
White with #8F9EC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F9EC0; }
p { color: rgb(143,158,192); }
H1.HeaderClassName
{
color: #8F9EC0;
}
.AnyTagClassName
{
color: #8F9EC0;
}
</style>
background-color css
<style>
a { background-color: #8F9EC0; }
a { background-color: rgb(143,158,192); }
div.DivClassName
{
background-color: #8F9EC0;
}
.BgClassName
{
background-color: #8F9EC0;
}
</style>
border-color css
<style>
span { border-color: #8F9EC0; }
span { border-color: rgb(143,158,192); }
td.TdClassName
{
border-color: #8F9EC0;
}
.TagClassName
{
border-color: #8F9EC0;
}
</style>