Shades of Rock Blue #8E99C1
Tints of Rock Blue #8E99C1
RGB
CMYK
RGB Variations
Color information
#8E99C1 (or 0x8E99C1) is known color: Rock Blue. HEX triplet: 8E, 99 and C1. RGB value is (142,153,193). Sum of RGB (Red+Green+Blue) = 142+153+193=488 (64% of max value = 765). Red value is 142 (55.86% from 255 or 29.10% from 488); Green value is 153 (60.16% from 255 or 31.35% from 488); Blue value is 193 (75.78% from 255 or 39.55% from 488); Max value from RGB is 193 - color contains mainly: blue. Hex color #8E99C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8E99C1 is #71663E. Grayscale: #9A9A9A. Windows color (decimal): -7431743 or 12687758. OLE color: 12687758.
HSL color Cylindrical-coordinate representation of color #8E99C1: hue angle of 227.06º 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 #8E99C1 is Cyan = 0.26, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 142 | 153 | 193 | - |
| CMYK | 0.26 | 0.21 | 0 | 0.24 |
| HSL | 227.06º | 0.29% | 0.66% | - |
| HSV(B) | 227.06º | 0.26% | 0.76% | - |
| XYZ | 32.17 | 32.38 | 55.01 | - |
| YUV | 154.27 | 149.86 | 119.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 153 | 193 | 0.26 | 0.21 | 0 | 0.24 | 227.06 | 0.29 | 0.66 |
| Hex | 8E | 99 | C1 | 1A | 15 | 0 | 18 | E3 | 1D | 42 |
| Octal | 216 | 231 | 301 | 32 | 25 | 0 | 30 | 343 | 35 | 102 |
| Binary | 10001110 | 10011001 | 11000001 | 11010 | 10101 | 0 | 11000 | 11100011 | 11101 | 1000010 |
Color Harmonies of #8E99C1
Complementary color
Monochromatic Colors of #8E99C1
Black with #8E99C1
Text Example
Text Example
White with #8E99C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E99C1; }
p { color: rgb(142,153,193); }
H1.HeaderClassName
{
color: #8E99C1;
}
.AnyTagClassName
{
color: #8E99C1;
}
</style>
background-color css
<style>
a { background-color: #8E99C1; }
a { background-color: rgb(142,153,193); }
div.DivClassName
{
background-color: #8E99C1;
}
.BgClassName
{
background-color: #8E99C1;
}
</style>
border-color css
<style>
span { border-color: #8E99C1; }
span { border-color: rgb(142,153,193); }
td.TdClassName
{
border-color: #8E99C1;
}
.TagClassName
{
border-color: #8E99C1;
}
</style>