Shades of Perano #9EA9FE
Tints of Perano #9EA9FE
RGB
CMYK
RGB Variations
Color information
#9EA9FE (or 0x9EA9FE) is known color: Perano. HEX triplet: 9E, A9 and FE. RGB value is (158,169,254). Sum of RGB (Red+Green+Blue) = 158+169+254=581 (76% of max value = 765). Red value is 158 (62.11% from 255 or 27.19% from 581); Green value is 169 (66.41% from 255 or 29.09% from 581); Blue value is 254 (99.61% from 255 or 43.72% from 581); Max value from RGB is 254 - color contains mainly: blue. Hex color #9EA9FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9EA9FE is #615601. Grayscale: #AFAFAF. Windows color (decimal): -6379010 or 16689566. OLE color: 16689566.
HSL color Cylindrical-coordinate representation of color #9EA9FE: hue angle of 233.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 #9EA9FE is Cyan = 0.38, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 158 | 169 | 254 | - |
| CMYK | 0.38 | 0.33 | 0 | 0.00 |
| HSL | 233.13º | 0.98% | 0.81% | - |
| HSV(B) | 233.13º | 0.38% | 1% | - |
| XYZ | 46.18 | 42.8 | 99.59 | - |
| YUV | 175.4 | 172.36 | 115.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 169 | 254 | 0.38 | 0.33 | 0 | 0.00 | 233.13 | 0.98 | 0.81 |
| Hex | 9E | A9 | FE | 26 | 21 | 0 | 0 | E9 | 62 | 51 |
| Octal | 236 | 251 | 376 | 46 | 41 | 0 | 0 | 351 | 142 | 121 |
| Binary | 10011110 | 10101001 | 11111110 | 100110 | 100001 | 0 | 0 | 11101001 | 1100010 | 1010001 |
Color Harmonies of #9EA9FE
Complementary color
Monochromatic Colors of #9EA9FE
Black with #9EA9FE
Text Example
Text Example
White with #9EA9FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EA9FE; }
p { color: rgb(158,169,254); }
H1.HeaderClassName
{
color: #9EA9FE;
}
.AnyTagClassName
{
color: #9EA9FE;
}
</style>
background-color css
<style>
a { background-color: #9EA9FE; }
a { background-color: rgb(158,169,254); }
div.DivClassName
{
background-color: #9EA9FE;
}
.BgClassName
{
background-color: #9EA9FE;
}
</style>
border-color css
<style>
span { border-color: #9EA9FE; }
span { border-color: rgb(158,169,254); }
td.TdClassName
{
border-color: #9EA9FE;
}
.TagClassName
{
border-color: #9EA9FE;
}
</style>