Shades of Blue Bell #9E9FCE
Tints of Blue Bell #9E9FCE
RGB
CMYK
RGB Variations
Color information
#9E9FCE (or 0x9E9FCE) is known color: Blue Bell. HEX triplet: 9E, 9F and CE. RGB value is (158,159,206). Sum of RGB (Red+Green+Blue) = 158+159+206=523 (69% of max value = 765). Red value is 158 (62.11% from 255 or 30.21% from 523); Green value is 159 (62.5% from 255 or 30.40% from 523); Blue value is 206 (80.86% from 255 or 39.39% from 523); Max value from RGB is 206 - color contains mainly: blue. Hex color #9E9FCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E9FCE is #616031. Grayscale: #A3A3A3. Windows color (decimal): -6381618 or 13541278. OLE color: 13541278.
HSL color Cylindrical-coordinate representation of color #9E9FCE: hue angle of 238.75º degrees, saturation: 0.33, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9E9FCE is Cyan = 0.23, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 158 | 159 | 206 | - |
| CMYK | 0.23 | 0.23 | 0 | 0.19 |
| HSL | 238.75º | 0.33% | 0.71% | - |
| HSV(B) | 238.75º | 0.23% | 0.81% | - |
| XYZ | 37.64 | 36.52 | 63.46 | - |
| YUV | 164.06 | 151.67 | 123.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 159 | 206 | 0.23 | 0.23 | 0 | 0.19 | 238.75 | 0.33 | 0.71 |
| Hex | 9E | 9F | CE | 17 | 17 | 0 | 13 | EF | 21 | 47 |
| Octal | 236 | 237 | 316 | 27 | 27 | 0 | 23 | 357 | 41 | 107 |
| Binary | 10011110 | 10011111 | 11001110 | 10111 | 10111 | 0 | 10011 | 11101111 | 100001 | 1000111 |
Color Harmonies of #9E9FCE
Complementary color
Monochromatic Colors of #9E9FCE
Black with #9E9FCE
Text Example
Text Example
White with #9E9FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E9FCE; }
p { color: rgb(158,159,206); }
H1.HeaderClassName
{
color: #9E9FCE;
}
.AnyTagClassName
{
color: #9E9FCE;
}
</style>
background-color css
<style>
a { background-color: #9E9FCE; }
a { background-color: rgb(158,159,206); }
div.DivClassName
{
background-color: #9E9FCE;
}
.BgClassName
{
background-color: #9E9FCE;
}
</style>
border-color css
<style>
span { border-color: #9E9FCE; }
span { border-color: rgb(158,159,206); }
td.TdClassName
{
border-color: #9E9FCE;
}
.TagClassName
{
border-color: #9E9FCE;
}
</style>