Shades of Blue Bell #8E8DCA
Tints of Blue Bell #8E8DCA
RGB
CMYK
RGB Variations
Color information
#8E8DCA (or 0x8E8DCA) is known color: Blue Bell. HEX triplet: 8E, 8D and CA. RGB value is (142,141,202). Sum of RGB (Red+Green+Blue) = 142+141+202=485 (64% of max value = 765). Red value is 142 (55.86% from 255 or 29.28% from 485); Green value is 141 (55.47% from 255 or 29.07% from 485); Blue value is 202 (79.30% from 255 or 41.65% from 485); Max value from RGB is 202 - color contains mainly: blue. Hex color #8E8DCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8E8DCA is #717235. Grayscale: #949494. Windows color (decimal): -7434806 or 13274510. OLE color: 13274510.
HSL color Cylindrical-coordinate representation of color #8E8DCA: hue angle of 240.98º degrees, saturation: 0.37, 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 #8E8DCA is Cyan = 0.30, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 142 | 141 | 202 | - |
| CMYK | 0.30 | 0.30 | 0 | 0.21 |
| HSL | 240.98º | 0.37% | 0.67% | - |
| HSV(B) | 240.98º | 0.3% | 0.79% | - |
| XYZ | 31.34 | 29.06 | 59.84 | - |
| YUV | 148.25 | 158.33 | 123.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 141 | 202 | 0.30 | 0.30 | 0 | 0.21 | 240.98 | 0.37 | 0.67 |
| Hex | 8E | 8D | CA | 1E | 1E | 0 | 15 | F1 | 25 | 43 |
| Octal | 216 | 215 | 312 | 36 | 36 | 0 | 25 | 361 | 45 | 103 |
| Binary | 10001110 | 10001101 | 11001010 | 11110 | 11110 | 0 | 10101 | 11110001 | 100101 | 1000011 |
Color Harmonies of #8E8DCA
Complementary color
Monochromatic Colors of #8E8DCA
Black with #8E8DCA
Text Example
Text Example
White with #8E8DCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E8DCA; }
p { color: rgb(142,141,202); }
H1.HeaderClassName
{
color: #8E8DCA;
}
.AnyTagClassName
{
color: #8E8DCA;
}
</style>
background-color css
<style>
a { background-color: #8E8DCA; }
a { background-color: rgb(142,141,202); }
div.DivClassName
{
background-color: #8E8DCA;
}
.BgClassName
{
background-color: #8E8DCA;
}
</style>
border-color css
<style>
span { border-color: #8E8DCA; }
span { border-color: rgb(142,141,202); }
td.TdClassName
{
border-color: #8E8DCA;
}
.TagClassName
{
border-color: #8E8DCA;
}
</style>