Shades of Blue Bell #908EDA
Tints of Blue Bell #908EDA
RGB
CMYK
RGB Variations
Color information
#908EDA (or 0x908EDA) is known color: Blue Bell. HEX triplet: 90, 8E and DA. RGB value is (144,142,218). Sum of RGB (Red+Green+Blue) = 144+142+218=504 (66% of max value = 765). Red value is 144 (56.64% from 255 or 28.57% from 504); Green value is 142 (55.86% from 255 or 28.17% from 504); Blue value is 218 (85.55% from 255 or 43.25% from 504); Max value from RGB is 218 - color contains mainly: blue. Hex color #908EDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #908EDA is #6F7125. Grayscale: #969696. Windows color (decimal): -7303462 or 14323344. OLE color: 14323344.
HSL color Cylindrical-coordinate representation of color #908EDA: hue angle of 241.58º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #908EDA is Cyan = 0.34, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 144 | 142 | 218 | - |
| CMYK | 0.34 | 0.35 | 0 | 0.15 |
| HSL | 241.58º | 0.51% | 0.71% | - |
| HSV(B) | 241.58º | 0.35% | 0.85% | - |
| XYZ | 33.83 | 30.34 | 70.4 | - |
| YUV | 151.26 | 165.66 | 122.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 142 | 218 | 0.34 | 0.35 | 0 | 0.15 | 241.58 | 0.51 | 0.71 |
| Hex | 90 | 8E | DA | 22 | 23 | 0 | F | F2 | 33 | 47 |
| Octal | 220 | 216 | 332 | 42 | 43 | 0 | 17 | 362 | 63 | 107 |
| Binary | 10010000 | 10001110 | 11011010 | 100010 | 100011 | 0 | 1111 | 11110010 | 110011 | 1000111 |
Color Harmonies of #908EDA
Complementary color
Monochromatic Colors of #908EDA
Black with #908EDA
Text Example
Text Example
White with #908EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #908EDA; }
p { color: rgb(144,142,218); }
H1.HeaderClassName
{
color: #908EDA;
}
.AnyTagClassName
{
color: #908EDA;
}
</style>
background-color css
<style>
a { background-color: #908EDA; }
a { background-color: rgb(144,142,218); }
div.DivClassName
{
background-color: #908EDA;
}
.BgClassName
{
background-color: #908EDA;
}
</style>
border-color css
<style>
span { border-color: #908EDA; }
span { border-color: rgb(144,142,218); }
td.TdClassName
{
border-color: #908EDA;
}
.TagClassName
{
border-color: #908EDA;
}
</style>