Shades of Blue Bell #8E92CC
Tints of Blue Bell #8E92CC
RGB
CMYK
RGB Variations
Color information
#8E92CC (or 0x8E92CC) is known color: Blue Bell. HEX triplet: 8E, 92 and CC. RGB value is (142,146,204). Sum of RGB (Red+Green+Blue) = 142+146+204=492 (65% of max value = 765). Red value is 142 (55.86% from 255 or 28.86% from 492); Green value is 146 (57.42% from 255 or 29.67% from 492); Blue value is 204 (80.08% from 255 or 41.46% from 492); Max value from RGB is 204 - color contains mainly: blue. Hex color #8E92CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8E92CC is #716D33. Grayscale: #979797. Windows color (decimal): -7433524 or 13406862. OLE color: 13406862.
HSL color Cylindrical-coordinate representation of color #8E92CC: hue angle of 236.13º degrees, saturation: 0.38, 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 #8E92CC is Cyan = 0.30, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 142 | 146 | 204 | - |
| CMYK | 0.30 | 0.28 | 0 | 0.2 |
| HSL | 236.13º | 0.38% | 0.68% | - |
| HSV(B) | 236.13º | 0.3% | 0.8% | - |
| XYZ | 32.33 | 30.67 | 61.34 | - |
| YUV | 151.42 | 157.67 | 121.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 146 | 204 | 0.30 | 0.28 | 0 | 0.2 | 236.13 | 0.38 | 0.68 |
| Hex | 8E | 92 | CC | 1E | 1C | 0 | 14 | EC | 26 | 44 |
| Octal | 216 | 222 | 314 | 36 | 34 | 0 | 24 | 354 | 46 | 104 |
| Binary | 10001110 | 10010010 | 11001100 | 11110 | 11100 | 0 | 10100 | 11101100 | 100110 | 1000100 |
Color Harmonies of #8E92CC
Complementary color
Monochromatic Colors of #8E92CC
Black with #8E92CC
Text Example
Text Example
White with #8E92CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E92CC; }
p { color: rgb(142,146,204); }
H1.HeaderClassName
{
color: #8E92CC;
}
.AnyTagClassName
{
color: #8E92CC;
}
</style>
background-color css
<style>
a { background-color: #8E92CC; }
a { background-color: rgb(142,146,204); }
div.DivClassName
{
background-color: #8E92CC;
}
.BgClassName
{
background-color: #8E92CC;
}
</style>
border-color css
<style>
span { border-color: #8E92CC; }
span { border-color: rgb(142,146,204); }
td.TdClassName
{
border-color: #8E92CC;
}
.TagClassName
{
border-color: #8E92CC;
}
</style>