Shades of Blue Bell #9A9ADB
Tints of Blue Bell #9A9ADB
RGB
CMYK
RGB Variations
Color information
#9A9ADB (or 0x9A9ADB) is known color: Blue Bell. HEX triplet: 9A, 9A and DB. RGB value is (154,154,219). Sum of RGB (Red+Green+Blue) = 154+154+219=527 (69% of max value = 765). Red value is 154 (60.55% from 255 or 29.22% from 527); Green value is 154 (60.55% from 255 or 29.22% from 527); Blue value is 219 (85.94% from 255 or 41.56% from 527); Max value from RGB is 219 - color contains mainly: blue. Hex color #9A9ADB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9A9ADB is #656524. Grayscale: #A1A1A1. Windows color (decimal): -6645029 or 14391962. OLE color: 14391962.
HSL color Cylindrical-coordinate representation of color #9A9ADB: hue angle of 240º 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 #9A9ADB is Cyan = 0.30, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 154 | 154 | 219 | - |
| CMYK | 0.30 | 0.30 | 0 | 0.14 |
| HSL | 240º | 0.47% | 0.73% | - |
| HSV(B) | 240º | 0.3% | 0.86% | - |
| XYZ | 37.67 | 35.1 | 71.81 | - |
| YUV | 161.41 | 160.5 | 122.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 154 | 219 | 0.30 | 0.30 | 0 | 0.14 | 240 | 0.47 | 0.73 |
| Hex | 9A | 9A | DB | 1E | 1E | 0 | E | F0 | 2F | 49 |
| Octal | 232 | 232 | 333 | 36 | 36 | 0 | 16 | 360 | 57 | 111 |
| Binary | 10011010 | 10011010 | 11011011 | 11110 | 11110 | 0 | 1110 | 11110000 | 101111 | 1001001 |
Color Harmonies of #9A9ADB
Complementary color
Monochromatic Colors of #9A9ADB
Black with #9A9ADB
Text Example
Text Example
White with #9A9ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A9ADB; }
p { color: rgb(154,154,219); }
H1.HeaderClassName
{
color: #9A9ADB;
}
.AnyTagClassName
{
color: #9A9ADB;
}
</style>
background-color css
<style>
a { background-color: #9A9ADB; }
a { background-color: rgb(154,154,219); }
div.DivClassName
{
background-color: #9A9ADB;
}
.BgClassName
{
background-color: #9A9ADB;
}
</style>
border-color css
<style>
span { border-color: #9A9ADB; }
span { border-color: rgb(154,154,219); }
td.TdClassName
{
border-color: #9A9ADB;
}
.TagClassName
{
border-color: #9A9ADB;
}
</style>