Shades of Blue Bell #9CA1DF
Tints of Blue Bell #9CA1DF
RGB
CMYK
RGB Variations
Color information
#9CA1DF (or 0x9CA1DF) is known color: Blue Bell. HEX triplet: 9C, A1 and DF. RGB value is (156,161,223). Sum of RGB (Red+Green+Blue) = 156+161+223=540 (71% of max value = 765). Red value is 156 (61.33% from 255 or 28.89% from 540); Green value is 161 (63.28% from 255 or 29.81% from 540); Blue value is 223 (87.5% from 255 or 41.30% from 540); Max value from RGB is 223 - color contains mainly: blue. Hex color #9CA1DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9CA1DF is #635E20. Grayscale: #A6A6A6. Windows color (decimal): -6512161 or 14655900. OLE color: 14655900.
HSL color Cylindrical-coordinate representation of color #9CA1DF: hue angle of 235.52º 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 #9CA1DF is Cyan = 0.30, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 156 | 161 | 223 | - |
| CMYK | 0.30 | 0.28 | 0 | 0.13 |
| HSL | 235.52º | 0.51% | 0.74% | - |
| HSV(B) | 235.52º | 0.3% | 0.87% | - |
| XYZ | 39.77 | 37.89 | 75.03 | - |
| YUV | 166.57 | 159.84 | 120.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 161 | 223 | 0.30 | 0.28 | 0 | 0.13 | 235.52 | 0.51 | 0.74 |
| Hex | 9C | A1 | DF | 1E | 1C | 0 | D | EC | 33 | 4A |
| Octal | 234 | 241 | 337 | 36 | 34 | 0 | 15 | 354 | 63 | 112 |
| Binary | 10011100 | 10100001 | 11011111 | 11110 | 11100 | 0 | 1101 | 11101100 | 110011 | 1001010 |
Color Harmonies of #9CA1DF
Complementary color
Monochromatic Colors of #9CA1DF
Black with #9CA1DF
Text Example
Text Example
White with #9CA1DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CA1DF; }
p { color: rgb(156,161,223); }
H1.HeaderClassName
{
color: #9CA1DF;
}
.AnyTagClassName
{
color: #9CA1DF;
}
</style>
background-color css
<style>
a { background-color: #9CA1DF; }
a { background-color: rgb(156,161,223); }
div.DivClassName
{
background-color: #9CA1DF;
}
.BgClassName
{
background-color: #9CA1DF;
}
</style>
border-color css
<style>
span { border-color: #9CA1DF; }
span { border-color: rgb(156,161,223); }
td.TdClassName
{
border-color: #9CA1DF;
}
.TagClassName
{
border-color: #9CA1DF;
}
</style>