Shades of Blue Bell #9A9ED6
Tints of Blue Bell #9A9ED6
RGB
CMYK
RGB Variations
Color information
#9A9ED6 (or 0x9A9ED6) is known color: Blue Bell. HEX triplet: 9A, 9E and D6. RGB value is (154,158,214). Sum of RGB (Red+Green+Blue) = 154+158+214=526 (69% of max value = 765). Red value is 154 (60.55% from 255 or 29.28% from 526); Green value is 158 (62.11% from 255 or 30.04% from 526); Blue value is 214 (83.98% from 255 or 40.68% from 526); Max value from RGB is 214 - color contains mainly: blue. Hex color #9A9ED6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9A9ED6 is #656129. Grayscale: #A2A2A2. Windows color (decimal): -6644010 or 14065306. OLE color: 14065306.
HSL color Cylindrical-coordinate representation of color #9A9ED6: hue angle of 236º degrees, saturation: 0.42, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9A9ED6 is Cyan = 0.28, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 154 | 158 | 214 | - |
| CMYK | 0.28 | 0.26 | 0 | 0.16 |
| HSL | 236º | 0.42% | 0.72% | - |
| HSV(B) | 236º | 0.28% | 0.84% | - |
| XYZ | 37.69 | 36.18 | 68.62 | - |
| YUV | 163.19 | 156.67 | 121.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 158 | 214 | 0.28 | 0.26 | 0 | 0.16 | 236 | 0.42 | 0.72 |
| Hex | 9A | 9E | D6 | 1C | 1A | 0 | 10 | EC | 2A | 48 |
| Octal | 232 | 236 | 326 | 34 | 32 | 0 | 20 | 354 | 52 | 110 |
| Binary | 10011010 | 10011110 | 11010110 | 11100 | 11010 | 0 | 10000 | 11101100 | 101010 | 1001000 |
Color Harmonies of #9A9ED6
Complementary color
Monochromatic Colors of #9A9ED6
Black with #9A9ED6
Text Example
Text Example
White with #9A9ED6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A9ED6; }
p { color: rgb(154,158,214); }
H1.HeaderClassName
{
color: #9A9ED6;
}
.AnyTagClassName
{
color: #9A9ED6;
}
</style>
background-color css
<style>
a { background-color: #9A9ED6; }
a { background-color: rgb(154,158,214); }
div.DivClassName
{
background-color: #9A9ED6;
}
.BgClassName
{
background-color: #9A9ED6;
}
</style>
border-color css
<style>
span { border-color: #9A9ED6; }
span { border-color: rgb(154,158,214); }
td.TdClassName
{
border-color: #9A9ED6;
}
.TagClassName
{
border-color: #9A9ED6;
}
</style>