Shades of Rock Blue #8E9AC2
Tints of Rock Blue #8E9AC2
RGB
CMYK
RGB Variations
Color information
#8E9AC2 (or 0x8E9AC2) is known color: Rock Blue. HEX triplet: 8E, 9A and C2. RGB value is (142,154,194). Sum of RGB (Red+Green+Blue) = 142+154+194=490 (64% of max value = 765). Red value is 142 (55.86% from 255 or 28.98% from 490); Green value is 154 (60.55% from 255 or 31.43% from 490); Blue value is 194 (76.17% from 255 or 39.59% from 490); Max value from RGB is 194 - color contains mainly: blue. Hex color #8E9AC2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8E9AC2 is #71653D. Grayscale: #9A9A9A. Windows color (decimal): -7431486 or 12753550. OLE color: 12753550.
HSL color Cylindrical-coordinate representation of color #8E9AC2: hue angle of 226.15º 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 #8E9AC2 is Cyan = 0.27, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 142 | 154 | 194 | - |
| CMYK | 0.27 | 0.21 | 0 | 0.24 |
| HSL | 226.15º | 0.3% | 0.66% | - |
| HSV(B) | 226.15º | 0.27% | 0.76% | - |
| XYZ | 32.45 | 32.76 | 55.65 | - |
| YUV | 154.97 | 150.02 | 118.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 154 | 194 | 0.27 | 0.21 | 0 | 0.24 | 226.15 | 0.3 | 0.66 |
| Hex | 8E | 9A | C2 | 1B | 15 | 0 | 18 | E2 | 1E | 42 |
| Octal | 216 | 232 | 302 | 33 | 25 | 0 | 30 | 342 | 36 | 102 |
| Binary | 10001110 | 10011010 | 11000010 | 11011 | 10101 | 0 | 11000 | 11100010 | 11110 | 1000010 |
Color Harmonies of #8E9AC2
Complementary color
Monochromatic Colors of #8E9AC2
Black with #8E9AC2
Text Example
Text Example
White with #8E9AC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E9AC2; }
p { color: rgb(142,154,194); }
H1.HeaderClassName
{
color: #8E9AC2;
}
.AnyTagClassName
{
color: #8E9AC2;
}
</style>
background-color css
<style>
a { background-color: #8E9AC2; }
a { background-color: rgb(142,154,194); }
div.DivClassName
{
background-color: #8E9AC2;
}
.BgClassName
{
background-color: #8E9AC2;
}
</style>
border-color css
<style>
span { border-color: #8E9AC2; }
span { border-color: rgb(142,154,194); }
td.TdClassName
{
border-color: #8E9AC2;
}
.TagClassName
{
border-color: #8E9AC2;
}
</style>