Shades of Blue Bell #9E9FCC
Tints of Blue Bell #9E9FCC
RGB
CMYK
RGB Variations
Color information
#9E9FCC (or 0x9E9FCC) is known color: Blue Bell. HEX triplet: 9E, 9F and CC. RGB value is (158,159,204). Sum of RGB (Red+Green+Blue) = 158+159+204=521 (69% of max value = 765). Red value is 158 (62.11% from 255 or 30.33% from 521); Green value is 159 (62.5% from 255 or 30.52% from 521); Blue value is 204 (80.08% from 255 or 39.16% from 521); Max value from RGB is 204 - color contains mainly: blue. Hex color #9E9FCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E9FCC is #616033. Grayscale: #A3A3A3. Windows color (decimal): -6381620 or 13410206. OLE color: 13410206.
HSL color Cylindrical-coordinate representation of color #9E9FCC: hue angle of 238.7º degrees, saturation: 0.31, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9E9FCC is Cyan = 0.23, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
RGB | 158 | 159 | 204 | - |
CMYK | 0.23 | 0.22 | 0 | 0.2 |
HSL | 238.7º | 0.31% | 0.71% | - |
HSV(B) | 238.7º | 0.23% | 0.8% | - |
XYZ | 37.4 | 36.43 | 62.19 | - |
YUV | 163.83 | 150.67 | 123.84 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 158 | 159 | 204 | 0.23 | 0.22 | 0 | 0.2 | 238.7 | 0.31 | 0.71 |
Hex | 9E | 9F | CC | 17 | 16 | 0 | 14 | EF | 1F | 47 |
Octal | 236 | 237 | 314 | 27 | 26 | 0 | 24 | 357 | 37 | 107 |
Binary | 10011110 | 10011111 | 11001100 | 10111 | 10110 | 0 | 10100 | 11101111 | 11111 | 1000111 |
Color Harmonies of #9E9FCC
Complementary color
Monochromatic Colors of #9E9FCC
Black with #9E9FCC
Text Example
Text Example
White with #9E9FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E9FCC; }
p { color: rgb(158,159,204); }
H1.HeaderClassName
{
color: #9E9FCC;
}
.AnyTagClassName
{
color: #9E9FCC;
}
</style>
background-color css
<style>
a { background-color: #9E9FCC; }
a { background-color: rgb(158,159,204); }
div.DivClassName
{
background-color: #9E9FCC;
}
.BgClassName
{
background-color: #9E9FCC;
}
</style>
border-color css
<style>
span { border-color: #9E9FCC; }
span { border-color: rgb(158,159,204); }
td.TdClassName
{
border-color: #9E9FCC;
}
.TagClassName
{
border-color: #9E9FCC;
}
</style>