Shades of Blue Bell #8E92CB
Tints of Blue Bell #8E92CB
RGB
CMYK
RGB Variations
Color information
#8E92CB (or 0x8E92CB) is known color: Blue Bell. HEX triplet: 8E, 92 and CB. RGB value is (142,146,203). Sum of RGB (Red+Green+Blue) = 142+146+203=491 (65% of max value = 765). Red value is 142 (55.86% from 255 or 28.92% from 491); Green value is 146 (57.42% from 255 or 29.74% from 491); Blue value is 203 (79.69% from 255 or 41.34% from 491); Max value from RGB is 203 - color contains mainly: blue. Hex color #8E92CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8E92CB is #716D34. Grayscale: #979797. Windows color (decimal): -7433525 or 13341326. OLE color: 13341326.
HSL color Cylindrical-coordinate representation of color #8E92CB: hue angle of 236.07º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8E92CB is Cyan = 0.30, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 142 | 146 | 203 | - |
| CMYK | 0.30 | 0.28 | 0 | 0.20 |
| HSL | 236.07º | 0.37% | 0.68% | - |
| HSV(B) | 236.07º | 0.3% | 0.8% | - |
| XYZ | 32.21 | 30.62 | 60.71 | - |
| YUV | 151.3 | 157.17 | 121.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 146 | 203 | 0.30 | 0.28 | 0 | 0.20 | 236.07 | 0.37 | 0.68 |
| Hex | 8E | 92 | CB | 1E | 1C | 0 | 14 | EC | 25 | 44 |
| Octal | 216 | 222 | 313 | 36 | 34 | 0 | 24 | 354 | 45 | 104 |
| Binary | 10001110 | 10010010 | 11001011 | 11110 | 11100 | 0 | 10100 | 11101100 | 100101 | 1000100 |
Color Harmonies of #8E92CB
Complementary color
Monochromatic Colors of #8E92CB
Black with #8E92CB
Text Example
Text Example
White with #8E92CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E92CB; }
p { color: rgb(142,146,203); }
H1.HeaderClassName
{
color: #8E92CB;
}
.AnyTagClassName
{
color: #8E92CB;
}
</style>
background-color css
<style>
a { background-color: #8E92CB; }
a { background-color: rgb(142,146,203); }
div.DivClassName
{
background-color: #8E92CB;
}
.BgClassName
{
background-color: #8E92CB;
}
</style>
border-color css
<style>
span { border-color: #8E92CB; }
span { border-color: rgb(142,146,203); }
td.TdClassName
{
border-color: #8E92CB;
}
.TagClassName
{
border-color: #8E92CB;
}
</style>