Shades of Perano #9E9FFE
Tints of Perano #9E9FFE
RGB
CMYK
RGB Variations
Color information
#9E9FFE (or 0x9E9FFE) is known color: Perano. HEX triplet: 9E, 9F and FE. RGB value is (158,159,254). Sum of RGB (Red+Green+Blue) = 158+159+254=571 (75% of max value = 765). Red value is 158 (62.11% from 255 or 27.67% from 571); Green value is 159 (62.5% from 255 or 27.85% from 571); Blue value is 254 (99.61% from 255 or 44.48% from 571); Max value from RGB is 254 - color contains mainly: blue. Hex color #9E9FFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9E9FFE is #616001. Grayscale: #A9A9A9. Windows color (decimal): -6381570 or 16687006. OLE color: 16687006.
HSL color Cylindrical-coordinate representation of color #9E9FFE: hue angle of 239.38º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9E9FFE is Cyan = 0.38, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 158 | 159 | 254 | - |
| CMYK | 0.38 | 0.37 | 0 | 0.00 |
| HSL | 239.38º | 0.98% | 0.81% | - |
| HSV(B) | 239.38º | 0.38% | 1% | - |
| XYZ | 44.39 | 39.22 | 99 | - |
| YUV | 169.53 | 175.67 | 119.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 159 | 254 | 0.38 | 0.37 | 0 | 0.00 | 239.38 | 0.98 | 0.81 |
| Hex | 9E | 9F | FE | 26 | 25 | 0 | 0 | EF | 62 | 51 |
| Octal | 236 | 237 | 376 | 46 | 45 | 0 | 0 | 357 | 142 | 121 |
| Binary | 10011110 | 10011111 | 11111110 | 100110 | 100101 | 0 | 0 | 11101111 | 1100010 | 1010001 |
Color Harmonies of #9E9FFE
Complementary color
Monochromatic Colors of #9E9FFE
Black with #9E9FFE
Text Example
Text Example
White with #9E9FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E9FFE; }
p { color: rgb(158,159,254); }
H1.HeaderClassName
{
color: #9E9FFE;
}
.AnyTagClassName
{
color: #9E9FFE;
}
</style>
background-color css
<style>
a { background-color: #9E9FFE; }
a { background-color: rgb(158,159,254); }
div.DivClassName
{
background-color: #9E9FFE;
}
.BgClassName
{
background-color: #9E9FFE;
}
</style>
border-color css
<style>
span { border-color: #9E9FFE; }
span { border-color: rgb(158,159,254); }
td.TdClassName
{
border-color: #9E9FFE;
}
.TagClassName
{
border-color: #9E9FFE;
}
</style>