Shades of Blue Bell #908ADB
Tints of Blue Bell #908ADB
RGB
CMYK
RGB Variations
Color information
#908ADB (or 0x908ADB) is known color: Blue Bell. HEX triplet: 90, 8A and DB. RGB value is (144,138,219). Sum of RGB (Red+Green+Blue) = 144+138+219=501 (66% of max value = 765). Red value is 144 (56.64% from 255 or 28.74% from 501); Green value is 138 (54.30% from 255 or 27.54% from 501); Blue value is 219 (85.94% from 255 or 43.71% from 501); Max value from RGB is 219 - color contains mainly: blue. Hex color #908ADB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #908ADB is #6F7524. Grayscale: #949494. Windows color (decimal): -7304485 or 14387856. OLE color: 14387856.
HSL color Cylindrical-coordinate representation of color #908ADB: hue angle of 244.44º degrees, saturation: 0.53, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #908ADB is Cyan = 0.34, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 144 | 138 | 219 | - |
| CMYK | 0.34 | 0.37 | 0 | 0.14 |
| HSL | 244.44º | 0.53% | 0.7% | - |
| HSV(B) | 244.44º | 0.37% | 0.86% | - |
| XYZ | 33.38 | 29.22 | 70.9 | - |
| YUV | 149.03 | 167.49 | 124.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 138 | 219 | 0.34 | 0.37 | 0 | 0.14 | 244.44 | 0.53 | 0.7 |
| Hex | 90 | 8A | DB | 22 | 25 | 0 | E | F4 | 35 | 46 |
| Octal | 220 | 212 | 333 | 42 | 45 | 0 | 16 | 364 | 65 | 106 |
| Binary | 10010000 | 10001010 | 11011011 | 100010 | 100101 | 0 | 1110 | 11110100 | 110101 | 1000110 |
Color Harmonies of #908ADB
Complementary color
Monochromatic Colors of #908ADB
Black with #908ADB
Text Example
Text Example
White with #908ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #908ADB; }
p { color: rgb(144,138,219); }
H1.HeaderClassName
{
color: #908ADB;
}
.AnyTagClassName
{
color: #908ADB;
}
</style>
background-color css
<style>
a { background-color: #908ADB; }
a { background-color: rgb(144,138,219); }
div.DivClassName
{
background-color: #908ADB;
}
.BgClassName
{
background-color: #908ADB;
}
</style>
border-color css
<style>
span { border-color: #908ADB; }
span { border-color: rgb(144,138,219); }
td.TdClassName
{
border-color: #908ADB;
}
.TagClassName
{
border-color: #908ADB;
}
</style>