Shades of Blue Bell #9A9DDD
Tints of Blue Bell #9A9DDD
RGB
CMYK
RGB Variations
Color information
#9A9DDD (or 0x9A9DDD) is known color: Blue Bell. HEX triplet: 9A, 9D and DD. RGB value is (154,157,221). Sum of RGB (Red+Green+Blue) = 154+157+221=532 (70% of max value = 765). Red value is 154 (60.55% from 255 or 28.95% from 532); Green value is 157 (61.72% from 255 or 29.51% from 532); Blue value is 221 (86.72% from 255 or 41.54% from 532); Max value from RGB is 221 - color contains mainly: blue. Hex color #9A9DDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9A9DDD is #656222. Grayscale: #A3A3A3. Windows color (decimal): -6644259 or 14523802. OLE color: 14523802.
HSL color Cylindrical-coordinate representation of color #9A9DDD: hue angle of 237.31º 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 #9A9DDD is Cyan = 0.30, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 154 | 157 | 221 | - |
| CMYK | 0.30 | 0.29 | 0 | 0.13 |
| HSL | 237.31º | 0.5% | 0.74% | - |
| HSV(B) | 237.31º | 0.3% | 0.87% | - |
| XYZ | 38.43 | 36.2 | 73.37 | - |
| YUV | 163.4 | 160.51 | 121.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 157 | 221 | 0.30 | 0.29 | 0 | 0.13 | 237.31 | 0.5 | 0.74 |
| Hex | 9A | 9D | DD | 1E | 1D | 0 | D | ED | 32 | 4A |
| Octal | 232 | 235 | 335 | 36 | 35 | 0 | 15 | 355 | 62 | 112 |
| Binary | 10011010 | 10011101 | 11011101 | 11110 | 11101 | 0 | 1101 | 11101101 | 110010 | 1001010 |
Color Harmonies of #9A9DDD
Complementary color
Monochromatic Colors of #9A9DDD
Black with #9A9DDD
Text Example
Text Example
White with #9A9DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A9DDD; }
p { color: rgb(154,157,221); }
H1.HeaderClassName
{
color: #9A9DDD;
}
.AnyTagClassName
{
color: #9A9DDD;
}
</style>
background-color css
<style>
a { background-color: #9A9DDD; }
a { background-color: rgb(154,157,221); }
div.DivClassName
{
background-color: #9A9DDD;
}
.BgClassName
{
background-color: #9A9DDD;
}
</style>
border-color css
<style>
span { border-color: #9A9DDD; }
span { border-color: rgb(154,157,221); }
td.TdClassName
{
border-color: #9A9DDD;
}
.TagClassName
{
border-color: #9A9DDD;
}
</style>