Shades of Blue Bell #9DA1DD
Tints of Blue Bell #9DA1DD
RGB
CMYK
RGB Variations
Color information
#9DA1DD (or 0x9DA1DD) is known color: Blue Bell. HEX triplet: 9D, A1 and DD. RGB value is (157,161,221). Sum of RGB (Red+Green+Blue) = 157+161+221=539 (71% of max value = 765). Red value is 157 (61.72% from 255 or 29.13% from 539); Green value is 161 (63.28% from 255 or 29.87% from 539); Blue value is 221 (86.72% from 255 or 41.00% from 539); Max value from RGB is 221 - color contains mainly: blue. Hex color #9DA1DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9DA1DD is #625E22. Grayscale: #A6A6A6. Windows color (decimal): -6446627 or 14524829. OLE color: 14524829.
HSL color Cylindrical-coordinate representation of color #9DA1DD: hue angle of 236.25º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9DA1DD is Cyan = 0.29, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 157 | 161 | 221 | - |
| CMYK | 0.29 | 0.27 | 0 | 0.13 |
| HSL | 236.25º | 0.48% | 0.74% | - |
| HSV(B) | 236.25º | 0.29% | 0.87% | - |
| XYZ | 39.7 | 37.88 | 73.63 | - |
| YUV | 166.64 | 158.67 | 121.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 161 | 221 | 0.29 | 0.27 | 0 | 0.13 | 236.25 | 0.48 | 0.74 |
| Hex | 9D | A1 | DD | 1D | 1B | 0 | D | EC | 30 | 4A |
| Octal | 235 | 241 | 335 | 35 | 33 | 0 | 15 | 354 | 60 | 112 |
| Binary | 10011101 | 10100001 | 11011101 | 11101 | 11011 | 0 | 1101 | 11101100 | 110000 | 1001010 |
Color Harmonies of #9DA1DD
Complementary color
Monochromatic Colors of #9DA1DD
Black with #9DA1DD
Text Example
Text Example
White with #9DA1DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DA1DD; }
p { color: rgb(157,161,221); }
H1.HeaderClassName
{
color: #9DA1DD;
}
.AnyTagClassName
{
color: #9DA1DD;
}
</style>
background-color css
<style>
a { background-color: #9DA1DD; }
a { background-color: rgb(157,161,221); }
div.DivClassName
{
background-color: #9DA1DD;
}
.BgClassName
{
background-color: #9DA1DD;
}
</style>
border-color css
<style>
span { border-color: #9DA1DD; }
span { border-color: rgb(157,161,221); }
td.TdClassName
{
border-color: #9DA1DD;
}
.TagClassName
{
border-color: #9DA1DD;
}
</style>