Shades of Perano #9EAAE1
Tints of Perano #9EAAE1
RGB
CMYK
RGB Variations
Color information
#9EAAE1 (or 0x9EAAE1) is known color: Perano. HEX triplet: 9E, AA and E1. RGB value is (158,170,225). Sum of RGB (Red+Green+Blue) = 158+170+225=553 (73% of max value = 765). Red value is 158 (62.11% from 255 or 28.57% from 553); Green value is 170 (66.80% from 255 or 30.74% from 553); Blue value is 225 (88.28% from 255 or 40.69% from 553); Max value from RGB is 225 - color contains mainly: blue. Hex color #9EAAE1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9EAAE1 is #61551E. Grayscale: #ACACAC. Windows color (decimal): -6378783 or 14789278. OLE color: 14789278.
HSL color Cylindrical-coordinate representation of color #9EAAE1: hue angle of 229.25º degrees, saturation: 0.53, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9EAAE1 is Cyan = 0.30, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 158 | 170 | 225 | - |
| CMYK | 0.30 | 0.24 | 0 | 0.12 |
| HSL | 229.25º | 0.53% | 0.75% | - |
| HSV(B) | 229.25º | 0.3% | 0.88% | - |
| XYZ | 42.07 | 41.45 | 77.02 | - |
| YUV | 172.68 | 157.52 | 117.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 170 | 225 | 0.30 | 0.24 | 0 | 0.12 | 229.25 | 0.53 | 0.75 |
| Hex | 9E | AA | E1 | 1E | 18 | 0 | C | E5 | 35 | 4B |
| Octal | 236 | 252 | 341 | 36 | 30 | 0 | 14 | 345 | 65 | 113 |
| Binary | 10011110 | 10101010 | 11100001 | 11110 | 11000 | 0 | 1100 | 11100101 | 110101 | 1001011 |
Color Harmonies of #9EAAE1
Complementary color
Monochromatic Colors of #9EAAE1
Black with #9EAAE1
Text Example
Text Example
White with #9EAAE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EAAE1; }
p { color: rgb(158,170,225); }
H1.HeaderClassName
{
color: #9EAAE1;
}
.AnyTagClassName
{
color: #9EAAE1;
}
</style>
background-color css
<style>
a { background-color: #9EAAE1; }
a { background-color: rgb(158,170,225); }
div.DivClassName
{
background-color: #9EAAE1;
}
.BgClassName
{
background-color: #9EAAE1;
}
</style>
border-color css
<style>
span { border-color: #9EAAE1; }
span { border-color: rgb(158,170,225); }
td.TdClassName
{
border-color: #9EAAE1;
}
.TagClassName
{
border-color: #9EAAE1;
}
</style>