Shades of Rock Blue #8EA5BD
Tints of Rock Blue #8EA5BD
RGB
CMYK
RGB Variations
Color information
#8EA5BD (or 0x8EA5BD) is known color: Rock Blue. HEX triplet: 8E, A5 and BD. RGB value is (142,165,189). Sum of RGB (Red+Green+Blue) = 142+165+189=496 (65% of max value = 765). Red value is 142 (55.86% from 255 or 28.63% from 496); Green value is 165 (64.84% from 255 or 33.27% from 496); Blue value is 189 (74.22% from 255 or 38.10% from 496); Max value from RGB is 189 - color contains mainly: blue. Hex color #8EA5BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8EA5BD is #715A42. Grayscale: #A0A0A0. Windows color (decimal): -7428675 or 12428686. OLE color: 12428686.
HSL color Cylindrical-coordinate representation of color #8EA5BD: hue angle of 210.64º degrees, saturation: 0.26, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8EA5BD is Cyan = 0.25, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 142 | 165 | 189 | - |
| CMYK | 0.25 | 0.13 | 0 | 0.26 |
| HSL | 210.64º | 0.26% | 0.65% | - |
| HSV(B) | 210.64º | 0.25% | 0.74% | - |
| XYZ | 33.8 | 36.34 | 53.38 | - |
| YUV | 160.86 | 143.88 | 114.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 165 | 189 | 0.25 | 0.13 | 0 | 0.26 | 210.64 | 0.26 | 0.65 |
| Hex | 8E | A5 | BD | 19 | D | 0 | 1A | D3 | 1A | 41 |
| Octal | 216 | 245 | 275 | 31 | 15 | 0 | 32 | 323 | 32 | 101 |
| Binary | 10001110 | 10100101 | 10111101 | 11001 | 1101 | 0 | 11010 | 11010011 | 11010 | 1000001 |
Color Harmonies of #8EA5BD
Complementary color
Monochromatic Colors of #8EA5BD
Black with #8EA5BD
Text Example
Text Example
White with #8EA5BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EA5BD; }
p { color: rgb(142,165,189); }
H1.HeaderClassName
{
color: #8EA5BD;
}
.AnyTagClassName
{
color: #8EA5BD;
}
</style>
background-color css
<style>
a { background-color: #8EA5BD; }
a { background-color: rgb(142,165,189); }
div.DivClassName
{
background-color: #8EA5BD;
}
.BgClassName
{
background-color: #8EA5BD;
}
</style>
border-color css
<style>
span { border-color: #8EA5BD; }
span { border-color: rgb(142,165,189); }
td.TdClassName
{
border-color: #8EA5BD;
}
.TagClassName
{
border-color: #8EA5BD;
}
</style>