Shades of Blue Bell #8D90CC
Tints of Blue Bell #8D90CC
RGB
CMYK
RGB Variations
Color information
#8D90CC (or 0x8D90CC) is known color: Blue Bell. HEX triplet: 8D, 90 and CC. RGB value is (141,144,204). Sum of RGB (Red+Green+Blue) = 141+144+204=489 (64% of max value = 765). Red value is 141 (55.47% from 255 or 28.83% from 489); Green value is 144 (56.64% from 255 or 29.45% from 489); Blue value is 204 (80.08% from 255 or 41.72% from 489); Max value from RGB is 204 - color contains mainly: blue. Hex color #8D90CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8D90CC is #726F33. Grayscale: #959595. Windows color (decimal): -7499572 or 13406349. OLE color: 13406349.
HSL color Cylindrical-coordinate representation of color #8D90CC: hue angle of 237.14º degrees, saturation: 0.38, 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 #8D90CC is Cyan = 0.31, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 141 | 144 | 204 | - |
| CMYK | 0.31 | 0.29 | 0 | 0.2 |
| HSL | 237.14º | 0.38% | 0.68% | - |
| HSV(B) | 237.14º | 0.31% | 0.8% | - |
| XYZ | 31.86 | 29.97 | 61.23 | - |
| YUV | 149.94 | 158.51 | 121.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 144 | 204 | 0.31 | 0.29 | 0 | 0.2 | 237.14 | 0.38 | 0.68 |
| Hex | 8D | 90 | CC | 1F | 1D | 0 | 14 | ED | 26 | 44 |
| Octal | 215 | 220 | 314 | 37 | 35 | 0 | 24 | 355 | 46 | 104 |
| Binary | 10001101 | 10010000 | 11001100 | 11111 | 11101 | 0 | 10100 | 11101101 | 100110 | 1000100 |
Color Harmonies of #8D90CC
Complementary color
Monochromatic Colors of #8D90CC
Black with #8D90CC
Text Example
Text Example
White with #8D90CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D90CC; }
p { color: rgb(141,144,204); }
H1.HeaderClassName
{
color: #8D90CC;
}
.AnyTagClassName
{
color: #8D90CC;
}
</style>
background-color css
<style>
a { background-color: #8D90CC; }
a { background-color: rgb(141,144,204); }
div.DivClassName
{
background-color: #8D90CC;
}
.BgClassName
{
background-color: #8D90CC;
}
</style>
border-color css
<style>
span { border-color: #8D90CC; }
span { border-color: rgb(141,144,204); }
td.TdClassName
{
border-color: #8D90CC;
}
.TagClassName
{
border-color: #8D90CC;
}
</style>