Shades of Perano #9EA0FF
Tints of Perano #9EA0FF
RGB
CMYK
RGB Variations
Color information
#9EA0FF (or 0x9EA0FF) is known color: Perano. HEX triplet: 9E, A0 and FF. RGB value is (158,160,255). Sum of RGB (Red+Green+Blue) = 158+160+255=573 (75% of max value = 765). Red value is 158 (62.11% from 255 or 27.57% from 573); Green value is 160 (62.89% from 255 or 27.92% from 573); Blue value is 255 (100% from 255 or 44.50% from 573); Max value from RGB is 255 - color contains mainly: blue. Hex color #9EA0FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9EA0FF is #615F00. Grayscale: #A9A9A9. Windows color (decimal): -6381313 or 16752798. OLE color: 16752798.
HSL color Cylindrical-coordinate representation of color #9EA0FF: hue angle of 238.76º 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 #9EA0FF is Cyan = 0.38, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 158 | 160 | 255 | - |
| CMYK | 0.38 | 0.37 | 0 | 0 |
| HSL | 238.76º | 1% | 0.81% | - |
| HSV(B) | 238.76º | 0.38% | 1% | - |
| XYZ | 44.72 | 39.63 | 99.9 | - |
| YUV | 170.23 | 175.84 | 119.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 160 | 255 | 0.38 | 0.37 | 0 | 0 | 238.76 | 1 | 0.81 |
| Hex | 9E | A0 | FF | 26 | 25 | 0 | 0 | EF | 64 | 51 |
| Octal | 236 | 240 | 377 | 46 | 45 | 0 | 0 | 357 | 144 | 121 |
| Binary | 10011110 | 10100000 | 11111111 | 100110 | 100101 | 0 | 0 | 11101111 | 1100100 | 1010001 |
Color Harmonies of #9EA0FF
Complementary color
Monochromatic Colors of #9EA0FF
Black with #9EA0FF
Text Example
Text Example
White with #9EA0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EA0FF; }
p { color: rgb(158,160,255); }
H1.HeaderClassName
{
color: #9EA0FF;
}
.AnyTagClassName
{
color: #9EA0FF;
}
</style>
background-color css
<style>
a { background-color: #9EA0FF; }
a { background-color: rgb(158,160,255); }
div.DivClassName
{
background-color: #9EA0FF;
}
.BgClassName
{
background-color: #9EA0FF;
}
</style>
border-color css
<style>
span { border-color: #9EA0FF; }
span { border-color: rgb(158,160,255); }
td.TdClassName
{
border-color: #9EA0FF;
}
.TagClassName
{
border-color: #9EA0FF;
}
</style>