Shades of Blue Bell #9D9EE1
Tints of Blue Bell #9D9EE1
RGB
CMYK
RGB Variations
Color information
#9D9EE1 (or 0x9D9EE1) is known color: Blue Bell. HEX triplet: 9D, 9E and E1. RGB value is (157,158,225). Sum of RGB (Red+Green+Blue) = 157+158+225=540 (71% of max value = 765). Red value is 157 (61.72% from 255 or 29.07% from 540); Green value is 158 (62.11% from 255 or 29.26% from 540); Blue value is 225 (88.28% from 255 or 41.67% from 540); Max value from RGB is 225 - color contains mainly: blue. Hex color #9D9EE1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9D9EE1 is #62611E. Grayscale: #A5A5A5. Windows color (decimal): -6447391 or 14786205. OLE color: 14786205.
HSL color Cylindrical-coordinate representation of color #9D9EE1: hue angle of 239.12º degrees, saturation: 0.53, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9D9EE1 is Cyan = 0.30, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 157 | 158 | 225 | - |
| CMYK | 0.30 | 0.30 | 0 | 0.12 |
| HSL | 239.12º | 0.53% | 0.75% | - |
| HSV(B) | 239.12º | 0.3% | 0.88% | - |
| XYZ | 39.72 | 37.06 | 76.29 | - |
| YUV | 165.34 | 161.67 | 122.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 158 | 225 | 0.30 | 0.30 | 0 | 0.12 | 239.12 | 0.53 | 0.75 |
| Hex | 9D | 9E | E1 | 1E | 1E | 0 | C | EF | 35 | 4B |
| Octal | 235 | 236 | 341 | 36 | 36 | 0 | 14 | 357 | 65 | 113 |
| Binary | 10011101 | 10011110 | 11100001 | 11110 | 11110 | 0 | 1100 | 11101111 | 110101 | 1001011 |
Color Harmonies of #9D9EE1
Complementary color
Monochromatic Colors of #9D9EE1
Black with #9D9EE1
Text Example
Text Example
White with #9D9EE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D9EE1; }
p { color: rgb(157,158,225); }
H1.HeaderClassName
{
color: #9D9EE1;
}
.AnyTagClassName
{
color: #9D9EE1;
}
</style>
background-color css
<style>
a { background-color: #9D9EE1; }
a { background-color: rgb(157,158,225); }
div.DivClassName
{
background-color: #9D9EE1;
}
.BgClassName
{
background-color: #9D9EE1;
}
</style>
border-color css
<style>
span { border-color: #9D9EE1; }
span { border-color: rgb(157,158,225); }
td.TdClassName
{
border-color: #9D9EE1;
}
.TagClassName
{
border-color: #9D9EE1;
}
</style>