Shades of Blue Bell #9DA0CB
Tints of Blue Bell #9DA0CB
RGB
CMYK
RGB Variations
Color information
#9DA0CB (or 0x9DA0CB) is known color: Blue Bell. HEX triplet: 9D, A0 and CB. RGB value is (157,160,203). Sum of RGB (Red+Green+Blue) = 157+160+203=520 (68% of max value = 765). Red value is 157 (61.72% from 255 or 30.19% from 520); Green value is 160 (62.89% from 255 or 30.77% from 520); Blue value is 203 (79.69% from 255 or 39.04% from 520); Max value from RGB is 203 - color contains mainly: blue. Hex color #9DA0CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9DA0CB is #625F34. Grayscale: #A3A3A3. Windows color (decimal): -6446901 or 13344925. OLE color: 13344925.
HSL color Cylindrical-coordinate representation of color #9DA0CB: hue angle of 236.09º degrees, saturation: 0.31, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9DA0CB is Cyan = 0.23, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 157 | 160 | 203 | - |
| CMYK | 0.23 | 0.21 | 0 | 0.20 |
| HSL | 236.09º | 0.31% | 0.71% | - |
| HSV(B) | 236.09º | 0.23% | 0.8% | - |
| XYZ | 37.25 | 36.62 | 61.61 | - |
| YUV | 164.01 | 150.01 | 123 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 160 | 203 | 0.23 | 0.21 | 0 | 0.20 | 236.09 | 0.31 | 0.71 |
| Hex | 9D | A0 | CB | 17 | 15 | 0 | 14 | EC | 1F | 47 |
| Octal | 235 | 240 | 313 | 27 | 25 | 0 | 24 | 354 | 37 | 107 |
| Binary | 10011101 | 10100000 | 11001011 | 10111 | 10101 | 0 | 10100 | 11101100 | 11111 | 1000111 |
Color Harmonies of #9DA0CB
Complementary color
Monochromatic Colors of #9DA0CB
Black with #9DA0CB
Text Example
Text Example
White with #9DA0CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DA0CB; }
p { color: rgb(157,160,203); }
H1.HeaderClassName
{
color: #9DA0CB;
}
.AnyTagClassName
{
color: #9DA0CB;
}
</style>
background-color css
<style>
a { background-color: #9DA0CB; }
a { background-color: rgb(157,160,203); }
div.DivClassName
{
background-color: #9DA0CB;
}
.BgClassName
{
background-color: #9DA0CB;
}
</style>
border-color css
<style>
span { border-color: #9DA0CB; }
span { border-color: rgb(157,160,203); }
td.TdClassName
{
border-color: #9DA0CB;
}
.TagClassName
{
border-color: #9DA0CB;
}
</style>