Shades of Blue Bell #9A9DDB
Tints of Blue Bell #9A9DDB
RGB
CMYK
RGB Variations
Color information
#9A9DDB (or 0x9A9DDB) is known color: Blue Bell. HEX triplet: 9A, 9D and DB. RGB value is (154,157,219). Sum of RGB (Red+Green+Blue) = 154+157+219=530 (70% of max value = 765). Red value is 154 (60.55% from 255 or 29.06% from 530); Green value is 157 (61.72% from 255 or 29.62% from 530); Blue value is 219 (85.94% from 255 or 41.32% from 530); Max value from RGB is 219 - color contains mainly: blue. Hex color #9A9DDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9A9DDB is #656224. Grayscale: #A2A2A2. Windows color (decimal): -6644261 or 14392730. OLE color: 14392730.
HSL color Cylindrical-coordinate representation of color #9A9DDB: hue angle of 237.23º 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 #9A9DDB is Cyan = 0.30, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 154 | 157 | 219 | - |
| CMYK | 0.30 | 0.28 | 0 | 0.14 |
| HSL | 237.23º | 0.47% | 0.73% | - |
| HSV(B) | 237.23º | 0.3% | 0.86% | - |
| XYZ | 38.17 | 36.1 | 71.97 | - |
| YUV | 163.17 | 159.51 | 121.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 157 | 219 | 0.30 | 0.28 | 0 | 0.14 | 237.23 | 0.47 | 0.73 |
| Hex | 9A | 9D | DB | 1E | 1C | 0 | E | ED | 2F | 49 |
| Octal | 232 | 235 | 333 | 36 | 34 | 0 | 16 | 355 | 57 | 111 |
| Binary | 10011010 | 10011101 | 11011011 | 11110 | 11100 | 0 | 1110 | 11101101 | 101111 | 1001001 |
Color Harmonies of #9A9DDB
Complementary color
Monochromatic Colors of #9A9DDB
Black with #9A9DDB
Text Example
Text Example
White with #9A9DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A9DDB; }
p { color: rgb(154,157,219); }
H1.HeaderClassName
{
color: #9A9DDB;
}
.AnyTagClassName
{
color: #9A9DDB;
}
</style>
background-color css
<style>
a { background-color: #9A9DDB; }
a { background-color: rgb(154,157,219); }
div.DivClassName
{
background-color: #9A9DDB;
}
.BgClassName
{
background-color: #9A9DDB;
}
</style>
border-color css
<style>
span { border-color: #9A9DDB; }
span { border-color: rgb(154,157,219); }
td.TdClassName
{
border-color: #9A9DDB;
}
.TagClassName
{
border-color: #9A9DDB;
}
</style>