Shades of Blue Bell #9A9ED4
Tints of Blue Bell #9A9ED4
RGB
CMYK
RGB Variations
Color information
#9A9ED4 (or 0x9A9ED4) is known color: Blue Bell. HEX triplet: 9A, 9E and D4. RGB value is (154,158,212). Sum of RGB (Red+Green+Blue) = 154+158+212=524 (69% of max value = 765). Red value is 154 (60.55% from 255 or 29.39% from 524); Green value is 158 (62.11% from 255 or 30.15% from 524); Blue value is 212 (83.20% from 255 or 40.46% from 524); Max value from RGB is 212 - color contains mainly: blue. Hex color #9A9ED4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9A9ED4 is #65612B. Grayscale: #A2A2A2. Windows color (decimal): -6644012 or 13934234. OLE color: 13934234.
HSL color Cylindrical-coordinate representation of color #9A9ED4: hue angle of 235.86º degrees, saturation: 0.4, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9A9ED4 is Cyan = 0.27, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 154 | 158 | 212 | - |
| CMYK | 0.27 | 0.25 | 0 | 0.17 |
| HSL | 235.86º | 0.4% | 0.72% | - |
| HSV(B) | 235.86º | 0.27% | 0.83% | - |
| XYZ | 37.44 | 36.08 | 67.28 | - |
| YUV | 162.96 | 155.67 | 121.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 158 | 212 | 0.27 | 0.25 | 0 | 0.17 | 235.86 | 0.4 | 0.72 |
| Hex | 9A | 9E | D4 | 1B | 19 | 0 | 11 | EC | 28 | 48 |
| Octal | 232 | 236 | 324 | 33 | 31 | 0 | 21 | 354 | 50 | 110 |
| Binary | 10011010 | 10011110 | 11010100 | 11011 | 11001 | 0 | 10001 | 11101100 | 101000 | 1001000 |
Color Harmonies of #9A9ED4
Complementary color
Monochromatic Colors of #9A9ED4
Black with #9A9ED4
Text Example
Text Example
White with #9A9ED4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A9ED4; }
p { color: rgb(154,158,212); }
H1.HeaderClassName
{
color: #9A9ED4;
}
.AnyTagClassName
{
color: #9A9ED4;
}
</style>
background-color css
<style>
a { background-color: #9A9ED4; }
a { background-color: rgb(154,158,212); }
div.DivClassName
{
background-color: #9A9ED4;
}
.BgClassName
{
background-color: #9A9ED4;
}
</style>
border-color css
<style>
span { border-color: #9A9ED4; }
span { border-color: rgb(154,158,212); }
td.TdClassName
{
border-color: #9A9ED4;
}
.TagClassName
{
border-color: #9A9ED4;
}
</style>