Shades of Blue Bell #9DA3CF
Tints of Blue Bell #9DA3CF
RGB
CMYK
RGB Variations
Color information
#9DA3CF (or 0x9DA3CF) is known color: Blue Bell. HEX triplet: 9D, A3 and CF. RGB value is (157,163,207). Sum of RGB (Red+Green+Blue) = 157+163+207=527 (69% of max value = 765). Red value is 157 (61.72% from 255 or 29.79% from 527); Green value is 163 (64.06% from 255 or 30.93% from 527); Blue value is 207 (81.25% from 255 or 39.28% from 527); Max value from RGB is 207 - color contains mainly: blue. Hex color #9DA3CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9DA3CF is #625C30. Grayscale: #A6A6A6. Windows color (decimal): -6446129 or 13607837. OLE color: 13607837.
HSL color Cylindrical-coordinate representation of color #9DA3CF: hue angle of 232.8º degrees, saturation: 0.34, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9DA3CF is Cyan = 0.24, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 157 | 163 | 207 | - |
| CMYK | 0.24 | 0.21 | 0 | 0.19 |
| HSL | 232.8º | 0.34% | 0.71% | - |
| HSV(B) | 232.8º | 0.24% | 0.81% | - |
| XYZ | 38.26 | 37.87 | 64.32 | - |
| YUV | 166.22 | 151.01 | 121.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 163 | 207 | 0.24 | 0.21 | 0 | 0.19 | 232.8 | 0.34 | 0.71 |
| Hex | 9D | A3 | CF | 18 | 15 | 0 | 13 | E9 | 22 | 47 |
| Octal | 235 | 243 | 317 | 30 | 25 | 0 | 23 | 351 | 42 | 107 |
| Binary | 10011101 | 10100011 | 11001111 | 11000 | 10101 | 0 | 10011 | 11101001 | 100010 | 1000111 |
Color Harmonies of #9DA3CF
Complementary color
Monochromatic Colors of #9DA3CF
Black with #9DA3CF
Text Example
Text Example
White with #9DA3CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DA3CF; }
p { color: rgb(157,163,207); }
H1.HeaderClassName
{
color: #9DA3CF;
}
.AnyTagClassName
{
color: #9DA3CF;
}
</style>
background-color css
<style>
a { background-color: #9DA3CF; }
a { background-color: rgb(157,163,207); }
div.DivClassName
{
background-color: #9DA3CF;
}
.BgClassName
{
background-color: #9DA3CF;
}
</style>
border-color css
<style>
span { border-color: #9DA3CF; }
span { border-color: rgb(157,163,207); }
td.TdClassName
{
border-color: #9DA3CF;
}
.TagClassName
{
border-color: #9DA3CF;
}
</style>