Shades of Blue Bell #8D8DCD
Tints of Blue Bell #8D8DCD
RGB
CMYK
RGB Variations
Color information
#8D8DCD (or 0x8D8DCD) is known color: Blue Bell. HEX triplet: 8D, 8D and CD. RGB value is (141,141,205). Sum of RGB (Red+Green+Blue) = 141+141+205=487 (64% of max value = 765). Red value is 141 (55.47% from 255 or 28.95% from 487); Green value is 141 (55.47% from 255 or 28.95% from 487); Blue value is 205 (80.47% from 255 or 42.09% from 487); Max value from RGB is 205 - color contains mainly: blue. Hex color #8D8DCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8D8DCD is #727232. Grayscale: #949494. Windows color (decimal): -7500339 or 13471117. OLE color: 13471117.
HSL color Cylindrical-coordinate representation of color #8D8DCD: hue angle of 240º degrees, saturation: 0.39, 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 #8D8DCD is Cyan = 0.31, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 141 | 141 | 205 | - |
| CMYK | 0.31 | 0.31 | 0 | 0.20 |
| HSL | 240º | 0.39% | 0.68% | - |
| HSV(B) | 240º | 0.31% | 0.8% | - |
| XYZ | 31.53 | 29.12 | 61.72 | - |
| YUV | 148.3 | 160 | 122.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 141 | 205 | 0.31 | 0.31 | 0 | 0.20 | 240 | 0.39 | 0.68 |
| Hex | 8D | 8D | CD | 1F | 1F | 0 | 14 | F0 | 27 | 44 |
| Octal | 215 | 215 | 315 | 37 | 37 | 0 | 24 | 360 | 47 | 104 |
| Binary | 10001101 | 10001101 | 11001101 | 11111 | 11111 | 0 | 10100 | 11110000 | 100111 | 1000100 |
Color Harmonies of #8D8DCD
Complementary color
Monochromatic Colors of #8D8DCD
Black with #8D8DCD
Text Example
Text Example
White with #8D8DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D8DCD; }
p { color: rgb(141,141,205); }
H1.HeaderClassName
{
color: #8D8DCD;
}
.AnyTagClassName
{
color: #8D8DCD;
}
</style>
background-color css
<style>
a { background-color: #8D8DCD; }
a { background-color: rgb(141,141,205); }
div.DivClassName
{
background-color: #8D8DCD;
}
.BgClassName
{
background-color: #8D8DCD;
}
</style>
border-color css
<style>
span { border-color: #8D8DCD; }
span { border-color: rgb(141,141,205); }
td.TdClassName
{
border-color: #8D8DCD;
}
.TagClassName
{
border-color: #8D8DCD;
}
</style>