Shades of Blue Bell #8E92CA
Tints of Blue Bell #8E92CA
RGB
CMYK
RGB Variations
Color information
#8E92CA (or 0x8E92CA) is known color: Blue Bell. HEX triplet: 8E, 92 and CA. RGB value is (142,146,202). Sum of RGB (Red+Green+Blue) = 142+146+202=490 (64% of max value = 765). Red value is 142 (55.86% from 255 or 28.98% from 490); Green value is 146 (57.42% from 255 or 29.80% from 490); Blue value is 202 (79.30% from 255 or 41.22% from 490); Max value from RGB is 202 - color contains mainly: blue. Hex color #8E92CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8E92CA is #716D35. Grayscale: #969696. Windows color (decimal): -7433526 or 13275790. OLE color: 13275790.
HSL color Cylindrical-coordinate representation of color #8E92CA: hue angle of 236º degrees, saturation: 0.36, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8E92CA is Cyan = 0.30, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 142 | 146 | 202 | - |
| CMYK | 0.30 | 0.28 | 0 | 0.21 |
| HSL | 236º | 0.36% | 0.67% | - |
| HSV(B) | 236º | 0.3% | 0.79% | - |
| XYZ | 32.09 | 30.57 | 60.09 | - |
| YUV | 151.19 | 156.67 | 121.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 146 | 202 | 0.30 | 0.28 | 0 | 0.21 | 236 | 0.36 | 0.67 |
| Hex | 8E | 92 | CA | 1E | 1C | 0 | 15 | EC | 24 | 43 |
| Octal | 216 | 222 | 312 | 36 | 34 | 0 | 25 | 354 | 44 | 103 |
| Binary | 10001110 | 10010010 | 11001010 | 11110 | 11100 | 0 | 10101 | 11101100 | 100100 | 1000011 |
Color Harmonies of #8E92CA
Complementary color
Monochromatic Colors of #8E92CA
Black with #8E92CA
Text Example
Text Example
White with #8E92CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E92CA; }
p { color: rgb(142,146,202); }
H1.HeaderClassName
{
color: #8E92CA;
}
.AnyTagClassName
{
color: #8E92CA;
}
</style>
background-color css
<style>
a { background-color: #8E92CA; }
a { background-color: rgb(142,146,202); }
div.DivClassName
{
background-color: #8E92CA;
}
.BgClassName
{
background-color: #8E92CA;
}
</style>
border-color css
<style>
span { border-color: #8E92CA; }
span { border-color: rgb(142,146,202); }
td.TdClassName
{
border-color: #8E92CA;
}
.TagClassName
{
border-color: #8E92CA;
}
</style>