Shades of Perano #9EA5FE
Tints of Perano #9EA5FE
RGB
CMYK
RGB Variations
Color information
#9EA5FE (or 0x9EA5FE) is known color: Perano. HEX triplet: 9E, A5 and FE. RGB value is (158,165,254). Sum of RGB (Red+Green+Blue) = 158+165+254=577 (76% of max value = 765). Red value is 158 (62.11% from 255 or 27.38% from 577); Green value is 165 (64.84% from 255 or 28.60% from 577); Blue value is 254 (99.61% from 255 or 44.02% from 577); Max value from RGB is 254 - color contains mainly: blue. Hex color #9EA5FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9EA5FE is #615A01. Grayscale: #ACACAC. Windows color (decimal): -6380034 or 16688542. OLE color: 16688542.
HSL color Cylindrical-coordinate representation of color #9EA5FE: hue angle of 235.62º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9EA5FE is Cyan = 0.38, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 158 | 165 | 254 | - |
| CMYK | 0.38 | 0.35 | 0 | 0.00 |
| HSL | 235.63º | 0.98% | 0.81% | - |
| HSV(B) | 235.63º | 0.38% | 1% | - |
| XYZ | 45.45 | 41.34 | 99.35 | - |
| YUV | 173.05 | 173.68 | 117.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 165 | 254 | 0.38 | 0.35 | 0 | 0.00 | 235.63 | 0.98 | 0.81 |
| Hex | 9E | A5 | FE | 26 | 23 | 0 | 0 | EC | 62 | 51 |
| Octal | 236 | 245 | 376 | 46 | 43 | 0 | 0 | 354 | 142 | 121 |
| Binary | 10011110 | 10100101 | 11111110 | 100110 | 100011 | 0 | 0 | 11101100 | 1100010 | 1010001 |
Color Harmonies of #9EA5FE
Complementary color
Monochromatic Colors of #9EA5FE
Black with #9EA5FE
Text Example
Text Example
White with #9EA5FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EA5FE; }
p { color: rgb(158,165,254); }
H1.HeaderClassName
{
color: #9EA5FE;
}
.AnyTagClassName
{
color: #9EA5FE;
}
</style>
background-color css
<style>
a { background-color: #9EA5FE; }
a { background-color: rgb(158,165,254); }
div.DivClassName
{
background-color: #9EA5FE;
}
.BgClassName
{
background-color: #9EA5FE;
}
</style>
border-color css
<style>
span { border-color: #9EA5FE; }
span { border-color: rgb(158,165,254); }
td.TdClassName
{
border-color: #9EA5FE;
}
.TagClassName
{
border-color: #9EA5FE;
}
</style>