Shades of Rock Blue #8F9EC1
Tints of Rock Blue #8F9EC1
RGB
CMYK
RGB Variations
Color information
#8F9EC1 (or 0x8F9EC1) is known color: Rock Blue. HEX triplet: 8F, 9E and C1. RGB value is (143,158,193). Sum of RGB (Red+Green+Blue) = 143+158+193=494 (65% of max value = 765). Red value is 143 (56.25% from 255 or 28.95% from 494); Green value is 158 (62.11% from 255 or 31.98% from 494); Blue value is 193 (75.78% from 255 or 39.07% from 494); Max value from RGB is 193 - color contains mainly: blue. Hex color #8F9EC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F9EC1 is #70613E. Grayscale: #9D9D9D. Windows color (decimal): -7364927 or 12689039. OLE color: 12689039.
HSL color Cylindrical-coordinate representation of color #8F9EC1: hue angle of 222º degrees, saturation: 0.29, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8F9EC1 is Cyan = 0.26, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 143 | 158 | 193 | - |
| CMYK | 0.26 | 0.18 | 0 | 0.24 |
| HSL | 222º | 0.29% | 0.66% | - |
| HSV(B) | 222º | 0.26% | 0.76% | - |
| XYZ | 33.18 | 34.14 | 55.29 | - |
| YUV | 157.51 | 148.03 | 117.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 158 | 193 | 0.26 | 0.18 | 0 | 0.24 | 222 | 0.29 | 0.66 |
| Hex | 8F | 9E | C1 | 1A | 12 | 0 | 18 | DE | 1D | 42 |
| Octal | 217 | 236 | 301 | 32 | 22 | 0 | 30 | 336 | 35 | 102 |
| Binary | 10001111 | 10011110 | 11000001 | 11010 | 10010 | 0 | 11000 | 11011110 | 11101 | 1000010 |
Color Harmonies of #8F9EC1
Complementary color
Monochromatic Colors of #8F9EC1
Black with #8F9EC1
Text Example
Text Example
White with #8F9EC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F9EC1; }
p { color: rgb(143,158,193); }
H1.HeaderClassName
{
color: #8F9EC1;
}
.AnyTagClassName
{
color: #8F9EC1;
}
</style>
background-color css
<style>
a { background-color: #8F9EC1; }
a { background-color: rgb(143,158,193); }
div.DivClassName
{
background-color: #8F9EC1;
}
.BgClassName
{
background-color: #8F9EC1;
}
</style>
border-color css
<style>
span { border-color: #8F9EC1; }
span { border-color: rgb(143,158,193); }
td.TdClassName
{
border-color: #8F9EC1;
}
.TagClassName
{
border-color: #8F9EC1;
}
</style>