Shades of Blue Bell #8E90CA
Tints of Blue Bell #8E90CA
RGB
CMYK
RGB Variations
Color information
#8E90CA (or 0x8E90CA) is known color: Blue Bell. HEX triplet: 8E, 90 and CA. RGB value is (142,144,202). Sum of RGB (Red+Green+Blue) = 142+144+202=488 (64% of max value = 765). Red value is 142 (55.86% from 255 or 29.10% from 488); Green value is 144 (56.64% from 255 or 29.51% from 488); Blue value is 202 (79.30% from 255 or 41.39% from 488); Max value from RGB is 202 - color contains mainly: blue. Hex color #8E90CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8E90CA is #716F35. Grayscale: #959595. Windows color (decimal): -7434038 or 13275278. OLE color: 13275278.
HSL color Cylindrical-coordinate representation of color #8E90CA: hue angle of 238º 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 #8E90CA is Cyan = 0.30, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 142 | 144 | 202 | - |
| CMYK | 0.30 | 0.29 | 0 | 0.21 |
| HSL | 238º | 0.36% | 0.67% | - |
| HSV(B) | 238º | 0.3% | 0.79% | - |
| XYZ | 31.79 | 29.96 | 59.98 | - |
| YUV | 150.01 | 157.34 | 122.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 144 | 202 | 0.30 | 0.29 | 0 | 0.21 | 238 | 0.36 | 0.67 |
| Hex | 8E | 90 | CA | 1E | 1D | 0 | 15 | EE | 24 | 43 |
| Octal | 216 | 220 | 312 | 36 | 35 | 0 | 25 | 356 | 44 | 103 |
| Binary | 10001110 | 10010000 | 11001010 | 11110 | 11101 | 0 | 10101 | 11101110 | 100100 | 1000011 |
Color Harmonies of #8E90CA
Complementary color
Monochromatic Colors of #8E90CA
Black with #8E90CA
Text Example
Text Example
White with #8E90CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E90CA; }
p { color: rgb(142,144,202); }
H1.HeaderClassName
{
color: #8E90CA;
}
.AnyTagClassName
{
color: #8E90CA;
}
</style>
background-color css
<style>
a { background-color: #8E90CA; }
a { background-color: rgb(142,144,202); }
div.DivClassName
{
background-color: #8E90CA;
}
.BgClassName
{
background-color: #8E90CA;
}
</style>
border-color css
<style>
span { border-color: #8E90CA; }
span { border-color: rgb(142,144,202); }
td.TdClassName
{
border-color: #8E90CA;
}
.TagClassName
{
border-color: #8E90CA;
}
</style>