Shades of Perano #9EA2ED
Tints of Perano #9EA2ED
RGB
CMYK
RGB Variations
Color information
#9EA2ED (or 0x9EA2ED) is known color: Perano. HEX triplet: 9E, A2 and ED. RGB value is (158,162,237). Sum of RGB (Red+Green+Blue) = 158+162+237=557 (73% of max value = 765). Red value is 158 (62.11% from 255 or 28.37% from 557); Green value is 162 (63.67% from 255 or 29.08% from 557); Blue value is 237 (92.97% from 255 or 42.55% from 557); Max value from RGB is 237 - color contains mainly: blue. Hex color #9EA2ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9EA2ED is #615D12. Grayscale: #A9A9A9. Windows color (decimal): -6380819 or 15573662. OLE color: 15573662.
HSL color Cylindrical-coordinate representation of color #9EA2ED: hue angle of 236.96º degrees, saturation: 0.69, 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 #9EA2ED is Cyan = 0.33, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 158 | 162 | 237 | - |
| CMYK | 0.33 | 0.32 | 0 | 0.07 |
| HSL | 236.96º | 0.69% | 0.77% | - |
| HSV(B) | 236.96º | 0.33% | 0.93% | - |
| XYZ | 42.31 | 39.22 | 85.46 | - |
| YUV | 169.35 | 166.17 | 119.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 162 | 237 | 0.33 | 0.32 | 0 | 0.07 | 236.96 | 0.69 | 0.77 |
| Hex | 9E | A2 | ED | 21 | 20 | 0 | 7 | ED | 45 | 4D |
| Octal | 236 | 242 | 355 | 41 | 40 | 0 | 7 | 355 | 105 | 115 |
| Binary | 10011110 | 10100010 | 11101101 | 100001 | 100000 | 0 | 111 | 11101101 | 1000101 | 1001101 |
Color Harmonies of #9EA2ED
Complementary color
Monochromatic Colors of #9EA2ED
Black with #9EA2ED
Text Example
Text Example
White with #9EA2ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EA2ED; }
p { color: rgb(158,162,237); }
H1.HeaderClassName
{
color: #9EA2ED;
}
.AnyTagClassName
{
color: #9EA2ED;
}
</style>
background-color css
<style>
a { background-color: #9EA2ED; }
a { background-color: rgb(158,162,237); }
div.DivClassName
{
background-color: #9EA2ED;
}
.BgClassName
{
background-color: #9EA2ED;
}
</style>
border-color css
<style>
span { border-color: #9EA2ED; }
span { border-color: rgb(158,162,237); }
td.TdClassName
{
border-color: #9EA2ED;
}
.TagClassName
{
border-color: #9EA2ED;
}
</style>