Shades of Blue Bell #9CA0DD
Tints of Blue Bell #9CA0DD
RGB
CMYK
RGB Variations
Color information
#9CA0DD (or 0x9CA0DD) is known color: Blue Bell. HEX triplet: 9C, A0 and DD. RGB value is (156,160,221). Sum of RGB (Red+Green+Blue) = 156+160+221=537 (71% of max value = 765). Red value is 156 (61.33% from 255 or 29.05% from 537); Green value is 160 (62.89% from 255 or 29.80% from 537); Blue value is 221 (86.72% from 255 or 41.15% from 537); Max value from RGB is 221 - color contains mainly: blue. Hex color #9CA0DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9CA0DD is #635F22. Grayscale: #A5A5A5. Windows color (decimal): -6512419 or 14524572. OLE color: 14524572.
HSL color Cylindrical-coordinate representation of color #9CA0DD: hue angle of 236.31º degrees, saturation: 0.49, 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 #9CA0DD is Cyan = 0.29, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 156 | 160 | 221 | - |
| CMYK | 0.29 | 0.28 | 0 | 0.13 |
| HSL | 236.31º | 0.49% | 0.74% | - |
| HSV(B) | 236.31º | 0.29% | 0.87% | - |
| XYZ | 39.33 | 37.43 | 73.56 | - |
| YUV | 165.76 | 159.17 | 121.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 160 | 221 | 0.29 | 0.28 | 0 | 0.13 | 236.31 | 0.49 | 0.74 |
| Hex | 9C | A0 | DD | 1D | 1C | 0 | D | EC | 31 | 4A |
| Octal | 234 | 240 | 335 | 35 | 34 | 0 | 15 | 354 | 61 | 112 |
| Binary | 10011100 | 10100000 | 11011101 | 11101 | 11100 | 0 | 1101 | 11101100 | 110001 | 1001010 |
Color Harmonies of #9CA0DD
Complementary color
Monochromatic Colors of #9CA0DD
Black with #9CA0DD
Text Example
Text Example
White with #9CA0DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CA0DD; }
p { color: rgb(156,160,221); }
H1.HeaderClassName
{
color: #9CA0DD;
}
.AnyTagClassName
{
color: #9CA0DD;
}
</style>
background-color css
<style>
a { background-color: #9CA0DD; }
a { background-color: rgb(156,160,221); }
div.DivClassName
{
background-color: #9CA0DD;
}
.BgClassName
{
background-color: #9CA0DD;
}
</style>
border-color css
<style>
span { border-color: #9CA0DD; }
span { border-color: rgb(156,160,221); }
td.TdClassName
{
border-color: #9CA0DD;
}
.TagClassName
{
border-color: #9CA0DD;
}
</style>