Shades of Perano #9EA1FE
Tints of Perano #9EA1FE
RGB
CMYK
RGB Variations
Color information
#9EA1FE (or 0x9EA1FE) is known color: Perano. HEX triplet: 9E, A1 and FE. RGB value is (158,161,254). Sum of RGB (Red+Green+Blue) = 158+161+254=573 (75% of max value = 765). Red value is 158 (62.11% from 255 or 27.57% from 573); Green value is 161 (63.28% from 255 or 28.10% from 573); Blue value is 254 (99.61% from 255 or 44.33% from 573); Max value from RGB is 254 - color contains mainly: blue. Hex color #9EA1FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9EA1FE is #615E01. Grayscale: #AAAAAA. Windows color (decimal): -6381058 or 16687518. OLE color: 16687518.
HSL color Cylindrical-coordinate representation of color #9EA1FE: hue angle of 238.12º 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 #9EA1FE is Cyan = 0.38, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 158 | 161 | 254 | - |
| CMYK | 0.38 | 0.37 | 0 | 0.00 |
| HSL | 238.13º | 0.98% | 0.81% | - |
| HSV(B) | 238.13º | 0.38% | 1% | - |
| XYZ | 44.73 | 39.91 | 99.11 | - |
| YUV | 170.71 | 175.01 | 118.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 161 | 254 | 0.38 | 0.37 | 0 | 0.00 | 238.13 | 0.98 | 0.81 |
| Hex | 9E | A1 | FE | 26 | 25 | 0 | 0 | EE | 62 | 51 |
| Octal | 236 | 241 | 376 | 46 | 45 | 0 | 0 | 356 | 142 | 121 |
| Binary | 10011110 | 10100001 | 11111110 | 100110 | 100101 | 0 | 0 | 11101110 | 1100010 | 1010001 |
Color Harmonies of #9EA1FE
Complementary color
Monochromatic Colors of #9EA1FE
Black with #9EA1FE
Text Example
Text Example
White with #9EA1FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EA1FE; }
p { color: rgb(158,161,254); }
H1.HeaderClassName
{
color: #9EA1FE;
}
.AnyTagClassName
{
color: #9EA1FE;
}
</style>
background-color css
<style>
a { background-color: #9EA1FE; }
a { background-color: rgb(158,161,254); }
div.DivClassName
{
background-color: #9EA1FE;
}
.BgClassName
{
background-color: #9EA1FE;
}
</style>
border-color css
<style>
span { border-color: #9EA1FE; }
span { border-color: rgb(158,161,254); }
td.TdClassName
{
border-color: #9EA1FE;
}
.TagClassName
{
border-color: #9EA1FE;
}
</style>