Shades of Blue Bell #9DA3DC
Tints of Blue Bell #9DA3DC
RGB
CMYK
RGB Variations
Color information
#9DA3DC (or 0x9DA3DC) is known color: Blue Bell. HEX triplet: 9D, A3 and DC. RGB value is (157,163,220). Sum of RGB (Red+Green+Blue) = 157+163+220=540 (71% of max value = 765). Red value is 157 (61.72% from 255 or 29.07% from 540); Green value is 163 (64.06% from 255 or 30.19% from 540); Blue value is 220 (86.33% from 255 or 40.74% from 540); Max value from RGB is 220 - color contains mainly: blue. Hex color #9DA3DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9DA3DC is #625C23. Grayscale: #A7A7A7. Windows color (decimal): -6446116 or 14459805. OLE color: 14459805.
HSL color Cylindrical-coordinate representation of color #9DA3DC: hue angle of 234.29º 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 #9DA3DC is Cyan = 0.29, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 157 | 163 | 220 | - |
| CMYK | 0.29 | 0.26 | 0 | 0.14 |
| HSL | 234.29º | 0.47% | 0.74% | - |
| HSV(B) | 234.29º | 0.29% | 0.86% | - |
| XYZ | 39.92 | 38.53 | 73.04 | - |
| YUV | 167.7 | 157.51 | 120.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 163 | 220 | 0.29 | 0.26 | 0 | 0.14 | 234.29 | 0.47 | 0.74 |
| Hex | 9D | A3 | DC | 1D | 1A | 0 | E | EA | 2F | 4A |
| Octal | 235 | 243 | 334 | 35 | 32 | 0 | 16 | 352 | 57 | 112 |
| Binary | 10011101 | 10100011 | 11011100 | 11101 | 11010 | 0 | 1110 | 11101010 | 101111 | 1001010 |
Color Harmonies of #9DA3DC
Complementary color
Monochromatic Colors of #9DA3DC
Black with #9DA3DC
Text Example
Text Example
White with #9DA3DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DA3DC; }
p { color: rgb(157,163,220); }
H1.HeaderClassName
{
color: #9DA3DC;
}
.AnyTagClassName
{
color: #9DA3DC;
}
</style>
background-color css
<style>
a { background-color: #9DA3DC; }
a { background-color: rgb(157,163,220); }
div.DivClassName
{
background-color: #9DA3DC;
}
.BgClassName
{
background-color: #9DA3DC;
}
</style>
border-color css
<style>
span { border-color: #9DA3DC; }
span { border-color: rgb(157,163,220); }
td.TdClassName
{
border-color: #9DA3DC;
}
.TagClassName
{
border-color: #9DA3DC;
}
</style>