Shades of Perano #9EA5EF
Tints of Perano #9EA5EF
RGB
CMYK
RGB Variations
Color information
#9EA5EF (or 0x9EA5EF) is known color: Perano. HEX triplet: 9E, A5 and EF. RGB value is (158,165,239). Sum of RGB (Red+Green+Blue) = 158+165+239=562 (74% of max value = 765). Red value is 158 (62.11% from 255 or 28.11% from 562); Green value is 165 (64.84% from 255 or 29.36% from 562); Blue value is 239 (93.75% from 255 or 42.53% from 562); Max value from RGB is 239 - color contains mainly: blue. Hex color #9EA5EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9EA5EF is #615A10. Grayscale: #ABABAB. Windows color (decimal): -6380049 or 15705502. OLE color: 15705502.
HSL color Cylindrical-coordinate representation of color #9EA5EF: hue angle of 234.81º 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 #9EA5EF is Cyan = 0.34, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 158 | 165 | 239 | - |
| CMYK | 0.34 | 0.31 | 0 | 0.06 |
| HSL | 234.81º | 0.72% | 0.78% | - |
| HSV(B) | 234.81º | 0.34% | 0.94% | - |
| XYZ | 43.14 | 40.41 | 87.19 | - |
| YUV | 171.34 | 166.18 | 118.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 165 | 239 | 0.34 | 0.31 | 0 | 0.06 | 234.81 | 0.72 | 0.78 |
| Hex | 9E | A5 | EF | 22 | 1F | 0 | 6 | EB | 48 | 4E |
| Octal | 236 | 245 | 357 | 42 | 37 | 0 | 6 | 353 | 110 | 116 |
| Binary | 10011110 | 10100101 | 11101111 | 100010 | 11111 | 0 | 110 | 11101011 | 1001000 | 1001110 |
Color Harmonies of #9EA5EF
Complementary color
Monochromatic Colors of #9EA5EF
Black with #9EA5EF
Text Example
Text Example
White with #9EA5EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EA5EF; }
p { color: rgb(158,165,239); }
H1.HeaderClassName
{
color: #9EA5EF;
}
.AnyTagClassName
{
color: #9EA5EF;
}
</style>
background-color css
<style>
a { background-color: #9EA5EF; }
a { background-color: rgb(158,165,239); }
div.DivClassName
{
background-color: #9EA5EF;
}
.BgClassName
{
background-color: #9EA5EF;
}
</style>
border-color css
<style>
span { border-color: #9EA5EF; }
span { border-color: rgb(158,165,239); }
td.TdClassName
{
border-color: #9EA5EF;
}
.TagClassName
{
border-color: #9EA5EF;
}
</style>