Shades of Blue Bell #9A95DD
Tints of Blue Bell #9A95DD
RGB
CMYK
RGB Variations
Color information
#9A95DD (or 0x9A95DD) is known color: Blue Bell. HEX triplet: 9A, 95 and DD. RGB value is (154,149,221). Sum of RGB (Red+Green+Blue) = 154+149+221=524 (69% of max value = 765). Red value is 154 (60.55% from 255 or 29.39% from 524); Green value is 149 (58.59% from 255 or 28.44% from 524); Blue value is 221 (86.72% from 255 or 42.18% from 524); Max value from RGB is 221 - color contains mainly: blue. Hex color #9A95DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9A95DD is #656A22. Grayscale: #9E9E9E. Windows color (decimal): -6646307 or 14521754. OLE color: 14521754.
HSL color Cylindrical-coordinate representation of color #9A95DD: hue angle of 244.17º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9A95DD is Cyan = 0.30, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 154 | 149 | 221 | - |
| CMYK | 0.30 | 0.33 | 0 | 0.13 |
| HSL | 244.17º | 0.51% | 0.73% | - |
| HSV(B) | 244.17º | 0.33% | 0.87% | - |
| XYZ | 37.13 | 33.59 | 72.93 | - |
| YUV | 158.7 | 163.16 | 124.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 149 | 221 | 0.30 | 0.33 | 0 | 0.13 | 244.17 | 0.51 | 0.73 |
| Hex | 9A | 95 | DD | 1E | 21 | 0 | D | F4 | 33 | 49 |
| Octal | 232 | 225 | 335 | 36 | 41 | 0 | 15 | 364 | 63 | 111 |
| Binary | 10011010 | 10010101 | 11011101 | 11110 | 100001 | 0 | 1101 | 11110100 | 110011 | 1001001 |
Color Harmonies of #9A95DD
Complementary color
Monochromatic Colors of #9A95DD
Black with #9A95DD
Text Example
Text Example
White with #9A95DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A95DD; }
p { color: rgb(154,149,221); }
H1.HeaderClassName
{
color: #9A95DD;
}
.AnyTagClassName
{
color: #9A95DD;
}
</style>
background-color css
<style>
a { background-color: #9A95DD; }
a { background-color: rgb(154,149,221); }
div.DivClassName
{
background-color: #9A95DD;
}
.BgClassName
{
background-color: #9A95DD;
}
</style>
border-color css
<style>
span { border-color: #9A95DD; }
span { border-color: rgb(154,149,221); }
td.TdClassName
{
border-color: #9A95DD;
}
.TagClassName
{
border-color: #9A95DD;
}
</style>