Shades of Blue Bell #8C8ECE
Tints of Blue Bell #8C8ECE
RGB
CMYK
RGB Variations
Color information
#8C8ECE (or 0x8C8ECE) is known color: Blue Bell. HEX triplet: 8C, 8E and CE. RGB value is (140,142,206). Sum of RGB (Red+Green+Blue) = 140+142+206=488 (64% of max value = 765). Red value is 140 (55.08% from 255 or 28.69% from 488); Green value is 142 (55.86% from 255 or 29.10% from 488); Blue value is 206 (80.86% from 255 or 42.21% from 488); Max value from RGB is 206 - color contains mainly: blue. Hex color #8C8ECE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8C8ECE is #737131. Grayscale: #949494. Windows color (decimal): -7565618 or 13536908. OLE color: 13536908.
HSL color Cylindrical-coordinate representation of color #8C8ECE: hue angle of 238.18º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8C8ECE is Cyan = 0.32, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 140 | 142 | 206 | - |
| CMYK | 0.32 | 0.31 | 0 | 0.19 |
| HSL | 238.18º | 0.4% | 0.68% | - |
| HSV(B) | 238.18º | 0.32% | 0.81% | - |
| XYZ | 31.63 | 29.38 | 62.4 | - |
| YUV | 148.7 | 160.34 | 121.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 142 | 206 | 0.32 | 0.31 | 0 | 0.19 | 238.18 | 0.4 | 0.68 |
| Hex | 8C | 8E | CE | 20 | 1F | 0 | 13 | EE | 28 | 44 |
| Octal | 214 | 216 | 316 | 40 | 37 | 0 | 23 | 356 | 50 | 104 |
| Binary | 10001100 | 10001110 | 11001110 | 100000 | 11111 | 0 | 10011 | 11101110 | 101000 | 1000100 |
Color Harmonies of #8C8ECE
Complementary color
Monochromatic Colors of #8C8ECE
Black with #8C8ECE
Text Example
Text Example
White with #8C8ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C8ECE; }
p { color: rgb(140,142,206); }
H1.HeaderClassName
{
color: #8C8ECE;
}
.AnyTagClassName
{
color: #8C8ECE;
}
</style>
background-color css
<style>
a { background-color: #8C8ECE; }
a { background-color: rgb(140,142,206); }
div.DivClassName
{
background-color: #8C8ECE;
}
.BgClassName
{
background-color: #8C8ECE;
}
</style>
border-color css
<style>
span { border-color: #8C8ECE; }
span { border-color: rgb(140,142,206); }
td.TdClassName
{
border-color: #8C8ECE;
}
.TagClassName
{
border-color: #8C8ECE;
}
</style>