Shades of Blue Bell #9A91ED
Tints of Blue Bell #9A91ED
RGB
CMYK
RGB Variations
Color information
#9A91ED (or 0x9A91ED) is known color: Blue Bell. HEX triplet: 9A, 91 and ED. RGB value is (154,145,237). Sum of RGB (Red+Green+Blue) = 154+145+237=536 (70% of max value = 765). Red value is 154 (60.55% from 255 or 28.73% from 536); Green value is 145 (57.03% from 255 or 27.05% from 536); Blue value is 237 (92.97% from 255 or 44.22% from 536); Max value from RGB is 237 - color contains mainly: blue. Hex color #9A91ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9A91ED is #656E12. Grayscale: #9D9D9D. Windows color (decimal): -6647315 or 15569306. OLE color: 15569306.
HSL color Cylindrical-coordinate representation of color #9A91ED: hue angle of 245.87º 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 #9A91ED is Cyan = 0.35, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 154 | 145 | 237 | - |
| CMYK | 0.35 | 0.39 | 0 | 0.07 |
| HSL | 245.87º | 0.72% | 0.75% | - |
| HSV(B) | 245.87º | 0.39% | 0.93% | - |
| XYZ | 38.74 | 33.24 | 84.49 | - |
| YUV | 158.18 | 172.48 | 125.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 145 | 237 | 0.35 | 0.39 | 0 | 0.07 | 245.87 | 0.72 | 0.75 |
| Hex | 9A | 91 | ED | 23 | 27 | 0 | 7 | F6 | 48 | 4B |
| Octal | 232 | 221 | 355 | 43 | 47 | 0 | 7 | 366 | 110 | 113 |
| Binary | 10011010 | 10010001 | 11101101 | 100011 | 100111 | 0 | 111 | 11110110 | 1001000 | 1001011 |
Color Harmonies of #9A91ED
Complementary color
Monochromatic Colors of #9A91ED
Black with #9A91ED
Text Example
Text Example
White with #9A91ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A91ED; }
p { color: rgb(154,145,237); }
H1.HeaderClassName
{
color: #9A91ED;
}
.AnyTagClassName
{
color: #9A91ED;
}
</style>
background-color css
<style>
a { background-color: #9A91ED; }
a { background-color: rgb(154,145,237); }
div.DivClassName
{
background-color: #9A91ED;
}
.BgClassName
{
background-color: #9A91ED;
}
</style>
border-color css
<style>
span { border-color: #9A91ED; }
span { border-color: rgb(154,145,237); }
td.TdClassName
{
border-color: #9A91ED;
}
.TagClassName
{
border-color: #9A91ED;
}
</style>