Shades of Rock Blue #8E98C2
Tints of Rock Blue #8E98C2
RGB
CMYK
RGB Variations
Color information
#8E98C2 (or 0x8E98C2) is known color: Rock Blue. HEX triplet: 8E, 98 and C2. RGB value is (142,152,194). Sum of RGB (Red+Green+Blue) = 142+152+194=488 (64% of max value = 765). Red value is 142 (55.86% from 255 or 29.10% from 488); Green value is 152 (59.77% from 255 or 31.15% from 488); Blue value is 194 (76.17% from 255 or 39.75% from 488); Max value from RGB is 194 - color contains mainly: blue. Hex color #8E98C2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8E98C2 is #71673D. Grayscale: #999999. Windows color (decimal): -7431998 or 12753038. OLE color: 12753038.
HSL color Cylindrical-coordinate representation of color #8E98C2: hue angle of 228.46º 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 #8E98C2 is Cyan = 0.27, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 142 | 152 | 194 | - |
| CMYK | 0.27 | 0.22 | 0 | 0.24 |
| HSL | 228.46º | 0.3% | 0.66% | - |
| HSV(B) | 228.46º | 0.27% | 0.76% | - |
| XYZ | 32.12 | 32.1 | 55.54 | - |
| YUV | 153.8 | 150.69 | 119.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 152 | 194 | 0.27 | 0.22 | 0 | 0.24 | 228.46 | 0.3 | 0.66 |
| Hex | 8E | 98 | C2 | 1B | 16 | 0 | 18 | E4 | 1E | 42 |
| Octal | 216 | 230 | 302 | 33 | 26 | 0 | 30 | 344 | 36 | 102 |
| Binary | 10001110 | 10011000 | 11000010 | 11011 | 10110 | 0 | 11000 | 11100100 | 11110 | 1000010 |
Color Harmonies of #8E98C2
Complementary color
Monochromatic Colors of #8E98C2
Black with #8E98C2
Text Example
Text Example
White with #8E98C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E98C2; }
p { color: rgb(142,152,194); }
H1.HeaderClassName
{
color: #8E98C2;
}
.AnyTagClassName
{
color: #8E98C2;
}
</style>
background-color css
<style>
a { background-color: #8E98C2; }
a { background-color: rgb(142,152,194); }
div.DivClassName
{
background-color: #8E98C2;
}
.BgClassName
{
background-color: #8E98C2;
}
</style>
border-color css
<style>
span { border-color: #8E98C2; }
span { border-color: rgb(142,152,194); }
td.TdClassName
{
border-color: #8E98C2;
}
.TagClassName
{
border-color: #8E98C2;
}
</style>