Shades of Blue Bell #9DA2DB
Tints of Blue Bell #9DA2DB
RGB
CMYK
RGB Variations
Color information
#9DA2DB (or 0x9DA2DB) is known color: Blue Bell. HEX triplet: 9D, A2 and DB. RGB value is (157,162,219). Sum of RGB (Red+Green+Blue) = 157+162+219=538 (71% of max value = 765). Red value is 157 (61.72% from 255 or 29.18% from 538); Green value is 162 (63.67% from 255 or 30.11% from 538); Blue value is 219 (85.94% from 255 or 40.71% from 538); Max value from RGB is 219 - color contains mainly: blue. Hex color #9DA2DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9DA2DB is #625D24. Grayscale: #A6A6A6. Windows color (decimal): -6446373 or 14394013. OLE color: 14394013.
HSL color Cylindrical-coordinate representation of color #9DA2DB: hue angle of 235.16º 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 #9DA2DB is Cyan = 0.28, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 157 | 162 | 219 | - |
| CMYK | 0.28 | 0.26 | 0 | 0.14 |
| HSL | 235.16º | 0.46% | 0.74% | - |
| HSV(B) | 235.16º | 0.28% | 0.86% | - |
| XYZ | 39.61 | 38.12 | 72.29 | - |
| YUV | 167 | 157.34 | 120.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 162 | 219 | 0.28 | 0.26 | 0 | 0.14 | 235.16 | 0.46 | 0.74 |
| Hex | 9D | A2 | DB | 1C | 1A | 0 | E | EB | 2E | 4A |
| Octal | 235 | 242 | 333 | 34 | 32 | 0 | 16 | 353 | 56 | 112 |
| Binary | 10011101 | 10100010 | 11011011 | 11100 | 11010 | 0 | 1110 | 11101011 | 101110 | 1001010 |
Color Harmonies of #9DA2DB
Complementary color
Monochromatic Colors of #9DA2DB
Black with #9DA2DB
Text Example
Text Example
White with #9DA2DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DA2DB; }
p { color: rgb(157,162,219); }
H1.HeaderClassName
{
color: #9DA2DB;
}
.AnyTagClassName
{
color: #9DA2DB;
}
</style>
background-color css
<style>
a { background-color: #9DA2DB; }
a { background-color: rgb(157,162,219); }
div.DivClassName
{
background-color: #9DA2DB;
}
.BgClassName
{
background-color: #9DA2DB;
}
</style>
border-color css
<style>
span { border-color: #9DA2DB; }
span { border-color: rgb(157,162,219); }
td.TdClassName
{
border-color: #9DA2DB;
}
.TagClassName
{
border-color: #9DA2DB;
}
</style>