Shades of Perano #9E9EFF
Tints of Perano #9E9EFF
RGB
CMYK
RGB Variations
Color information
#9E9EFF (or 0x9E9EFF) is known color: Perano. HEX triplet: 9E, 9E and FF. RGB value is (158,158,255). Sum of RGB (Red+Green+Blue) = 158+158+255=571 (75% of max value = 765). Red value is 158 (62.11% from 255 or 27.67% from 571); Green value is 158 (62.11% from 255 or 27.67% from 571); Blue value is 255 (100% from 255 or 44.66% from 571); Max value from RGB is 255 - color contains mainly: blue. Hex color #9E9EFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9E9EFF is #616100. Grayscale: #A8A8A8. Windows color (decimal): -6381825 or 16752286. OLE color: 16752286.
HSL color Cylindrical-coordinate representation of color #9E9EFF: hue angle of 240º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9E9EFF is Cyan = 0.38, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 158 | 158 | 255 | - |
| CMYK | 0.38 | 0.38 | 0 | 0 |
| HSL | 240º | 1% | 0.81% | - |
| HSV(B) | 240º | 0.38% | 1% | - |
| XYZ | 44.38 | 38.94 | 99.79 | - |
| YUV | 169.06 | 176.5 | 120.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 158 | 255 | 0.38 | 0.38 | 0 | 0 | 240 | 1 | 0.81 |
| Hex | 9E | 9E | FF | 26 | 26 | 0 | 0 | F0 | 64 | 51 |
| Octal | 236 | 236 | 377 | 46 | 46 | 0 | 0 | 360 | 144 | 121 |
| Binary | 10011110 | 10011110 | 11111111 | 100110 | 100110 | 0 | 0 | 11110000 | 1100100 | 1010001 |
Color Harmonies of #9E9EFF
Complementary color
Monochromatic Colors of #9E9EFF
Black with #9E9EFF
Text Example
Text Example
White with #9E9EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E9EFF; }
p { color: rgb(158,158,255); }
H1.HeaderClassName
{
color: #9E9EFF;
}
.AnyTagClassName
{
color: #9E9EFF;
}
</style>
background-color css
<style>
a { background-color: #9E9EFF; }
a { background-color: rgb(158,158,255); }
div.DivClassName
{
background-color: #9E9EFF;
}
.BgClassName
{
background-color: #9E9EFF;
}
</style>
border-color css
<style>
span { border-color: #9E9EFF; }
span { border-color: rgb(158,158,255); }
td.TdClassName
{
border-color: #9E9EFF;
}
.TagClassName
{
border-color: #9E9EFF;
}
</style>