Shades of Blue Bell #9DA2DF
Tints of Blue Bell #9DA2DF
RGB
CMYK
RGB Variations
Color information
#9DA2DF (or 0x9DA2DF) is known color: Blue Bell. HEX triplet: 9D, A2 and DF. RGB value is (157,162,223). Sum of RGB (Red+Green+Blue) = 157+162+223=542 (71% of max value = 765). Red value is 157 (61.72% from 255 or 28.97% from 542); Green value is 162 (63.67% from 255 or 29.89% from 542); Blue value is 223 (87.5% from 255 or 41.14% from 542); Max value from RGB is 223 - color contains mainly: blue. Hex color #9DA2DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9DA2DF is #625D20. Grayscale: #A7A7A7. Windows color (decimal): -6446369 or 14656157. OLE color: 14656157.
HSL color Cylindrical-coordinate representation of color #9DA2DF: hue angle of 235.45º degrees, saturation: 0.51, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9DA2DF is Cyan = 0.30, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 157 | 162 | 223 | - |
| CMYK | 0.30 | 0.27 | 0 | 0.13 |
| HSL | 235.45º | 0.51% | 0.75% | - |
| HSV(B) | 235.45º | 0.3% | 0.87% | - |
| XYZ | 40.14 | 38.34 | 75.1 | - |
| YUV | 167.46 | 159.34 | 120.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 162 | 223 | 0.30 | 0.27 | 0 | 0.13 | 235.45 | 0.51 | 0.75 |
| Hex | 9D | A2 | DF | 1E | 1B | 0 | D | EB | 33 | 4B |
| Octal | 235 | 242 | 337 | 36 | 33 | 0 | 15 | 353 | 63 | 113 |
| Binary | 10011101 | 10100010 | 11011111 | 11110 | 11011 | 0 | 1101 | 11101011 | 110011 | 1001011 |
Color Harmonies of #9DA2DF
Complementary color
Monochromatic Colors of #9DA2DF
Black with #9DA2DF
Text Example
Text Example
White with #9DA2DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DA2DF; }
p { color: rgb(157,162,223); }
H1.HeaderClassName
{
color: #9DA2DF;
}
.AnyTagClassName
{
color: #9DA2DF;
}
</style>
background-color css
<style>
a { background-color: #9DA2DF; }
a { background-color: rgb(157,162,223); }
div.DivClassName
{
background-color: #9DA2DF;
}
.BgClassName
{
background-color: #9DA2DF;
}
</style>
border-color css
<style>
span { border-color: #9DA2DF; }
span { border-color: rgb(157,162,223); }
td.TdClassName
{
border-color: #9DA2DF;
}
.TagClassName
{
border-color: #9DA2DF;
}
</style>