Shades of Blue Bell #9A9FDB
Tints of Blue Bell #9A9FDB
RGB
CMYK
RGB Variations
Color information
#9A9FDB (or 0x9A9FDB) is known color: Blue Bell. HEX triplet: 9A, 9F and DB. RGB value is (154,159,219). Sum of RGB (Red+Green+Blue) = 154+159+219=532 (70% of max value = 765). Red value is 154 (60.55% from 255 or 28.95% from 532); Green value is 159 (62.5% from 255 or 29.89% from 532); Blue value is 219 (85.94% from 255 or 41.17% from 532); Max value from RGB is 219 - color contains mainly: blue. Hex color #9A9FDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9A9FDB is #656024. Grayscale: #A4A4A4. Windows color (decimal): -6643749 or 14393242. OLE color: 14393242.
HSL color Cylindrical-coordinate representation of color #9A9FDB: hue angle of 235.38º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9A9FDB is Cyan = 0.30, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 154 | 159 | 219 | - |
| CMYK | 0.30 | 0.27 | 0 | 0.14 |
| HSL | 235.38º | 0.47% | 0.73% | - |
| HSV(B) | 235.38º | 0.3% | 0.86% | - |
| XYZ | 38.51 | 36.78 | 72.09 | - |
| YUV | 164.35 | 158.84 | 120.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 159 | 219 | 0.30 | 0.27 | 0 | 0.14 | 235.38 | 0.47 | 0.73 |
| Hex | 9A | 9F | DB | 1E | 1B | 0 | E | EB | 2F | 49 |
| Octal | 232 | 237 | 333 | 36 | 33 | 0 | 16 | 353 | 57 | 111 |
| Binary | 10011010 | 10011111 | 11011011 | 11110 | 11011 | 0 | 1110 | 11101011 | 101111 | 1001001 |
Color Harmonies of #9A9FDB
Complementary color
Monochromatic Colors of #9A9FDB
Black with #9A9FDB
Text Example
Text Example
White with #9A9FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A9FDB; }
p { color: rgb(154,159,219); }
H1.HeaderClassName
{
color: #9A9FDB;
}
.AnyTagClassName
{
color: #9A9FDB;
}
</style>
background-color css
<style>
a { background-color: #9A9FDB; }
a { background-color: rgb(154,159,219); }
div.DivClassName
{
background-color: #9A9FDB;
}
.BgClassName
{
background-color: #9A9FDB;
}
</style>
border-color css
<style>
span { border-color: #9A9FDB; }
span { border-color: rgb(154,159,219); }
td.TdClassName
{
border-color: #9A9FDB;
}
.TagClassName
{
border-color: #9A9FDB;
}
</style>