Shades of Blue Bell #908ED5
Tints of Blue Bell #908ED5
RGB
CMYK
RGB Variations
Color information
#908ED5 (or 0x908ED5) is known color: Blue Bell. HEX triplet: 90, 8E and D5. RGB value is (144,142,213). Sum of RGB (Red+Green+Blue) = 144+142+213=499 (66% of max value = 765). Red value is 144 (56.64% from 255 or 28.86% from 499); Green value is 142 (55.86% from 255 or 28.46% from 499); Blue value is 213 (83.59% from 255 or 42.69% from 499); Max value from RGB is 213 - color contains mainly: blue. Hex color #908ED5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #908ED5 is #6F712A. Grayscale: #969696. Windows color (decimal): -7303467 or 13995664. OLE color: 13995664.
HSL color Cylindrical-coordinate representation of color #908ED5: hue angle of 241.69º degrees, saturation: 0.46, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #908ED5 is Cyan = 0.32, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 144 | 142 | 213 | - |
| CMYK | 0.32 | 0.33 | 0 | 0.16 |
| HSL | 241.69º | 0.46% | 0.7% | - |
| HSV(B) | 241.69º | 0.33% | 0.84% | - |
| XYZ | 33.18 | 30.08 | 67.01 | - |
| YUV | 150.69 | 163.16 | 123.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 142 | 213 | 0.32 | 0.33 | 0 | 0.16 | 241.69 | 0.46 | 0.7 |
| Hex | 90 | 8E | D5 | 20 | 21 | 0 | 10 | F2 | 2E | 46 |
| Octal | 220 | 216 | 325 | 40 | 41 | 0 | 20 | 362 | 56 | 106 |
| Binary | 10010000 | 10001110 | 11010101 | 100000 | 100001 | 0 | 10000 | 11110010 | 101110 | 1000110 |
Color Harmonies of #908ED5
Complementary color
Monochromatic Colors of #908ED5
Black with #908ED5
Text Example
Text Example
White with #908ED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #908ED5; }
p { color: rgb(144,142,213); }
H1.HeaderClassName
{
color: #908ED5;
}
.AnyTagClassName
{
color: #908ED5;
}
</style>
background-color css
<style>
a { background-color: #908ED5; }
a { background-color: rgb(144,142,213); }
div.DivClassName
{
background-color: #908ED5;
}
.BgClassName
{
background-color: #908ED5;
}
</style>
border-color css
<style>
span { border-color: #908ED5; }
span { border-color: rgb(144,142,213); }
td.TdClassName
{
border-color: #908ED5;
}
.TagClassName
{
border-color: #908ED5;
}
</style>