Shades of Blue Bell #908AD5
Tints of Blue Bell #908AD5
RGB
CMYK
RGB Variations
Color information
#908AD5 (or 0x908AD5) is known color: Blue Bell. HEX triplet: 90, 8A and D5. RGB value is (144,138,213). Sum of RGB (Red+Green+Blue) = 144+138+213=495 (65% of max value = 765). Red value is 144 (56.64% from 255 or 29.09% from 495); Green value is 138 (54.30% from 255 or 27.88% from 495); Blue value is 213 (83.59% from 255 or 43.03% from 495); Max value from RGB is 213 - color contains mainly: blue. Hex color #908AD5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #908AD5 is #6F752A. Grayscale: #949494. Windows color (decimal): -7304491 or 13994640. OLE color: 13994640.
HSL color Cylindrical-coordinate representation of color #908AD5: hue angle of 244.8º degrees, saturation: 0.47, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #908AD5 is Cyan = 0.32, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 144 | 138 | 213 | - |
| CMYK | 0.32 | 0.35 | 0 | 0.16 |
| HSL | 244.8º | 0.47% | 0.69% | - |
| HSV(B) | 244.8º | 0.35% | 0.84% | - |
| XYZ | 32.6 | 28.91 | 66.81 | - |
| YUV | 148.34 | 164.49 | 124.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 138 | 213 | 0.32 | 0.35 | 0 | 0.16 | 244.8 | 0.47 | 0.69 |
| Hex | 90 | 8A | D5 | 20 | 23 | 0 | 10 | F5 | 2F | 45 |
| Octal | 220 | 212 | 325 | 40 | 43 | 0 | 20 | 365 | 57 | 105 |
| Binary | 10010000 | 10001010 | 11010101 | 100000 | 100011 | 0 | 10000 | 11110101 | 101111 | 1000101 |
Color Harmonies of #908AD5
Complementary color
Monochromatic Colors of #908AD5
Black with #908AD5
Text Example
Text Example
White with #908AD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #908AD5; }
p { color: rgb(144,138,213); }
H1.HeaderClassName
{
color: #908AD5;
}
.AnyTagClassName
{
color: #908AD5;
}
</style>
background-color css
<style>
a { background-color: #908AD5; }
a { background-color: rgb(144,138,213); }
div.DivClassName
{
background-color: #908AD5;
}
.BgClassName
{
background-color: #908AD5;
}
</style>
border-color css
<style>
span { border-color: #908AD5; }
span { border-color: rgb(144,138,213); }
td.TdClassName
{
border-color: #908AD5;
}
.TagClassName
{
border-color: #908AD5;
}
</style>