Shades of Blue Bell #9CA0DF
Tints of Blue Bell #9CA0DF
RGB
CMYK
RGB Variations
Color information
#9CA0DF (or 0x9CA0DF) is known color: Blue Bell. HEX triplet: 9C, A0 and DF. RGB value is (156,160,223). Sum of RGB (Red+Green+Blue) = 156+160+223=539 (71% of max value = 765). Red value is 156 (61.33% from 255 or 28.94% from 539); Green value is 160 (62.89% from 255 or 29.68% from 539); Blue value is 223 (87.5% from 255 or 41.37% from 539); Max value from RGB is 223 - color contains mainly: blue. Hex color #9CA0DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9CA0DF is #635F20. Grayscale: #A5A5A5. Windows color (decimal): -6512417 or 14655644. OLE color: 14655644.
HSL color Cylindrical-coordinate representation of color #9CA0DF: hue angle of 236.42º degrees, saturation: 0.51, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9CA0DF is Cyan = 0.30, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 156 | 160 | 223 | - |
| CMYK | 0.30 | 0.28 | 0 | 0.13 |
| HSL | 236.42º | 0.51% | 0.74% | - |
| HSV(B) | 236.42º | 0.3% | 0.87% | - |
| XYZ | 39.6 | 37.54 | 74.97 | - |
| YUV | 165.99 | 160.17 | 120.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 160 | 223 | 0.30 | 0.28 | 0 | 0.13 | 236.42 | 0.51 | 0.74 |
| Hex | 9C | A0 | DF | 1E | 1C | 0 | D | EC | 33 | 4A |
| Octal | 234 | 240 | 337 | 36 | 34 | 0 | 15 | 354 | 63 | 112 |
| Binary | 10011100 | 10100000 | 11011111 | 11110 | 11100 | 0 | 1101 | 11101100 | 110011 | 1001010 |
Color Harmonies of #9CA0DF
Complementary color
Monochromatic Colors of #9CA0DF
Black with #9CA0DF
Text Example
Text Example
White with #9CA0DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CA0DF; }
p { color: rgb(156,160,223); }
H1.HeaderClassName
{
color: #9CA0DF;
}
.AnyTagClassName
{
color: #9CA0DF;
}
</style>
background-color css
<style>
a { background-color: #9CA0DF; }
a { background-color: rgb(156,160,223); }
div.DivClassName
{
background-color: #9CA0DF;
}
.BgClassName
{
background-color: #9CA0DF;
}
</style>
border-color css
<style>
span { border-color: #9CA0DF; }
span { border-color: rgb(156,160,223); }
td.TdClassName
{
border-color: #9CA0DF;
}
.TagClassName
{
border-color: #9CA0DF;
}
</style>