Shades of Blue Bell #9DA2E0
Tints of Blue Bell #9DA2E0
RGB
CMYK
RGB Variations
Color information
#9DA2E0 (or 0x9DA2E0) is known color: Blue Bell. HEX triplet: 9D, A2 and E0. RGB value is (157,162,224). Sum of RGB (Red+Green+Blue) = 157+162+224=543 (71% of max value = 765). Red value is 157 (61.72% from 255 or 28.91% from 543); Green value is 162 (63.67% from 255 or 29.83% from 543); Blue value is 224 (87.89% from 255 or 41.25% from 543); Max value from RGB is 224 - color contains mainly: blue. Hex color #9DA2E0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9DA2E0 is #625D1F. Grayscale: #A7A7A7. Windows color (decimal): -6446368 or 14721693. OLE color: 14721693.
HSL color Cylindrical-coordinate representation of color #9DA2E0: hue angle of 235.52º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9DA2E0 is Cyan = 0.30, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 157 | 162 | 224 | - |
| CMYK | 0.30 | 0.28 | 0 | 0.12 |
| HSL | 235.52º | 0.52% | 0.75% | - |
| HSV(B) | 235.52º | 0.3% | 0.88% | - |
| XYZ | 40.28 | 38.39 | 75.81 | - |
| YUV | 167.57 | 159.84 | 120.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 162 | 224 | 0.30 | 0.28 | 0 | 0.12 | 235.52 | 0.52 | 0.75 |
| Hex | 9D | A2 | E0 | 1E | 1C | 0 | C | EC | 34 | 4B |
| Octal | 235 | 242 | 340 | 36 | 34 | 0 | 14 | 354 | 64 | 113 |
| Binary | 10011101 | 10100010 | 11100000 | 11110 | 11100 | 0 | 1100 | 11101100 | 110100 | 1001011 |
Color Harmonies of #9DA2E0
Complementary color
Monochromatic Colors of #9DA2E0
Black with #9DA2E0
Text Example
Text Example
White with #9DA2E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DA2E0; }
p { color: rgb(157,162,224); }
H1.HeaderClassName
{
color: #9DA2E0;
}
.AnyTagClassName
{
color: #9DA2E0;
}
</style>
background-color css
<style>
a { background-color: #9DA2E0; }
a { background-color: rgb(157,162,224); }
div.DivClassName
{
background-color: #9DA2E0;
}
.BgClassName
{
background-color: #9DA2E0;
}
</style>
border-color css
<style>
span { border-color: #9DA2E0; }
span { border-color: rgb(157,162,224); }
td.TdClassName
{
border-color: #9DA2E0;
}
.TagClassName
{
border-color: #9DA2E0;
}
</style>