Shades of Perano #9EA5E7
Tints of Perano #9EA5E7
RGB
CMYK
RGB Variations
Color information
#9EA5E7 (or 0x9EA5E7) is known color: Perano. HEX triplet: 9E, A5 and E7. RGB value is (158,165,231). Sum of RGB (Red+Green+Blue) = 158+165+231=554 (73% of max value = 765). Red value is 158 (62.11% from 255 or 28.52% from 554); Green value is 165 (64.84% from 255 or 29.78% from 554); Blue value is 231 (90.62% from 255 or 41.70% from 554); Max value from RGB is 231 - color contains mainly: blue. Hex color #9EA5E7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9EA5E7 is #615A18. Grayscale: #AAAAAA. Windows color (decimal): -6380057 or 15181214. OLE color: 15181214.
HSL color Cylindrical-coordinate representation of color #9EA5E7: hue angle of 234.25º degrees, saturation: 0.6, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9EA5E7 is Cyan = 0.32, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 158 | 165 | 231 | - |
| CMYK | 0.32 | 0.29 | 0 | 0.09 |
| HSL | 234.25º | 0.6% | 0.76% | - |
| HSV(B) | 234.25º | 0.32% | 0.91% | - |
| XYZ | 41.98 | 39.95 | 81.1 | - |
| YUV | 170.43 | 162.18 | 119.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 165 | 231 | 0.32 | 0.29 | 0 | 0.09 | 234.25 | 0.6 | 0.76 |
| Hex | 9E | A5 | E7 | 20 | 1D | 0 | 9 | EA | 3C | 4C |
| Octal | 236 | 245 | 347 | 40 | 35 | 0 | 11 | 352 | 74 | 114 |
| Binary | 10011110 | 10100101 | 11100111 | 100000 | 11101 | 0 | 1001 | 11101010 | 111100 | 1001100 |
Color Harmonies of #9EA5E7
Complementary color
Monochromatic Colors of #9EA5E7
Black with #9EA5E7
Text Example
Text Example
White with #9EA5E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EA5E7; }
p { color: rgb(158,165,231); }
H1.HeaderClassName
{
color: #9EA5E7;
}
.AnyTagClassName
{
color: #9EA5E7;
}
</style>
background-color css
<style>
a { background-color: #9EA5E7; }
a { background-color: rgb(158,165,231); }
div.DivClassName
{
background-color: #9EA5E7;
}
.BgClassName
{
background-color: #9EA5E7;
}
</style>
border-color css
<style>
span { border-color: #9EA5E7; }
span { border-color: rgb(158,165,231); }
td.TdClassName
{
border-color: #9EA5E7;
}
.TagClassName
{
border-color: #9EA5E7;
}
</style>