Shades of Blue Bell #8A8ECA
Tints of Blue Bell #8A8ECA
RGB
CMYK
RGB Variations
Color information
#8A8ECA (or 0x8A8ECA) is known color: Blue Bell. HEX triplet: 8A, 8E and CA. RGB value is (138,142,202). Sum of RGB (Red+Green+Blue) = 138+142+202=482 (63% of max value = 765). Red value is 138 (54.30% from 255 or 28.63% from 482); Green value is 142 (55.86% from 255 or 29.46% from 482); Blue value is 202 (79.30% from 255 or 41.91% from 482); Max value from RGB is 202 - color contains mainly: blue. Hex color #8A8ECA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8A8ECA is #757135. Grayscale: #939393. Windows color (decimal): -7696694 or 13274762. OLE color: 13274762.
HSL color Cylindrical-coordinate representation of color #8A8ECA: hue angle of 236.25º degrees, saturation: 0.38, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8A8ECA is Cyan = 0.32, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 138 | 142 | 202 | - |
| CMYK | 0.32 | 0.30 | 0 | 0.21 |
| HSL | 236.25º | 0.38% | 0.67% | - |
| HSV(B) | 236.25º | 0.32% | 0.79% | - |
| XYZ | 30.81 | 29.01 | 59.85 | - |
| YUV | 147.64 | 158.67 | 121.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 142 | 202 | 0.32 | 0.30 | 0 | 0.21 | 236.25 | 0.38 | 0.67 |
| Hex | 8A | 8E | CA | 20 | 1E | 0 | 15 | EC | 26 | 43 |
| Octal | 212 | 216 | 312 | 40 | 36 | 0 | 25 | 354 | 46 | 103 |
| Binary | 10001010 | 10001110 | 11001010 | 100000 | 11110 | 0 | 10101 | 11101100 | 100110 | 1000011 |
Color Harmonies of #8A8ECA
Complementary color
Monochromatic Colors of #8A8ECA
Black with #8A8ECA
Text Example
Text Example
White with #8A8ECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A8ECA; }
p { color: rgb(138,142,202); }
H1.HeaderClassName
{
color: #8A8ECA;
}
.AnyTagClassName
{
color: #8A8ECA;
}
</style>
background-color css
<style>
a { background-color: #8A8ECA; }
a { background-color: rgb(138,142,202); }
div.DivClassName
{
background-color: #8A8ECA;
}
.BgClassName
{
background-color: #8A8ECA;
}
</style>
border-color css
<style>
span { border-color: #8A8ECA; }
span { border-color: rgb(138,142,202); }
td.TdClassName
{
border-color: #8A8ECA;
}
.TagClassName
{
border-color: #8A8ECA;
}
</style>