Shades of Perano #9EA8EF
Tints of Perano #9EA8EF
RGB
CMYK
RGB Variations
Color information
#9EA8EF (or 0x9EA8EF) is known color: Perano. HEX triplet: 9E, A8 and EF. RGB value is (158,168,239). Sum of RGB (Red+Green+Blue) = 158+168+239=565 (74% of max value = 765). Red value is 158 (62.11% from 255 or 27.96% from 565); Green value is 168 (66.02% from 255 or 29.73% from 565); Blue value is 239 (93.75% from 255 or 42.30% from 565); Max value from RGB is 239 - color contains mainly: blue. Hex color #9EA8EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9EA8EF is #615710. Grayscale: #ACACAC. Windows color (decimal): -6379281 or 15706270. OLE color: 15706270.
HSL color Cylindrical-coordinate representation of color #9EA8EF: hue angle of 232.59º 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 #9EA8EF is Cyan = 0.34, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 158 | 168 | 239 | - |
| CMYK | 0.34 | 0.30 | 0 | 0.06 |
| HSL | 232.59º | 0.72% | 0.78% | - |
| HSV(B) | 232.59º | 0.34% | 0.94% | - |
| XYZ | 43.68 | 41.51 | 87.37 | - |
| YUV | 173.1 | 165.19 | 117.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 168 | 239 | 0.34 | 0.30 | 0 | 0.06 | 232.59 | 0.72 | 0.78 |
| Hex | 9E | A8 | EF | 22 | 1E | 0 | 6 | E9 | 48 | 4E |
| Octal | 236 | 250 | 357 | 42 | 36 | 0 | 6 | 351 | 110 | 116 |
| Binary | 10011110 | 10101000 | 11101111 | 100010 | 11110 | 0 | 110 | 11101001 | 1001000 | 1001110 |
Color Harmonies of #9EA8EF
Complementary color
Monochromatic Colors of #9EA8EF
Black with #9EA8EF
Text Example
Text Example
White with #9EA8EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EA8EF; }
p { color: rgb(158,168,239); }
H1.HeaderClassName
{
color: #9EA8EF;
}
.AnyTagClassName
{
color: #9EA8EF;
}
</style>
background-color css
<style>
a { background-color: #9EA8EF; }
a { background-color: rgb(158,168,239); }
div.DivClassName
{
background-color: #9EA8EF;
}
.BgClassName
{
background-color: #9EA8EF;
}
</style>
border-color css
<style>
span { border-color: #9EA8EF; }
span { border-color: rgb(158,168,239); }
td.TdClassName
{
border-color: #9EA8EF;
}
.TagClassName
{
border-color: #9EA8EF;
}
</style>