Shades of Blue Bell #908CDB
Tints of Blue Bell #908CDB
RGB
CMYK
RGB Variations
Color information
#908CDB (or 0x908CDB) is known color: Blue Bell. HEX triplet: 90, 8C and DB. RGB value is (144,140,219). Sum of RGB (Red+Green+Blue) = 144+140+219=503 (66% of max value = 765). Red value is 144 (56.64% from 255 or 28.63% from 503); Green value is 140 (55.08% from 255 or 27.83% from 503); Blue value is 219 (85.94% from 255 or 43.54% from 503); Max value from RGB is 219 - color contains mainly: blue. Hex color #908CDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #908CDB is #6F7324. Grayscale: #959595. Windows color (decimal): -7303973 or 14388368. OLE color: 14388368.
HSL color Cylindrical-coordinate representation of color #908CDB: hue angle of 243.04º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #908CDB is Cyan = 0.34, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 144 | 140 | 219 | - |
| CMYK | 0.34 | 0.36 | 0 | 0.14 |
| HSL | 243.04º | 0.52% | 0.7% | - |
| HSV(B) | 243.04º | 0.36% | 0.86% | - |
| XYZ | 33.67 | 29.8 | 71 | - |
| YUV | 150.2 | 166.83 | 123.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 140 | 219 | 0.34 | 0.36 | 0 | 0.14 | 243.04 | 0.52 | 0.7 |
| Hex | 90 | 8C | DB | 22 | 24 | 0 | E | F3 | 34 | 46 |
| Octal | 220 | 214 | 333 | 42 | 44 | 0 | 16 | 363 | 64 | 106 |
| Binary | 10010000 | 10001100 | 11011011 | 100010 | 100100 | 0 | 1110 | 11110011 | 110100 | 1000110 |
Color Harmonies of #908CDB
Complementary color
Monochromatic Colors of #908CDB
Black with #908CDB
Text Example
Text Example
White with #908CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #908CDB; }
p { color: rgb(144,140,219); }
H1.HeaderClassName
{
color: #908CDB;
}
.AnyTagClassName
{
color: #908CDB;
}
</style>
background-color css
<style>
a { background-color: #908CDB; }
a { background-color: rgb(144,140,219); }
div.DivClassName
{
background-color: #908CDB;
}
.BgClassName
{
background-color: #908CDB;
}
</style>
border-color css
<style>
span { border-color: #908CDB; }
span { border-color: rgb(144,140,219); }
td.TdClassName
{
border-color: #908CDB;
}
.TagClassName
{
border-color: #908CDB;
}
</style>