Shades of Perano #9EA7EC
Tints of Perano #9EA7EC
RGB
CMYK
RGB Variations
Color information
#9EA7EC (or 0x9EA7EC) is known color: Perano. HEX triplet: 9E, A7 and EC. RGB value is (158,167,236). Sum of RGB (Red+Green+Blue) = 158+167+236=561 (74% of max value = 765). Red value is 158 (62.11% from 255 or 28.16% from 561); Green value is 167 (65.62% from 255 or 29.77% from 561); Blue value is 236 (92.58% from 255 or 42.07% from 561); Max value from RGB is 236 - color contains mainly: blue. Hex color #9EA7EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9EA7EC is #615813. Grayscale: #ABABAB. Windows color (decimal): -6379540 or 15509406. OLE color: 15509406.
HSL color Cylindrical-coordinate representation of color #9EA7EC: hue angle of 233.08º degrees, saturation: 0.67, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9EA7EC is Cyan = 0.33, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 158 | 167 | 236 | - |
| CMYK | 0.33 | 0.29 | 0 | 0.07 |
| HSL | 233.08º | 0.67% | 0.77% | - |
| HSV(B) | 233.08º | 0.33% | 0.93% | - |
| XYZ | 43.06 | 40.96 | 84.99 | - |
| YUV | 172.18 | 164.02 | 117.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 167 | 236 | 0.33 | 0.29 | 0 | 0.07 | 233.08 | 0.67 | 0.77 |
| Hex | 9E | A7 | EC | 21 | 1D | 0 | 7 | E9 | 43 | 4D |
| Octal | 236 | 247 | 354 | 41 | 35 | 0 | 7 | 351 | 103 | 115 |
| Binary | 10011110 | 10100111 | 11101100 | 100001 | 11101 | 0 | 111 | 11101001 | 1000011 | 1001101 |
Color Harmonies of #9EA7EC
Complementary color
Monochromatic Colors of #9EA7EC
Black with #9EA7EC
Text Example
Text Example
White with #9EA7EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EA7EC; }
p { color: rgb(158,167,236); }
H1.HeaderClassName
{
color: #9EA7EC;
}
.AnyTagClassName
{
color: #9EA7EC;
}
</style>
background-color css
<style>
a { background-color: #9EA7EC; }
a { background-color: rgb(158,167,236); }
div.DivClassName
{
background-color: #9EA7EC;
}
.BgClassName
{
background-color: #9EA7EC;
}
</style>
border-color css
<style>
span { border-color: #9EA7EC; }
span { border-color: rgb(158,167,236); }
td.TdClassName
{
border-color: #9EA7EC;
}
.TagClassName
{
border-color: #9EA7EC;
}
</style>