Shades of Perano #9EA4EF
Tints of Perano #9EA4EF
RGB
CMYK
RGB Variations
Color information
#9EA4EF (or 0x9EA4EF) is known color: Perano. HEX triplet: 9E, A4 and EF. RGB value is (158,164,239). Sum of RGB (Red+Green+Blue) = 158+164+239=561 (74% of max value = 765). Red value is 158 (62.11% from 255 or 28.16% from 561); Green value is 164 (64.45% from 255 or 29.23% from 561); Blue value is 239 (93.75% from 255 or 42.60% from 561); Max value from RGB is 239 - color contains mainly: blue. Hex color #9EA4EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9EA4EF is #615B10. Grayscale: #AAAAAA. Windows color (decimal): -6380305 or 15705246. OLE color: 15705246.
HSL color Cylindrical-coordinate representation of color #9EA4EF: hue angle of 235.56º degrees, saturation: 0.72, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9EA4EF is Cyan = 0.34, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 158 | 164 | 239 | - |
| CMYK | 0.34 | 0.31 | 0 | 0.06 |
| HSL | 235.56º | 0.72% | 0.78% | - |
| HSV(B) | 235.56º | 0.34% | 0.94% | - |
| XYZ | 42.96 | 40.05 | 87.13 | - |
| YUV | 170.76 | 166.51 | 118.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 164 | 239 | 0.34 | 0.31 | 0 | 0.06 | 235.56 | 0.72 | 0.78 |
| Hex | 9E | A4 | EF | 22 | 1F | 0 | 6 | EC | 48 | 4E |
| Octal | 236 | 244 | 357 | 42 | 37 | 0 | 6 | 354 | 110 | 116 |
| Binary | 10011110 | 10100100 | 11101111 | 100010 | 11111 | 0 | 110 | 11101100 | 1001000 | 1001110 |
Color Harmonies of #9EA4EF
Complementary color
Monochromatic Colors of #9EA4EF
Black with #9EA4EF
Text Example
Text Example
White with #9EA4EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EA4EF; }
p { color: rgb(158,164,239); }
H1.HeaderClassName
{
color: #9EA4EF;
}
.AnyTagClassName
{
color: #9EA4EF;
}
</style>
background-color css
<style>
a { background-color: #9EA4EF; }
a { background-color: rgb(158,164,239); }
div.DivClassName
{
background-color: #9EA4EF;
}
.BgClassName
{
background-color: #9EA4EF;
}
</style>
border-color css
<style>
span { border-color: #9EA4EF; }
span { border-color: rgb(158,164,239); }
td.TdClassName
{
border-color: #9EA4EF;
}
.TagClassName
{
border-color: #9EA4EF;
}
</style>