Shades of Blue Bell #8B8ECA
Tints of Blue Bell #8B8ECA
RGB
CMYK
RGB Variations
Color information
#8B8ECA (or 0x8B8ECA) is known color: Blue Bell. HEX triplet: 8B, 8E and CA. RGB value is (139,142,202). Sum of RGB (Red+Green+Blue) = 139+142+202=483 (63% of max value = 765). Red value is 139 (54.69% from 255 or 28.78% from 483); Green value is 142 (55.86% from 255 or 29.40% from 483); Blue value is 202 (79.30% from 255 or 41.82% from 483); Max value from RGB is 202 - color contains mainly: blue. Hex color #8B8ECA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8B8ECA is #747135. Grayscale: #939393. Windows color (decimal): -7631158 or 13274763. OLE color: 13274763.
HSL color Cylindrical-coordinate representation of color #8B8ECA: hue angle of 237.14º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8B8ECA is Cyan = 0.31, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 139 | 142 | 202 | - |
| CMYK | 0.31 | 0.30 | 0 | 0.21 |
| HSL | 237.14º | 0.37% | 0.67% | - |
| HSV(B) | 237.14º | 0.31% | 0.79% | - |
| XYZ | 30.98 | 29.1 | 59.86 | - |
| YUV | 147.94 | 158.51 | 121.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 142 | 202 | 0.31 | 0.30 | 0 | 0.21 | 237.14 | 0.37 | 0.67 |
| Hex | 8B | 8E | CA | 1F | 1E | 0 | 15 | ED | 25 | 43 |
| Octal | 213 | 216 | 312 | 37 | 36 | 0 | 25 | 355 | 45 | 103 |
| Binary | 10001011 | 10001110 | 11001010 | 11111 | 11110 | 0 | 10101 | 11101101 | 100101 | 1000011 |
Color Harmonies of #8B8ECA
Complementary color
Monochromatic Colors of #8B8ECA
Black with #8B8ECA
Text Example
Text Example
White with #8B8ECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B8ECA; }
p { color: rgb(139,142,202); }
H1.HeaderClassName
{
color: #8B8ECA;
}
.AnyTagClassName
{
color: #8B8ECA;
}
</style>
background-color css
<style>
a { background-color: #8B8ECA; }
a { background-color: rgb(139,142,202); }
div.DivClassName
{
background-color: #8B8ECA;
}
.BgClassName
{
background-color: #8B8ECA;
}
</style>
border-color css
<style>
span { border-color: #8B8ECA; }
span { border-color: rgb(139,142,202); }
td.TdClassName
{
border-color: #8B8ECA;
}
.TagClassName
{
border-color: #8B8ECA;
}
</style>