Shades of Blue Bell #9A9EDE
Tints of Blue Bell #9A9EDE
RGB
CMYK
RGB Variations
Color information
#9A9EDE (or 0x9A9EDE) is known color: Blue Bell. HEX triplet: 9A, 9E and DE. RGB value is (154,158,222). Sum of RGB (Red+Green+Blue) = 154+158+222=534 (70% of max value = 765). Red value is 154 (60.55% from 255 or 28.84% from 534); Green value is 158 (62.11% from 255 or 29.59% from 534); Blue value is 222 (87.11% from 255 or 41.57% from 534); Max value from RGB is 222 - color contains mainly: blue. Hex color #9A9EDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9A9EDE is #656121. Grayscale: #A3A3A3. Windows color (decimal): -6644002 or 14589594. OLE color: 14589594.
HSL color Cylindrical-coordinate representation of color #9A9EDE: hue angle of 236.47º degrees, saturation: 0.51, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9A9EDE is Cyan = 0.31, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 154 | 158 | 222 | - |
| CMYK | 0.31 | 0.29 | 0 | 0.13 |
| HSL | 236.47º | 0.51% | 0.74% | - |
| HSV(B) | 236.47º | 0.31% | 0.87% | - |
| XYZ | 38.74 | 36.6 | 74.13 | - |
| YUV | 164.1 | 160.67 | 120.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 158 | 222 | 0.31 | 0.29 | 0 | 0.13 | 236.47 | 0.51 | 0.74 |
| Hex | 9A | 9E | DE | 1F | 1D | 0 | D | EC | 33 | 4A |
| Octal | 232 | 236 | 336 | 37 | 35 | 0 | 15 | 354 | 63 | 112 |
| Binary | 10011010 | 10011110 | 11011110 | 11111 | 11101 | 0 | 1101 | 11101100 | 110011 | 1001010 |
Color Harmonies of #9A9EDE
Complementary color
Monochromatic Colors of #9A9EDE
Black with #9A9EDE
Text Example
Text Example
White with #9A9EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A9EDE; }
p { color: rgb(154,158,222); }
H1.HeaderClassName
{
color: #9A9EDE;
}
.AnyTagClassName
{
color: #9A9EDE;
}
</style>
background-color css
<style>
a { background-color: #9A9EDE; }
a { background-color: rgb(154,158,222); }
div.DivClassName
{
background-color: #9A9EDE;
}
.BgClassName
{
background-color: #9A9EDE;
}
</style>
border-color css
<style>
span { border-color: #9A9EDE; }
span { border-color: rgb(154,158,222); }
td.TdClassName
{
border-color: #9A9EDE;
}
.TagClassName
{
border-color: #9A9EDE;
}
</style>