Shades of Blue Bell #9D9FDB
Tints of Blue Bell #9D9FDB
RGB
CMYK
RGB Variations
Color information
#9D9FDB (or 0x9D9FDB) is known color: Blue Bell. HEX triplet: 9D, 9F and DB. RGB value is (157,159,219). Sum of RGB (Red+Green+Blue) = 157+159+219=535 (70% of max value = 765). Red value is 157 (61.72% from 255 or 29.35% from 535); Green value is 159 (62.5% from 255 or 29.72% from 535); Blue value is 219 (85.94% from 255 or 40.93% from 535); Max value from RGB is 219 - color contains mainly: blue. Hex color #9D9FDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9D9FDB is #626024. Grayscale: #A5A5A5. Windows color (decimal): -6447141 or 14393245. OLE color: 14393245.
HSL color Cylindrical-coordinate representation of color #9D9FDB: hue angle of 238.06º degrees, saturation: 0.46, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9D9FDB is Cyan = 0.28, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 157 | 159 | 219 | - |
| CMYK | 0.28 | 0.27 | 0 | 0.14 |
| HSL | 238.06º | 0.46% | 0.74% | - |
| HSV(B) | 238.06º | 0.28% | 0.86% | - |
| XYZ | 39.09 | 37.08 | 72.11 | - |
| YUV | 165.24 | 158.34 | 122.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 159 | 219 | 0.28 | 0.27 | 0 | 0.14 | 238.06 | 0.46 | 0.74 |
| Hex | 9D | 9F | DB | 1C | 1B | 0 | E | EE | 2E | 4A |
| Octal | 235 | 237 | 333 | 34 | 33 | 0 | 16 | 356 | 56 | 112 |
| Binary | 10011101 | 10011111 | 11011011 | 11100 | 11011 | 0 | 1110 | 11101110 | 101110 | 1001010 |
Color Harmonies of #9D9FDB
Complementary color
Monochromatic Colors of #9D9FDB
Black with #9D9FDB
Text Example
Text Example
White with #9D9FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D9FDB; }
p { color: rgb(157,159,219); }
H1.HeaderClassName
{
color: #9D9FDB;
}
.AnyTagClassName
{
color: #9D9FDB;
}
</style>
background-color css
<style>
a { background-color: #9D9FDB; }
a { background-color: rgb(157,159,219); }
div.DivClassName
{
background-color: #9D9FDB;
}
.BgClassName
{
background-color: #9D9FDB;
}
</style>
border-color css
<style>
span { border-color: #9D9FDB; }
span { border-color: rgb(157,159,219); }
td.TdClassName
{
border-color: #9D9FDB;
}
.TagClassName
{
border-color: #9D9FDB;
}
</style>