Shades of Blue Bell #8D8ECC
Tints of Blue Bell #8D8ECC
RGB
CMYK
RGB Variations
Color information
#8D8ECC (or 0x8D8ECC) is known color: Blue Bell. HEX triplet: 8D, 8E and CC. RGB value is (141,142,204). Sum of RGB (Red+Green+Blue) = 141+142+204=487 (64% of max value = 765). Red value is 141 (55.47% from 255 or 28.95% from 487); Green value is 142 (55.86% from 255 or 29.16% from 487); Blue value is 204 (80.08% from 255 or 41.89% from 487); Max value from RGB is 204 - color contains mainly: blue. Hex color #8D8ECC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8D8ECC is #727133. Grayscale: #949494. Windows color (decimal): -7500084 or 13405837. OLE color: 13405837.
HSL color Cylindrical-coordinate representation of color #8D8ECC: hue angle of 239.05º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8D8ECC is Cyan = 0.31, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 141 | 142 | 204 | - |
| CMYK | 0.31 | 0.30 | 0 | 0.2 |
| HSL | 239.05º | 0.38% | 0.68% | - |
| HSV(B) | 239.05º | 0.31% | 0.8% | - |
| XYZ | 31.56 | 29.37 | 61.13 | - |
| YUV | 148.77 | 159.17 | 122.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 142 | 204 | 0.31 | 0.30 | 0 | 0.2 | 239.05 | 0.38 | 0.68 |
| Hex | 8D | 8E | CC | 1F | 1E | 0 | 14 | EF | 26 | 44 |
| Octal | 215 | 216 | 314 | 37 | 36 | 0 | 24 | 357 | 46 | 104 |
| Binary | 10001101 | 10001110 | 11001100 | 11111 | 11110 | 0 | 10100 | 11101111 | 100110 | 1000100 |
Color Harmonies of #8D8ECC
Complementary color
Monochromatic Colors of #8D8ECC
Black with #8D8ECC
Text Example
Text Example
White with #8D8ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D8ECC; }
p { color: rgb(141,142,204); }
H1.HeaderClassName
{
color: #8D8ECC;
}
.AnyTagClassName
{
color: #8D8ECC;
}
</style>
background-color css
<style>
a { background-color: #8D8ECC; }
a { background-color: rgb(141,142,204); }
div.DivClassName
{
background-color: #8D8ECC;
}
.BgClassName
{
background-color: #8D8ECC;
}
</style>
border-color css
<style>
span { border-color: #8D8ECC; }
span { border-color: rgb(141,142,204); }
td.TdClassName
{
border-color: #8D8ECC;
}
.TagClassName
{
border-color: #8D8ECC;
}
</style>