Shades of Blue Bell #9DA4DB
Tints of Blue Bell #9DA4DB
RGB
CMYK
RGB Variations
Color information
#9DA4DB (or 0x9DA4DB) is known color: Blue Bell. HEX triplet: 9D, A4 and DB. RGB value is (157,164,219). Sum of RGB (Red+Green+Blue) = 157+164+219=540 (71% of max value = 765). Red value is 157 (61.72% from 255 or 29.07% from 540); Green value is 164 (64.45% from 255 or 30.37% from 540); Blue value is 219 (85.94% from 255 or 40.56% from 540); Max value from RGB is 219 - color contains mainly: blue. Hex color #9DA4DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9DA4DB is #625B24. Grayscale: #A7A7A7. Windows color (decimal): -6445861 or 14394525. OLE color: 14394525.
HSL color Cylindrical-coordinate representation of color #9DA4DB: hue angle of 233.23º 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 #9DA4DB is Cyan = 0.28, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 157 | 164 | 219 | - |
| CMYK | 0.28 | 0.25 | 0 | 0.14 |
| HSL | 233.23º | 0.46% | 0.74% | - |
| HSV(B) | 233.23º | 0.28% | 0.86% | - |
| XYZ | 39.97 | 38.83 | 72.41 | - |
| YUV | 168.18 | 156.68 | 120.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 164 | 219 | 0.28 | 0.25 | 0 | 0.14 | 233.23 | 0.46 | 0.74 |
| Hex | 9D | A4 | DB | 1C | 19 | 0 | E | E9 | 2E | 4A |
| Octal | 235 | 244 | 333 | 34 | 31 | 0 | 16 | 351 | 56 | 112 |
| Binary | 10011101 | 10100100 | 11011011 | 11100 | 11001 | 0 | 1110 | 11101001 | 101110 | 1001010 |
Color Harmonies of #9DA4DB
Complementary color
Monochromatic Colors of #9DA4DB
Black with #9DA4DB
Text Example
Text Example
White with #9DA4DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DA4DB; }
p { color: rgb(157,164,219); }
H1.HeaderClassName
{
color: #9DA4DB;
}
.AnyTagClassName
{
color: #9DA4DB;
}
</style>
background-color css
<style>
a { background-color: #9DA4DB; }
a { background-color: rgb(157,164,219); }
div.DivClassName
{
background-color: #9DA4DB;
}
.BgClassName
{
background-color: #9DA4DB;
}
</style>
border-color css
<style>
span { border-color: #9DA4DB; }
span { border-color: rgb(157,164,219); }
td.TdClassName
{
border-color: #9DA4DB;
}
.TagClassName
{
border-color: #9DA4DB;
}
</style>