Shades of Blue Bell #9A9CDD
Tints of Blue Bell #9A9CDD
RGB
CMYK
RGB Variations
Color information
#9A9CDD (or 0x9A9CDD) is known color: Blue Bell. HEX triplet: 9A, 9C and DD. RGB value is (154,156,221). Sum of RGB (Red+Green+Blue) = 154+156+221=531 (70% of max value = 765). Red value is 154 (60.55% from 255 or 29.00% from 531); Green value is 156 (61.33% from 255 or 29.38% 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 #9A9CDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9A9CDD is #656322. Grayscale: #A2A2A2. Windows color (decimal): -6644515 or 14523546. OLE color: 14523546.
HSL color Cylindrical-coordinate representation of color #9A9CDD: hue angle of 238.21º 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 #9A9CDD is Cyan = 0.30, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 154 | 156 | 221 | - |
| CMYK | 0.30 | 0.29 | 0 | 0.13 |
| HSL | 238.21º | 0.5% | 0.74% | - |
| HSV(B) | 238.21º | 0.3% | 0.87% | - |
| XYZ | 38.27 | 35.87 | 73.31 | - |
| YUV | 162.81 | 160.84 | 121.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 156 | 221 | 0.30 | 0.29 | 0 | 0.13 | 238.21 | 0.5 | 0.74 |
| Hex | 9A | 9C | DD | 1E | 1D | 0 | D | EE | 32 | 4A |
| Octal | 232 | 234 | 335 | 36 | 35 | 0 | 15 | 356 | 62 | 112 |
| Binary | 10011010 | 10011100 | 11011101 | 11110 | 11101 | 0 | 1101 | 11101110 | 110010 | 1001010 |
Color Harmonies of #9A9CDD
Complementary color
Monochromatic Colors of #9A9CDD
Black with #9A9CDD
Text Example
Text Example
White with #9A9CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A9CDD; }
p { color: rgb(154,156,221); }
H1.HeaderClassName
{
color: #9A9CDD;
}
.AnyTagClassName
{
color: #9A9CDD;
}
</style>
background-color css
<style>
a { background-color: #9A9CDD; }
a { background-color: rgb(154,156,221); }
div.DivClassName
{
background-color: #9A9CDD;
}
.BgClassName
{
background-color: #9A9CDD;
}
</style>
border-color css
<style>
span { border-color: #9A9CDD; }
span { border-color: rgb(154,156,221); }
td.TdClassName
{
border-color: #9A9CDD;
}
.TagClassName
{
border-color: #9A9CDD;
}
</style>