Shades of Blue Bell #8C8EC4
Tints of Blue Bell #8C8EC4
RGB
CMYK
RGB Variations
Color information
#8C8EC4 (or 0x8C8EC4) is known color: Blue Bell. HEX triplet: 8C, 8E and C4. RGB value is (140,142,196). Sum of RGB (Red+Green+Blue) = 140+142+196=478 (63% of max value = 765). Red value is 140 (55.08% from 255 or 29.29% from 478); Green value is 142 (55.86% from 255 or 29.71% from 478); Blue value is 196 (76.95% from 255 or 41.00% from 478); Max value from RGB is 196 - color contains mainly: blue. Hex color #8C8EC4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8C8EC4 is #73713B. Grayscale: #939393. Windows color (decimal): -7565628 or 12881548. OLE color: 12881548.
HSL color Cylindrical-coordinate representation of color #8C8EC4: hue angle of 237.86º degrees, saturation: 0.32, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8C8EC4 is Cyan = 0.29, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 140 | 142 | 196 | - |
| CMYK | 0.29 | 0.28 | 0 | 0.23 |
| HSL | 237.86º | 0.32% | 0.66% | - |
| HSV(B) | 237.86º | 0.29% | 0.77% | - |
| XYZ | 30.45 | 28.91 | 56.2 | - |
| YUV | 147.56 | 155.34 | 122.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 142 | 196 | 0.29 | 0.28 | 0 | 0.23 | 237.86 | 0.32 | 0.66 |
| Hex | 8C | 8E | C4 | 1D | 1C | 0 | 17 | EE | 20 | 42 |
| Octal | 214 | 216 | 304 | 35 | 34 | 0 | 27 | 356 | 40 | 102 |
| Binary | 10001100 | 10001110 | 11000100 | 11101 | 11100 | 0 | 10111 | 11101110 | 100000 | 1000010 |
Color Harmonies of #8C8EC4
Complementary color
Monochromatic Colors of #8C8EC4
Black with #8C8EC4
Text Example
Text Example
White with #8C8EC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C8EC4; }
p { color: rgb(140,142,196); }
H1.HeaderClassName
{
color: #8C8EC4;
}
.AnyTagClassName
{
color: #8C8EC4;
}
</style>
background-color css
<style>
a { background-color: #8C8EC4; }
a { background-color: rgb(140,142,196); }
div.DivClassName
{
background-color: #8C8EC4;
}
.BgClassName
{
background-color: #8C8EC4;
}
</style>
border-color css
<style>
span { border-color: #8C8EC4; }
span { border-color: rgb(140,142,196); }
td.TdClassName
{
border-color: #8C8EC4;
}
.TagClassName
{
border-color: #8C8EC4;
}
</style>