Shades of Blue Bell #9CA2DD
Tints of Blue Bell #9CA2DD
RGB
CMYK
RGB Variations
Color information
#9CA2DD (or 0x9CA2DD) is known color: Blue Bell. HEX triplet: 9C, A2 and DD. RGB value is (156,162,221). Sum of RGB (Red+Green+Blue) = 156+162+221=539 (71% of max value = 765). Red value is 156 (61.33% from 255 or 28.94% from 539); Green value is 162 (63.67% from 255 or 30.06% 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 #9CA2DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9CA2DD is #635D22. Grayscale: #A6A6A6. Windows color (decimal): -6511907 or 14525084. OLE color: 14525084.
HSL color Cylindrical-coordinate representation of color #9CA2DD: hue angle of 234.46º 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 #9CA2DD is Cyan = 0.29, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 156 | 162 | 221 | - |
| CMYK | 0.29 | 0.27 | 0 | 0.13 |
| HSL | 234.46º | 0.49% | 0.74% | - |
| HSV(B) | 234.46º | 0.29% | 0.87% | - |
| XYZ | 39.68 | 38.13 | 73.67 | - |
| YUV | 166.93 | 158.51 | 120.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 162 | 221 | 0.29 | 0.27 | 0 | 0.13 | 234.46 | 0.49 | 0.74 |
| Hex | 9C | A2 | DD | 1D | 1B | 0 | D | EA | 31 | 4A |
| Octal | 234 | 242 | 335 | 35 | 33 | 0 | 15 | 352 | 61 | 112 |
| Binary | 10011100 | 10100010 | 11011101 | 11101 | 11011 | 0 | 1101 | 11101010 | 110001 | 1001010 |
Color Harmonies of #9CA2DD
Complementary color
Monochromatic Colors of #9CA2DD
Black with #9CA2DD
Text Example
Text Example
White with #9CA2DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CA2DD; }
p { color: rgb(156,162,221); }
H1.HeaderClassName
{
color: #9CA2DD;
}
.AnyTagClassName
{
color: #9CA2DD;
}
</style>
background-color css
<style>
a { background-color: #9CA2DD; }
a { background-color: rgb(156,162,221); }
div.DivClassName
{
background-color: #9CA2DD;
}
.BgClassName
{
background-color: #9CA2DD;
}
</style>
border-color css
<style>
span { border-color: #9CA2DD; }
span { border-color: rgb(156,162,221); }
td.TdClassName
{
border-color: #9CA2DD;
}
.TagClassName
{
border-color: #9CA2DD;
}
</style>