Shades of Perano #9EA5E9
Tints of Perano #9EA5E9
RGB
CMYK
RGB Variations
Color information
#9EA5E9 (or 0x9EA5E9) is known color: Perano. HEX triplet: 9E, A5 and E9. RGB value is (158,165,233). Sum of RGB (Red+Green+Blue) = 158+165+233=556 (73% of max value = 765). Red value is 158 (62.11% from 255 or 28.42% from 556); Green value is 165 (64.84% from 255 or 29.68% from 556); Blue value is 233 (91.41% from 255 or 41.91% from 556); Max value from RGB is 233 - color contains mainly: blue. Hex color #9EA5E9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9EA5E9 is #615A16. Grayscale: #AAAAAA. Windows color (decimal): -6380055 or 15312286. OLE color: 15312286.
HSL color Cylindrical-coordinate representation of color #9EA5E9: hue angle of 234.4º degrees, saturation: 0.63, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9EA5E9 is Cyan = 0.32, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 158 | 165 | 233 | - |
| CMYK | 0.32 | 0.29 | 0 | 0.09 |
| HSL | 234.4º | 0.63% | 0.77% | - |
| HSV(B) | 234.4º | 0.32% | 0.91% | - |
| XYZ | 42.26 | 40.06 | 82.6 | - |
| YUV | 170.66 | 163.18 | 118.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 165 | 233 | 0.32 | 0.29 | 0 | 0.09 | 234.4 | 0.63 | 0.77 |
| Hex | 9E | A5 | E9 | 20 | 1D | 0 | 9 | EA | 3F | 4D |
| Octal | 236 | 245 | 351 | 40 | 35 | 0 | 11 | 352 | 77 | 115 |
| Binary | 10011110 | 10100101 | 11101001 | 100000 | 11101 | 0 | 1001 | 11101010 | 111111 | 1001101 |
Color Harmonies of #9EA5E9
Complementary color
Monochromatic Colors of #9EA5E9
Black with #9EA5E9
Text Example
Text Example
White with #9EA5E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EA5E9; }
p { color: rgb(158,165,233); }
H1.HeaderClassName
{
color: #9EA5E9;
}
.AnyTagClassName
{
color: #9EA5E9;
}
</style>
background-color css
<style>
a { background-color: #9EA5E9; }
a { background-color: rgb(158,165,233); }
div.DivClassName
{
background-color: #9EA5E9;
}
.BgClassName
{
background-color: #9EA5E9;
}
</style>
border-color css
<style>
span { border-color: #9EA5E9; }
span { border-color: rgb(158,165,233); }
td.TdClassName
{
border-color: #9EA5E9;
}
.TagClassName
{
border-color: #9EA5E9;
}
</style>