Shades of Blue Bell #8D8CCD
Tints of Blue Bell #8D8CCD
RGB
CMYK
RGB Variations
Color information
#8D8CCD (or 0x8D8CCD) is known color: Blue Bell. HEX triplet: 8D, 8C and CD. RGB value is (141,140,205). Sum of RGB (Red+Green+Blue) = 141+140+205=486 (64% of max value = 765). Red value is 141 (55.47% from 255 or 29.01% from 486); Green value is 140 (55.08% from 255 or 28.81% from 486); Blue value is 205 (80.47% from 255 or 42.18% from 486); Max value from RGB is 205 - color contains mainly: blue. Hex color #8D8CCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8D8CCD is #727332. Grayscale: #939393. Windows color (decimal): -7500595 or 13470861. OLE color: 13470861.
HSL color Cylindrical-coordinate representation of color #8D8CCD: hue angle of 240.92º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8D8CCD is Cyan = 0.31, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 141 | 140 | 205 | - |
| CMYK | 0.31 | 0.32 | 0 | 0.20 |
| HSL | 240.92º | 0.39% | 0.68% | - |
| HSV(B) | 240.92º | 0.32% | 0.8% | - |
| XYZ | 31.38 | 28.83 | 61.67 | - |
| YUV | 147.71 | 160.33 | 123.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 140 | 205 | 0.31 | 0.32 | 0 | 0.20 | 240.92 | 0.39 | 0.68 |
| Hex | 8D | 8C | CD | 1F | 20 | 0 | 14 | F1 | 27 | 44 |
| Octal | 215 | 214 | 315 | 37 | 40 | 0 | 24 | 361 | 47 | 104 |
| Binary | 10001101 | 10001100 | 11001101 | 11111 | 100000 | 0 | 10100 | 11110001 | 100111 | 1000100 |
Color Harmonies of #8D8CCD
Complementary color
Monochromatic Colors of #8D8CCD
Black with #8D8CCD
Text Example
Text Example
White with #8D8CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D8CCD; }
p { color: rgb(141,140,205); }
H1.HeaderClassName
{
color: #8D8CCD;
}
.AnyTagClassName
{
color: #8D8CCD;
}
</style>
background-color css
<style>
a { background-color: #8D8CCD; }
a { background-color: rgb(141,140,205); }
div.DivClassName
{
background-color: #8D8CCD;
}
.BgClassName
{
background-color: #8D8CCD;
}
</style>
border-color css
<style>
span { border-color: #8D8CCD; }
span { border-color: rgb(141,140,205); }
td.TdClassName
{
border-color: #8D8CCD;
}
.TagClassName
{
border-color: #8D8CCD;
}
</style>