Shades of Blue Bell #8E90CE
Tints of Blue Bell #8E90CE
RGB
CMYK
RGB Variations
Color information
#8E90CE (or 0x8E90CE) is known color: Blue Bell. HEX triplet: 8E, 90 and CE. RGB value is (142,144,206). Sum of RGB (Red+Green+Blue) = 142+144+206=492 (65% of max value = 765). Red value is 142 (55.86% from 255 or 28.86% from 492); Green value is 144 (56.64% from 255 or 29.27% from 492); Blue value is 206 (80.86% from 255 or 41.87% from 492); Max value from RGB is 206 - color contains mainly: blue. Hex color #8E90CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8E90CE is #716F31. Grayscale: #969696. Windows color (decimal): -7434034 or 13537422. OLE color: 13537422.
HSL color Cylindrical-coordinate representation of color #8E90CE: hue angle of 238.12º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8E90CE is Cyan = 0.31, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 142 | 144 | 206 | - |
| CMYK | 0.31 | 0.30 | 0 | 0.19 |
| HSL | 238.13º | 0.4% | 0.68% | - |
| HSV(B) | 238.13º | 0.31% | 0.81% | - |
| XYZ | 32.27 | 30.15 | 62.51 | - |
| YUV | 150.47 | 159.34 | 121.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 144 | 206 | 0.31 | 0.30 | 0 | 0.19 | 238.13 | 0.4 | 0.68 |
| Hex | 8E | 90 | CE | 1F | 1E | 0 | 13 | EE | 28 | 44 |
| Octal | 216 | 220 | 316 | 37 | 36 | 0 | 23 | 356 | 50 | 104 |
| Binary | 10001110 | 10010000 | 11001110 | 11111 | 11110 | 0 | 10011 | 11101110 | 101000 | 1000100 |
Color Harmonies of #8E90CE
Complementary color
Monochromatic Colors of #8E90CE
Black with #8E90CE
Text Example
Text Example
White with #8E90CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E90CE; }
p { color: rgb(142,144,206); }
H1.HeaderClassName
{
color: #8E90CE;
}
.AnyTagClassName
{
color: #8E90CE;
}
</style>
background-color css
<style>
a { background-color: #8E90CE; }
a { background-color: rgb(142,144,206); }
div.DivClassName
{
background-color: #8E90CE;
}
.BgClassName
{
background-color: #8E90CE;
}
</style>
border-color css
<style>
span { border-color: #8E90CE; }
span { border-color: rgb(142,144,206); }
td.TdClassName
{
border-color: #8E90CE;
}
.TagClassName
{
border-color: #8E90CE;
}
</style>