Shades of Rock Blue #8F9EC3
Tints of Rock Blue #8F9EC3
RGB
CMYK
RGB Variations
Color information
#8F9EC3 (or 0x8F9EC3) is known color: Rock Blue. HEX triplet: 8F, 9E and C3. RGB value is (143,158,195). Sum of RGB (Red+Green+Blue) = 143+158+195=496 (65% of max value = 765). Red value is 143 (56.25% from 255 or 28.83% from 496); Green value is 158 (62.11% from 255 or 31.85% from 496); Blue value is 195 (76.56% from 255 or 39.31% from 496); Max value from RGB is 195 - color contains mainly: blue. Hex color #8F9EC3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F9EC3 is #70613C. Grayscale: #9D9D9D. Windows color (decimal): -7364925 or 12820111. OLE color: 12820111.
HSL color Cylindrical-coordinate representation of color #8F9EC3: hue angle of 222.69º degrees, saturation: 0.3, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8F9EC3 is Cyan = 0.27, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 143 | 158 | 195 | - |
| CMYK | 0.27 | 0.19 | 0 | 0.24 |
| HSL | 222.69º | 0.3% | 0.66% | - |
| HSV(B) | 222.69º | 0.27% | 0.76% | - |
| XYZ | 33.4 | 34.23 | 56.48 | - |
| YUV | 157.73 | 149.03 | 117.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 158 | 195 | 0.27 | 0.19 | 0 | 0.24 | 222.69 | 0.3 | 0.66 |
| Hex | 8F | 9E | C3 | 1B | 13 | 0 | 18 | DF | 1E | 42 |
| Octal | 217 | 236 | 303 | 33 | 23 | 0 | 30 | 337 | 36 | 102 |
| Binary | 10001111 | 10011110 | 11000011 | 11011 | 10011 | 0 | 11000 | 11011111 | 11110 | 1000010 |
Color Harmonies of #8F9EC3
Complementary color
Monochromatic Colors of #8F9EC3
Black with #8F9EC3
Text Example
Text Example
White with #8F9EC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F9EC3; }
p { color: rgb(143,158,195); }
H1.HeaderClassName
{
color: #8F9EC3;
}
.AnyTagClassName
{
color: #8F9EC3;
}
</style>
background-color css
<style>
a { background-color: #8F9EC3; }
a { background-color: rgb(143,158,195); }
div.DivClassName
{
background-color: #8F9EC3;
}
.BgClassName
{
background-color: #8F9EC3;
}
</style>
border-color css
<style>
span { border-color: #8F9EC3; }
span { border-color: rgb(143,158,195); }
td.TdClassName
{
border-color: #8F9EC3;
}
.TagClassName
{
border-color: #8F9EC3;
}
</style>