Shades of Blue Bell #908ADE
Tints of Blue Bell #908ADE
RGB
CMYK
RGB Variations
Color information
#908ADE (or 0x908ADE) is known color: Blue Bell. HEX triplet: 90, 8A and DE. RGB value is (144,138,222). Sum of RGB (Red+Green+Blue) = 144+138+222=504 (66% of max value = 765). Red value is 144 (56.64% from 255 or 28.57% from 504); Green value is 138 (54.30% from 255 or 27.38% from 504); Blue value is 222 (87.11% from 255 or 44.05% from 504); Max value from RGB is 222 - color contains mainly: blue. Hex color #908ADE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #908ADE is #6F7521. Grayscale: #959595. Windows color (decimal): -7304482 or 14584464. OLE color: 14584464.
HSL color Cylindrical-coordinate representation of color #908ADE: hue angle of 244.29º degrees, saturation: 0.56, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #908ADE is Cyan = 0.35, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 144 | 138 | 222 | - |
| CMYK | 0.35 | 0.38 | 0 | 0.13 |
| HSL | 244.29º | 0.56% | 0.71% | - |
| HSV(B) | 244.29º | 0.38% | 0.87% | - |
| XYZ | 33.77 | 29.38 | 73 | - |
| YUV | 149.37 | 168.99 | 124.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 138 | 222 | 0.35 | 0.38 | 0 | 0.13 | 244.29 | 0.56 | 0.71 |
| Hex | 90 | 8A | DE | 23 | 26 | 0 | D | F4 | 38 | 47 |
| Octal | 220 | 212 | 336 | 43 | 46 | 0 | 15 | 364 | 70 | 107 |
| Binary | 10010000 | 10001010 | 11011110 | 100011 | 100110 | 0 | 1101 | 11110100 | 111000 | 1000111 |
Color Harmonies of #908ADE
Complementary color
Monochromatic Colors of #908ADE
Black with #908ADE
Text Example
Text Example
White with #908ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #908ADE; }
p { color: rgb(144,138,222); }
H1.HeaderClassName
{
color: #908ADE;
}
.AnyTagClassName
{
color: #908ADE;
}
</style>
background-color css
<style>
a { background-color: #908ADE; }
a { background-color: rgb(144,138,222); }
div.DivClassName
{
background-color: #908ADE;
}
.BgClassName
{
background-color: #908ADE;
}
</style>
border-color css
<style>
span { border-color: #908ADE; }
span { border-color: rgb(144,138,222); }
td.TdClassName
{
border-color: #908ADE;
}
.TagClassName
{
border-color: #908ADE;
}
</style>