Shades of Blue Bell #9DA2DC
Tints of Blue Bell #9DA2DC
RGB
CMYK
RGB Variations
Color information
#9DA2DC (or 0x9DA2DC) is known color: Blue Bell. HEX triplet: 9D, A2 and DC. RGB value is (157,162,220). Sum of RGB (Red+Green+Blue) = 157+162+220=539 (71% of max value = 765). Red value is 157 (61.72% from 255 or 29.13% from 539); Green value is 162 (63.67% from 255 or 30.06% from 539); Blue value is 220 (86.33% from 255 or 40.82% from 539); Max value from RGB is 220 - color contains mainly: blue. Hex color #9DA2DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9DA2DC is #625D23. Grayscale: #A6A6A6. Windows color (decimal): -6446372 or 14459549. OLE color: 14459549.
HSL color Cylindrical-coordinate representation of color #9DA2DC: hue angle of 235.24º 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 #9DA2DC is Cyan = 0.29, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 157 | 162 | 220 | - |
| CMYK | 0.29 | 0.26 | 0 | 0.14 |
| HSL | 235.24º | 0.47% | 0.74% | - |
| HSV(B) | 235.24º | 0.29% | 0.86% | - |
| XYZ | 39.74 | 38.18 | 72.98 | - |
| YUV | 167.12 | 157.84 | 120.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 162 | 220 | 0.29 | 0.26 | 0 | 0.14 | 235.24 | 0.47 | 0.74 |
| Hex | 9D | A2 | DC | 1D | 1A | 0 | E | EB | 2F | 4A |
| Octal | 235 | 242 | 334 | 35 | 32 | 0 | 16 | 353 | 57 | 112 |
| Binary | 10011101 | 10100010 | 11011100 | 11101 | 11010 | 0 | 1110 | 11101011 | 101111 | 1001010 |
Color Harmonies of #9DA2DC
Complementary color
Monochromatic Colors of #9DA2DC
Black with #9DA2DC
Text Example
Text Example
White with #9DA2DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DA2DC; }
p { color: rgb(157,162,220); }
H1.HeaderClassName
{
color: #9DA2DC;
}
.AnyTagClassName
{
color: #9DA2DC;
}
</style>
background-color css
<style>
a { background-color: #9DA2DC; }
a { background-color: rgb(157,162,220); }
div.DivClassName
{
background-color: #9DA2DC;
}
.BgClassName
{
background-color: #9DA2DC;
}
</style>
border-color css
<style>
span { border-color: #9DA2DC; }
span { border-color: rgb(157,162,220); }
td.TdClassName
{
border-color: #9DA2DC;
}
.TagClassName
{
border-color: #9DA2DC;
}
</style>