Shades of Perano #9EA8FF
Tints of Perano #9EA8FF
RGB
CMYK
RGB Variations
Color information
#9EA8FF (or 0x9EA8FF) is known color: Perano. HEX triplet: 9E, A8 and FF. RGB value is (158,168,255). Sum of RGB (Red+Green+Blue) = 158+168+255=581 (76% of max value = 765). Red value is 158 (62.11% from 255 or 27.19% from 581); Green value is 168 (66.02% from 255 or 28.92% from 581); Blue value is 255 (100% from 255 or 43.89% from 581); Max value from RGB is 255 - color contains mainly: blue. Hex color #9EA8FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9EA8FF is #615700. Grayscale: #AEAEAE. Windows color (decimal): -6379265 or 16754846. OLE color: 16754846.
HSL color Cylindrical-coordinate representation of color #9EA8FF: hue angle of 233.81º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9EA8FF is Cyan = 0.38, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 158 | 168 | 255 | - |
| CMYK | 0.38 | 0.34 | 0 | 0 |
| HSL | 233.81º | 1% | 0.81% | - |
| HSV(B) | 233.81º | 0.38% | 1% | - |
| XYZ | 46.15 | 42.49 | 100.38 | - |
| YUV | 174.93 | 173.19 | 115.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 168 | 255 | 0.38 | 0.34 | 0 | 0 | 233.81 | 1 | 0.81 |
| Hex | 9E | A8 | FF | 26 | 22 | 0 | 0 | EA | 64 | 51 |
| Octal | 236 | 250 | 377 | 46 | 42 | 0 | 0 | 352 | 144 | 121 |
| Binary | 10011110 | 10101000 | 11111111 | 100110 | 100010 | 0 | 0 | 11101010 | 1100100 | 1010001 |
Color Harmonies of #9EA8FF
Complementary color
Monochromatic Colors of #9EA8FF
Black with #9EA8FF
Text Example
Text Example
White with #9EA8FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EA8FF; }
p { color: rgb(158,168,255); }
H1.HeaderClassName
{
color: #9EA8FF;
}
.AnyTagClassName
{
color: #9EA8FF;
}
</style>
background-color css
<style>
a { background-color: #9EA8FF; }
a { background-color: rgb(158,168,255); }
div.DivClassName
{
background-color: #9EA8FF;
}
.BgClassName
{
background-color: #9EA8FF;
}
</style>
border-color css
<style>
span { border-color: #9EA8FF; }
span { border-color: rgb(158,168,255); }
td.TdClassName
{
border-color: #9EA8FF;
}
.TagClassName
{
border-color: #9EA8FF;
}
</style>