Shades of Blue Bell #9DA0DC
Tints of Blue Bell #9DA0DC
RGB
CMYK
RGB Variations
Color information
#9DA0DC (or 0x9DA0DC) is known color: Blue Bell. HEX triplet: 9D, A0 and DC. RGB value is (157,160,220). Sum of RGB (Red+Green+Blue) = 157+160+220=537 (71% of max value = 765). Red value is 157 (61.72% from 255 or 29.24% from 537); Green value is 160 (62.89% from 255 or 29.80% from 537); Blue value is 220 (86.33% from 255 or 40.97% from 537); Max value from RGB is 220 - color contains mainly: blue. Hex color #9DA0DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9DA0DC is #625F23. Grayscale: #A5A5A5. Windows color (decimal): -6446884 or 14459037. OLE color: 14459037.
HSL color Cylindrical-coordinate representation of color #9DA0DC: hue angle of 237.14º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9DA0DC is Cyan = 0.29, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 157 | 160 | 220 | - |
| CMYK | 0.29 | 0.27 | 0 | 0.14 |
| HSL | 237.14º | 0.47% | 0.74% | - |
| HSV(B) | 237.14º | 0.29% | 0.86% | - |
| XYZ | 39.39 | 37.48 | 72.87 | - |
| YUV | 165.94 | 158.51 | 121.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 160 | 220 | 0.29 | 0.27 | 0 | 0.14 | 237.14 | 0.47 | 0.74 |
| Hex | 9D | A0 | DC | 1D | 1B | 0 | E | ED | 2F | 4A |
| Octal | 235 | 240 | 334 | 35 | 33 | 0 | 16 | 355 | 57 | 112 |
| Binary | 10011101 | 10100000 | 11011100 | 11101 | 11011 | 0 | 1110 | 11101101 | 101111 | 1001010 |
Color Harmonies of #9DA0DC
Complementary color
Monochromatic Colors of #9DA0DC
Black with #9DA0DC
Text Example
Text Example
White with #9DA0DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DA0DC; }
p { color: rgb(157,160,220); }
H1.HeaderClassName
{
color: #9DA0DC;
}
.AnyTagClassName
{
color: #9DA0DC;
}
</style>
background-color css
<style>
a { background-color: #9DA0DC; }
a { background-color: rgb(157,160,220); }
div.DivClassName
{
background-color: #9DA0DC;
}
.BgClassName
{
background-color: #9DA0DC;
}
</style>
border-color css
<style>
span { border-color: #9DA0DC; }
span { border-color: rgb(157,160,220); }
td.TdClassName
{
border-color: #9DA0DC;
}
.TagClassName
{
border-color: #9DA0DC;
}
</style>