Shades of Blue Bell #8D8BD0
Tints of Blue Bell #8D8BD0
RGB
CMYK
RGB Variations
Color information
#8D8BD0 (or 0x8D8BD0) is known color: Blue Bell. HEX triplet: 8D, 8B and D0. RGB value is (141,139,208). Sum of RGB (Red+Green+Blue) = 141+139+208=488 (64% of max value = 765). Red value is 141 (55.47% from 255 or 28.89% from 488); Green value is 139 (54.69% from 255 or 28.48% from 488); Blue value is 208 (81.64% from 255 or 42.62% from 488); Max value from RGB is 208 - color contains mainly: blue. Hex color #8D8BD0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8D8BD0 is #72742F. Grayscale: #939393. Windows color (decimal): -7500848 or 13667213. OLE color: 13667213.
HSL color Cylindrical-coordinate representation of color #8D8BD0: hue angle of 241.74º degrees, saturation: 0.42, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8D8BD0 is Cyan = 0.32, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 141 | 139 | 208 | - |
| CMYK | 0.32 | 0.33 | 0 | 0.18 |
| HSL | 241.74º | 0.42% | 0.68% | - |
| HSV(B) | 241.74º | 0.33% | 0.82% | - |
| XYZ | 31.6 | 28.68 | 63.55 | - |
| YUV | 147.46 | 162.16 | 123.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 139 | 208 | 0.32 | 0.33 | 0 | 0.18 | 241.74 | 0.42 | 0.68 |
| Hex | 8D | 8B | D0 | 20 | 21 | 0 | 12 | F2 | 2A | 44 |
| Octal | 215 | 213 | 320 | 40 | 41 | 0 | 22 | 362 | 52 | 104 |
| Binary | 10001101 | 10001011 | 11010000 | 100000 | 100001 | 0 | 10010 | 11110010 | 101010 | 1000100 |
Color Harmonies of #8D8BD0
Complementary color
Monochromatic Colors of #8D8BD0
Black with #8D8BD0
Text Example
Text Example
White with #8D8BD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D8BD0; }
p { color: rgb(141,139,208); }
H1.HeaderClassName
{
color: #8D8BD0;
}
.AnyTagClassName
{
color: #8D8BD0;
}
</style>
background-color css
<style>
a { background-color: #8D8BD0; }
a { background-color: rgb(141,139,208); }
div.DivClassName
{
background-color: #8D8BD0;
}
.BgClassName
{
background-color: #8D8BD0;
}
</style>
border-color css
<style>
span { border-color: #8D8BD0; }
span { border-color: rgb(141,139,208); }
td.TdClassName
{
border-color: #8D8BD0;
}
.TagClassName
{
border-color: #8D8BD0;
}
</style>