Shades of Blue Bell #9D9EDE
Tints of Blue Bell #9D9EDE
RGB
CMYK
RGB Variations
Color information
#9D9EDE (or 0x9D9EDE) is known color: Blue Bell. HEX triplet: 9D, 9E and DE. RGB value is (157,158,222). Sum of RGB (Red+Green+Blue) = 157+158+222=537 (71% of max value = 765). Red value is 157 (61.72% from 255 or 29.24% from 537); Green value is 158 (62.11% from 255 or 29.42% from 537); Blue value is 222 (87.11% from 255 or 41.34% from 537); Max value from RGB is 222 - color contains mainly: blue. Hex color #9D9EDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9D9EDE is #626121. Grayscale: #A4A4A4. Windows color (decimal): -6447394 or 14589597. OLE color: 14589597.
HSL color Cylindrical-coordinate representation of color #9D9EDE: hue angle of 239.08º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9D9EDE is Cyan = 0.29, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 157 | 158 | 222 | - |
| CMYK | 0.29 | 0.29 | 0 | 0.13 |
| HSL | 239.08º | 0.5% | 0.74% | - |
| HSV(B) | 239.08º | 0.29% | 0.87% | - |
| XYZ | 39.32 | 36.9 | 74.16 | - |
| YUV | 165 | 160.17 | 122.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 158 | 222 | 0.29 | 0.29 | 0 | 0.13 | 239.08 | 0.5 | 0.74 |
| Hex | 9D | 9E | DE | 1D | 1D | 0 | D | EF | 32 | 4A |
| Octal | 235 | 236 | 336 | 35 | 35 | 0 | 15 | 357 | 62 | 112 |
| Binary | 10011101 | 10011110 | 11011110 | 11101 | 11101 | 0 | 1101 | 11101111 | 110010 | 1001010 |
Color Harmonies of #9D9EDE
Complementary color
Monochromatic Colors of #9D9EDE
Black with #9D9EDE
Text Example
Text Example
White with #9D9EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D9EDE; }
p { color: rgb(157,158,222); }
H1.HeaderClassName
{
color: #9D9EDE;
}
.AnyTagClassName
{
color: #9D9EDE;
}
</style>
background-color css
<style>
a { background-color: #9D9EDE; }
a { background-color: rgb(157,158,222); }
div.DivClassName
{
background-color: #9D9EDE;
}
.BgClassName
{
background-color: #9D9EDE;
}
</style>
border-color css
<style>
span { border-color: #9D9EDE; }
span { border-color: rgb(157,158,222); }
td.TdClassName
{
border-color: #9D9EDE;
}
.TagClassName
{
border-color: #9D9EDE;
}
</style>