Shades of Blue Bell #908ECC
Tints of Blue Bell #908ECC
RGB
CMYK
RGB Variations
Color information
#908ECC (or 0x908ECC) is known color: Blue Bell. HEX triplet: 90, 8E and CC. RGB value is (144,142,204). Sum of RGB (Red+Green+Blue) = 144+142+204=490 (64% of max value = 765). Red value is 144 (56.64% from 255 or 29.39% from 490); Green value is 142 (55.86% from 255 or 28.98% from 490); Blue value is 204 (80.08% from 255 or 41.63% from 490); Max value from RGB is 204 - color contains mainly: blue. Hex color #908ECC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #908ECC is #6F7133. Grayscale: #959595. Windows color (decimal): -7303476 or 13405840. OLE color: 13405840.
HSL color Cylindrical-coordinate representation of color #908ECC: hue angle of 241.94º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #908ECC is Cyan = 0.29, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 144 | 142 | 204 | - |
| CMYK | 0.29 | 0.30 | 0 | 0.2 |
| HSL | 241.94º | 0.38% | 0.68% | - |
| HSV(B) | 241.94º | 0.3% | 0.8% | - |
| XYZ | 32.07 | 29.63 | 61.16 | - |
| YUV | 149.67 | 158.66 | 123.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 142 | 204 | 0.29 | 0.30 | 0 | 0.2 | 241.94 | 0.38 | 0.68 |
| Hex | 90 | 8E | CC | 1D | 1E | 0 | 14 | F2 | 26 | 44 |
| Octal | 220 | 216 | 314 | 35 | 36 | 0 | 24 | 362 | 46 | 104 |
| Binary | 10010000 | 10001110 | 11001100 | 11101 | 11110 | 0 | 10100 | 11110010 | 100110 | 1000100 |
Color Harmonies of #908ECC
Complementary color
Monochromatic Colors of #908ECC
Black with #908ECC
Text Example
Text Example
White with #908ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #908ECC; }
p { color: rgb(144,142,204); }
H1.HeaderClassName
{
color: #908ECC;
}
.AnyTagClassName
{
color: #908ECC;
}
</style>
background-color css
<style>
a { background-color: #908ECC; }
a { background-color: rgb(144,142,204); }
div.DivClassName
{
background-color: #908ECC;
}
.BgClassName
{
background-color: #908ECC;
}
</style>
border-color css
<style>
span { border-color: #908ECC; }
span { border-color: rgb(144,142,204); }
td.TdClassName
{
border-color: #908ECC;
}
.TagClassName
{
border-color: #908ECC;
}
</style>