Shades of Blue Bell #8D90CD
Tints of Blue Bell #8D90CD
RGB
CMYK
RGB Variations
Color information
#8D90CD (or 0x8D90CD) is known color: Blue Bell. HEX triplet: 8D, 90 and CD. RGB value is (141,144,205). Sum of RGB (Red+Green+Blue) = 141+144+205=490 (64% of max value = 765). Red value is 141 (55.47% from 255 or 28.78% from 490); Green value is 144 (56.64% from 255 or 29.39% from 490); Blue value is 205 (80.47% from 255 or 41.84% from 490); Max value from RGB is 205 - color contains mainly: blue. Hex color #8D90CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8D90CD is #726F32. Grayscale: #959595. Windows color (decimal): -7499571 or 13471885. OLE color: 13471885.
HSL color Cylindrical-coordinate representation of color #8D90CD: hue angle of 237.19º 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 #8D90CD is Cyan = 0.31, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 141 | 144 | 205 | - |
| CMYK | 0.31 | 0.30 | 0 | 0.20 |
| HSL | 237.19º | 0.39% | 0.68% | - |
| HSV(B) | 237.19º | 0.31% | 0.8% | - |
| XYZ | 31.98 | 30.02 | 61.87 | - |
| YUV | 150.06 | 159.01 | 121.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 144 | 205 | 0.31 | 0.30 | 0 | 0.20 | 237.19 | 0.39 | 0.68 |
| Hex | 8D | 90 | CD | 1F | 1E | 0 | 14 | ED | 27 | 44 |
| Octal | 215 | 220 | 315 | 37 | 36 | 0 | 24 | 355 | 47 | 104 |
| Binary | 10001101 | 10010000 | 11001101 | 11111 | 11110 | 0 | 10100 | 11101101 | 100111 | 1000100 |
Color Harmonies of #8D90CD
Complementary color
Monochromatic Colors of #8D90CD
Black with #8D90CD
Text Example
Text Example
White with #8D90CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D90CD; }
p { color: rgb(141,144,205); }
H1.HeaderClassName
{
color: #8D90CD;
}
.AnyTagClassName
{
color: #8D90CD;
}
</style>
background-color css
<style>
a { background-color: #8D90CD; }
a { background-color: rgb(141,144,205); }
div.DivClassName
{
background-color: #8D90CD;
}
.BgClassName
{
background-color: #8D90CD;
}
</style>
border-color css
<style>
span { border-color: #8D90CD; }
span { border-color: rgb(141,144,205); }
td.TdClassName
{
border-color: #8D90CD;
}
.TagClassName
{
border-color: #8D90CD;
}
</style>