Shades of Rock Blue #8E9EBA
Tints of Rock Blue #8E9EBA
RGB
CMYK
RGB Variations
Color information
#8E9EBA (or 0x8E9EBA) is known color: Rock Blue. HEX triplet: 8E, 9E and BA. RGB value is (142,158,186). Sum of RGB (Red+Green+Blue) = 142+158+186=486 (64% of max value = 765). Red value is 142 (55.86% from 255 or 29.22% from 486); Green value is 158 (62.11% from 255 or 32.51% from 486); Blue value is 186 (73.05% from 255 or 38.27% from 486); Max value from RGB is 186 - color contains mainly: blue. Hex color #8E9EBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8E9EBA is #716145. Grayscale: #9C9C9C. Windows color (decimal): -7430470 or 12230286. OLE color: 12230286.
HSL color Cylindrical-coordinate representation of color #8E9EBA: hue angle of 218.18º degrees, saturation: 0.24, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #8E9EBA is Cyan = 0.24, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 142 | 158 | 186 | - |
| CMYK | 0.24 | 0.15 | 0 | 0.27 |
| HSL | 218.18º | 0.24% | 0.64% | - |
| HSV(B) | 218.18º | 0.24% | 0.73% | - |
| XYZ | 32.25 | 33.75 | 51.27 | - |
| YUV | 156.41 | 144.7 | 117.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 158 | 186 | 0.24 | 0.15 | 0 | 0.27 | 218.18 | 0.24 | 0.64 |
| Hex | 8E | 9E | BA | 18 | F | 0 | 1B | DA | 18 | 40 |
| Octal | 216 | 236 | 272 | 30 | 17 | 0 | 33 | 332 | 30 | 100 |
| Binary | 10001110 | 10011110 | 10111010 | 11000 | 1111 | 0 | 11011 | 11011010 | 11000 | 1000000 |
Color Harmonies of #8E9EBA
Complementary color
Monochromatic Colors of #8E9EBA
Black with #8E9EBA
Text Example
Text Example
White with #8E9EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E9EBA; }
p { color: rgb(142,158,186); }
H1.HeaderClassName
{
color: #8E9EBA;
}
.AnyTagClassName
{
color: #8E9EBA;
}
</style>
background-color css
<style>
a { background-color: #8E9EBA; }
a { background-color: rgb(142,158,186); }
div.DivClassName
{
background-color: #8E9EBA;
}
.BgClassName
{
background-color: #8E9EBA;
}
</style>
border-color css
<style>
span { border-color: #8E9EBA; }
span { border-color: rgb(142,158,186); }
td.TdClassName
{
border-color: #8E9EBA;
}
.TagClassName
{
border-color: #8E9EBA;
}
</style>