Shades of Blue Bell #8D8ECF
Tints of Blue Bell #8D8ECF
RGB
CMYK
RGB Variations
Color information
#8D8ECF (or 0x8D8ECF) is known color: Blue Bell. HEX triplet: 8D, 8E and CF. RGB value is (141,142,207). Sum of RGB (Red+Green+Blue) = 141+142+207=490 (64% of max value = 765). Red value is 141 (55.47% from 255 or 28.78% from 490); Green value is 142 (55.86% from 255 or 28.98% from 490); Blue value is 207 (81.25% from 255 or 42.24% from 490); Max value from RGB is 207 - color contains mainly: blue. Hex color #8D8ECF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8D8ECF is #727130. Grayscale: #949494. Windows color (decimal): -7500081 or 13602445. OLE color: 13602445.
HSL color Cylindrical-coordinate representation of color #8D8ECF: hue angle of 239.09º degrees, saturation: 0.41, 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 #8D8ECF is Cyan = 0.32, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 141 | 142 | 207 | - |
| CMYK | 0.32 | 0.31 | 0 | 0.19 |
| HSL | 239.09º | 0.41% | 0.68% | - |
| HSV(B) | 239.09º | 0.32% | 0.81% | - |
| XYZ | 31.92 | 29.51 | 63.05 | - |
| YUV | 149.11 | 160.67 | 122.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 142 | 207 | 0.32 | 0.31 | 0 | 0.19 | 239.09 | 0.41 | 0.68 |
| Hex | 8D | 8E | CF | 20 | 1F | 0 | 13 | EF | 29 | 44 |
| Octal | 215 | 216 | 317 | 40 | 37 | 0 | 23 | 357 | 51 | 104 |
| Binary | 10001101 | 10001110 | 11001111 | 100000 | 11111 | 0 | 10011 | 11101111 | 101001 | 1000100 |
Color Harmonies of #8D8ECF
Complementary color
Monochromatic Colors of #8D8ECF
Black with #8D8ECF
Text Example
Text Example
White with #8D8ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D8ECF; }
p { color: rgb(141,142,207); }
H1.HeaderClassName
{
color: #8D8ECF;
}
.AnyTagClassName
{
color: #8D8ECF;
}
</style>
background-color css
<style>
a { background-color: #8D8ECF; }
a { background-color: rgb(141,142,207); }
div.DivClassName
{
background-color: #8D8ECF;
}
.BgClassName
{
background-color: #8D8ECF;
}
</style>
border-color css
<style>
span { border-color: #8D8ECF; }
span { border-color: rgb(141,142,207); }
td.TdClassName
{
border-color: #8D8ECF;
}
.TagClassName
{
border-color: #8D8ECF;
}
</style>