Shades of Blue Bell #9C9ADD
Tints of Blue Bell #9C9ADD
RGB
CMYK
RGB Variations
Color information
#9C9ADD (or 0x9C9ADD) is known color: Blue Bell. HEX triplet: 9C, 9A and DD. RGB value is (156,154,221). Sum of RGB (Red+Green+Blue) = 156+154+221=531 (70% of max value = 765). Red value is 156 (61.33% from 255 or 29.38% from 531); Green value is 154 (60.55% from 255 or 29.00% from 531); Blue value is 221 (86.72% from 255 or 41.62% from 531); Max value from RGB is 221 - color contains mainly: blue. Hex color #9C9ADD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C9ADD is #636522. Grayscale: #A1A1A1. Windows color (decimal): -6513955 or 14523036. OLE color: 14523036.
HSL color Cylindrical-coordinate representation of color #9C9ADD: hue angle of 241.79º degrees, saturation: 0.5, 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 #9C9ADD is Cyan = 0.29, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 156 | 154 | 221 | - |
| CMYK | 0.29 | 0.30 | 0 | 0.13 |
| HSL | 241.79º | 0.5% | 0.74% | - |
| HSV(B) | 241.79º | 0.3% | 0.87% | - |
| XYZ | 38.32 | 35.4 | 73.22 | - |
| YUV | 162.24 | 161.16 | 123.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 154 | 221 | 0.29 | 0.30 | 0 | 0.13 | 241.79 | 0.5 | 0.74 |
| Hex | 9C | 9A | DD | 1D | 1E | 0 | D | F2 | 32 | 4A |
| Octal | 234 | 232 | 335 | 35 | 36 | 0 | 15 | 362 | 62 | 112 |
| Binary | 10011100 | 10011010 | 11011101 | 11101 | 11110 | 0 | 1101 | 11110010 | 110010 | 1001010 |
Color Harmonies of #9C9ADD
Complementary color
Monochromatic Colors of #9C9ADD
Black with #9C9ADD
Text Example
Text Example
White with #9C9ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C9ADD; }
p { color: rgb(156,154,221); }
H1.HeaderClassName
{
color: #9C9ADD;
}
.AnyTagClassName
{
color: #9C9ADD;
}
</style>
background-color css
<style>
a { background-color: #9C9ADD; }
a { background-color: rgb(156,154,221); }
div.DivClassName
{
background-color: #9C9ADD;
}
.BgClassName
{
background-color: #9C9ADD;
}
</style>
border-color css
<style>
span { border-color: #9C9ADD; }
span { border-color: rgb(156,154,221); }
td.TdClassName
{
border-color: #9C9ADD;
}
.TagClassName
{
border-color: #9C9ADD;
}
</style>