Shades of Blue Bell #9A90ED
Tints of Blue Bell #9A90ED
RGB
CMYK
RGB Variations
Color information
#9A90ED (or 0x9A90ED) is known color: Blue Bell. HEX triplet: 9A, 90 and ED. RGB value is (154,144,237). Sum of RGB (Red+Green+Blue) = 154+144+237=535 (70% of max value = 765). Red value is 154 (60.55% from 255 or 28.79% from 535); Green value is 144 (56.64% from 255 or 26.92% from 535); Blue value is 237 (92.97% from 255 or 44.30% from 535); Max value from RGB is 237 - color contains mainly: blue. Hex color #9A90ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9A90ED is #656F12. Grayscale: #9D9D9D. Windows color (decimal): -6647571 or 15569050. OLE color: 15569050.
HSL color Cylindrical-coordinate representation of color #9A90ED: hue angle of 246.45º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9A90ED is Cyan = 0.35, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 154 | 144 | 237 | - |
| CMYK | 0.35 | 0.39 | 0 | 0.07 |
| HSL | 246.45º | 0.72% | 0.75% | - |
| HSV(B) | 246.45º | 0.39% | 0.93% | - |
| XYZ | 38.59 | 32.93 | 84.44 | - |
| YUV | 157.59 | 172.81 | 125.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 144 | 237 | 0.35 | 0.39 | 0 | 0.07 | 246.45 | 0.72 | 0.75 |
| Hex | 9A | 90 | ED | 23 | 27 | 0 | 7 | F6 | 48 | 4B |
| Octal | 232 | 220 | 355 | 43 | 47 | 0 | 7 | 366 | 110 | 113 |
| Binary | 10011010 | 10010000 | 11101101 | 100011 | 100111 | 0 | 111 | 11110110 | 1001000 | 1001011 |
Color Harmonies of #9A90ED
Complementary color
Monochromatic Colors of #9A90ED
Black with #9A90ED
Text Example
Text Example
White with #9A90ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A90ED; }
p { color: rgb(154,144,237); }
H1.HeaderClassName
{
color: #9A90ED;
}
.AnyTagClassName
{
color: #9A90ED;
}
</style>
background-color css
<style>
a { background-color: #9A90ED; }
a { background-color: rgb(154,144,237); }
div.DivClassName
{
background-color: #9A90ED;
}
.BgClassName
{
background-color: #9A90ED;
}
</style>
border-color css
<style>
span { border-color: #9A90ED; }
span { border-color: rgb(154,144,237); }
td.TdClassName
{
border-color: #9A90ED;
}
.TagClassName
{
border-color: #9A90ED;
}
</style>