Shades of Blue Bell #9A91DB
Tints of Blue Bell #9A91DB
RGB
CMYK
RGB Variations
Color information
#9A91DB (or 0x9A91DB) is known color: Blue Bell. HEX triplet: 9A, 91 and DB. RGB value is (154,145,219). Sum of RGB (Red+Green+Blue) = 154+145+219=518 (68% of max value = 765). Red value is 154 (60.55% from 255 or 29.73% from 518); Green value is 145 (57.03% from 255 or 27.99% from 518); Blue value is 219 (85.94% from 255 or 42.28% from 518); Max value from RGB is 219 - color contains mainly: blue. Hex color #9A91DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9A91DB is #656E24. Grayscale: #9B9B9B. Windows color (decimal): -6647333 or 14389658. OLE color: 14389658.
HSL color Cylindrical-coordinate representation of color #9A91DB: hue angle of 247.3º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9A91DB is Cyan = 0.30, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 154 | 145 | 219 | - |
| CMYK | 0.30 | 0.34 | 0 | 0.14 |
| HSL | 247.3º | 0.51% | 0.71% | - |
| HSV(B) | 247.3º | 0.34% | 0.86% | - |
| XYZ | 36.24 | 32.24 | 71.33 | - |
| YUV | 156.13 | 163.48 | 126.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 145 | 219 | 0.30 | 0.34 | 0 | 0.14 | 247.3 | 0.51 | 0.71 |
| Hex | 9A | 91 | DB | 1E | 22 | 0 | E | F7 | 33 | 47 |
| Octal | 232 | 221 | 333 | 36 | 42 | 0 | 16 | 367 | 63 | 107 |
| Binary | 10011010 | 10010001 | 11011011 | 11110 | 100010 | 0 | 1110 | 11110111 | 110011 | 1000111 |
Color Harmonies of #9A91DB
Complementary color
Monochromatic Colors of #9A91DB
Black with #9A91DB
Text Example
Text Example
White with #9A91DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A91DB; }
p { color: rgb(154,145,219); }
H1.HeaderClassName
{
color: #9A91DB;
}
.AnyTagClassName
{
color: #9A91DB;
}
</style>
background-color css
<style>
a { background-color: #9A91DB; }
a { background-color: rgb(154,145,219); }
div.DivClassName
{
background-color: #9A91DB;
}
.BgClassName
{
background-color: #9A91DB;
}
</style>
border-color css
<style>
span { border-color: #9A91DB; }
span { border-color: rgb(154,145,219); }
td.TdClassName
{
border-color: #9A91DB;
}
.TagClassName
{
border-color: #9A91DB;
}
</style>