Shades of Blue Bell #9E9DC2
Tints of Blue Bell #9E9DC2
RGB
CMYK
RGB Variations
Color information
#9E9DC2 (or 0x9E9DC2) is known color: Blue Bell. HEX triplet: 9E, 9D and C2. RGB value is (158,157,194). Sum of RGB (Red+Green+Blue) = 158+157+194=509 (67% of max value = 765). Red value is 158 (62.11% from 255 or 31.04% from 509); Green value is 157 (61.72% from 255 or 30.84% from 509); Blue value is 194 (76.17% from 255 or 38.11% from 509); Max value from RGB is 194 - color contains mainly: blue. Hex color #9E9DC2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E9DC2 is #61623D. Grayscale: #A1A1A1. Windows color (decimal): -6382142 or 12754334. OLE color: 12754334.
HSL color Cylindrical-coordinate representation of color #9E9DC2: hue angle of 241.62º degrees, saturation: 0.23, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9E9DC2 is Cyan = 0.19, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 158 | 157 | 194 | - |
| CMYK | 0.19 | 0.19 | 0 | 0.24 |
| HSL | 241.62º | 0.23% | 0.69% | - |
| HSV(B) | 241.62º | 0.19% | 0.76% | - |
| XYZ | 35.9 | 35.28 | 55.96 | - |
| YUV | 161.52 | 146.33 | 125.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 157 | 194 | 0.19 | 0.19 | 0 | 0.24 | 241.62 | 0.23 | 0.69 |
| Hex | 9E | 9D | C2 | 13 | 13 | 0 | 18 | F2 | 17 | 45 |
| Octal | 236 | 235 | 302 | 23 | 23 | 0 | 30 | 362 | 27 | 105 |
| Binary | 10011110 | 10011101 | 11000010 | 10011 | 10011 | 0 | 11000 | 11110010 | 10111 | 1000101 |
Color Harmonies of #9E9DC2
Complementary color
Monochromatic Colors of #9E9DC2
Black with #9E9DC2
Text Example
Text Example
White with #9E9DC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E9DC2; }
p { color: rgb(158,157,194); }
H1.HeaderClassName
{
color: #9E9DC2;
}
.AnyTagClassName
{
color: #9E9DC2;
}
</style>
background-color css
<style>
a { background-color: #9E9DC2; }
a { background-color: rgb(158,157,194); }
div.DivClassName
{
background-color: #9E9DC2;
}
.BgClassName
{
background-color: #9E9DC2;
}
</style>
border-color css
<style>
span { border-color: #9E9DC2; }
span { border-color: rgb(158,157,194); }
td.TdClassName
{
border-color: #9E9DC2;
}
.TagClassName
{
border-color: #9E9DC2;
}
</style>