Shades of Blue Bell #9A91E0
Tints of Blue Bell #9A91E0
RGB
CMYK
RGB Variations
Color information
#9A91E0 (or 0x9A91E0) is known color: Blue Bell. HEX triplet: 9A, 91 and E0. RGB value is (154,145,224). Sum of RGB (Red+Green+Blue) = 154+145+224=523 (69% of max value = 765). Red value is 154 (60.55% from 255 or 29.45% from 523); Green value is 145 (57.03% from 255 or 27.72% from 523); Blue value is 224 (87.89% from 255 or 42.83% from 523); Max value from RGB is 224 - color contains mainly: blue. Hex color #9A91E0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9A91E0 is #656E1F. Grayscale: #9C9C9C. Windows color (decimal): -6647328 or 14717338. OLE color: 14717338.
HSL color Cylindrical-coordinate representation of color #9A91E0: hue angle of 246.84º degrees, saturation: 0.56, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9A91E0 is Cyan = 0.31, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 154 | 145 | 224 | - |
| CMYK | 0.31 | 0.35 | 0 | 0.12 |
| HSL | 246.84º | 0.56% | 0.72% | - |
| HSV(B) | 246.84º | 0.35% | 0.88% | - |
| XYZ | 36.91 | 32.5 | 74.85 | - |
| YUV | 156.7 | 165.98 | 126.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 145 | 224 | 0.31 | 0.35 | 0 | 0.12 | 246.84 | 0.56 | 0.72 |
| Hex | 9A | 91 | E0 | 1F | 23 | 0 | C | F7 | 38 | 48 |
| Octal | 232 | 221 | 340 | 37 | 43 | 0 | 14 | 367 | 70 | 110 |
| Binary | 10011010 | 10010001 | 11100000 | 11111 | 100011 | 0 | 1100 | 11110111 | 111000 | 1001000 |
Color Harmonies of #9A91E0
Complementary color
Monochromatic Colors of #9A91E0
Black with #9A91E0
Text Example
Text Example
White with #9A91E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A91E0; }
p { color: rgb(154,145,224); }
H1.HeaderClassName
{
color: #9A91E0;
}
.AnyTagClassName
{
color: #9A91E0;
}
</style>
background-color css
<style>
a { background-color: #9A91E0; }
a { background-color: rgb(154,145,224); }
div.DivClassName
{
background-color: #9A91E0;
}
.BgClassName
{
background-color: #9A91E0;
}
</style>
border-color css
<style>
span { border-color: #9A91E0; }
span { border-color: rgb(154,145,224); }
td.TdClassName
{
border-color: #9A91E0;
}
.TagClassName
{
border-color: #9A91E0;
}
</style>