Shades of Blue Bell #9A97DB
Tints of Blue Bell #9A97DB
RGB
CMYK
RGB Variations
Color information
#9A97DB (or 0x9A97DB) is known color: Blue Bell. HEX triplet: 9A, 97 and DB. RGB value is (154,151,219). Sum of RGB (Red+Green+Blue) = 154+151+219=524 (69% of max value = 765). Red value is 154 (60.55% from 255 or 29.39% from 524); Green value is 151 (59.38% from 255 or 28.82% from 524); Blue value is 219 (85.94% from 255 or 41.79% from 524); Max value from RGB is 219 - color contains mainly: blue. Hex color #9A97DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9A97DB is #656824. Grayscale: #9F9F9F. Windows color (decimal): -6645797 or 14391194. OLE color: 14391194.
HSL color Cylindrical-coordinate representation of color #9A97DB: hue angle of 242.65º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9A97DB is Cyan = 0.30, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 154 | 151 | 219 | - |
| CMYK | 0.30 | 0.31 | 0 | 0.14 |
| HSL | 242.65º | 0.49% | 0.73% | - |
| HSV(B) | 242.65º | 0.31% | 0.86% | - |
| XYZ | 37.18 | 34.12 | 71.64 | - |
| YUV | 159.65 | 161.49 | 123.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 151 | 219 | 0.30 | 0.31 | 0 | 0.14 | 242.65 | 0.49 | 0.73 |
| Hex | 9A | 97 | DB | 1E | 1F | 0 | E | F3 | 31 | 49 |
| Octal | 232 | 227 | 333 | 36 | 37 | 0 | 16 | 363 | 61 | 111 |
| Binary | 10011010 | 10010111 | 11011011 | 11110 | 11111 | 0 | 1110 | 11110011 | 110001 | 1001001 |
Color Harmonies of #9A97DB
Complementary color
Monochromatic Colors of #9A97DB
Black with #9A97DB
Text Example
Text Example
White with #9A97DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A97DB; }
p { color: rgb(154,151,219); }
H1.HeaderClassName
{
color: #9A97DB;
}
.AnyTagClassName
{
color: #9A97DB;
}
</style>
background-color css
<style>
a { background-color: #9A97DB; }
a { background-color: rgb(154,151,219); }
div.DivClassName
{
background-color: #9A97DB;
}
.BgClassName
{
background-color: #9A97DB;
}
</style>
border-color css
<style>
span { border-color: #9A97DB; }
span { border-color: rgb(154,151,219); }
td.TdClassName
{
border-color: #9A97DB;
}
.TagClassName
{
border-color: #9A97DB;
}
</style>