Shades of Perano #9EA5ED
Tints of Perano #9EA5ED
RGB
CMYK
RGB Variations
Color information
#9EA5ED (or 0x9EA5ED) is known color: Perano. HEX triplet: 9E, A5 and ED. RGB value is (158,165,237). Sum of RGB (Red+Green+Blue) = 158+165+237=560 (74% of max value = 765). Red value is 158 (62.11% from 255 or 28.21% from 560); Green value is 165 (64.84% from 255 or 29.46% from 560); Blue value is 237 (92.97% from 255 or 42.32% from 560); Max value from RGB is 237 - color contains mainly: blue. Hex color #9EA5ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9EA5ED is #615A12. Grayscale: #AAAAAA. Windows color (decimal): -6380051 or 15574430. OLE color: 15574430.
HSL color Cylindrical-coordinate representation of color #9EA5ED: hue angle of 234.68º 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 #9EA5ED is Cyan = 0.33, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 158 | 165 | 237 | - |
| CMYK | 0.33 | 0.30 | 0 | 0.07 |
| HSL | 234.68º | 0.69% | 0.77% | - |
| HSV(B) | 234.68º | 0.33% | 0.93% | - |
| XYZ | 42.84 | 40.29 | 85.64 | - |
| YUV | 171.12 | 165.18 | 118.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 165 | 237 | 0.33 | 0.30 | 0 | 0.07 | 234.68 | 0.69 | 0.77 |
| Hex | 9E | A5 | ED | 21 | 1E | 0 | 7 | EB | 45 | 4D |
| Octal | 236 | 245 | 355 | 41 | 36 | 0 | 7 | 353 | 105 | 115 |
| Binary | 10011110 | 10100101 | 11101101 | 100001 | 11110 | 0 | 111 | 11101011 | 1000101 | 1001101 |
Color Harmonies of #9EA5ED
Complementary color
Monochromatic Colors of #9EA5ED
Black with #9EA5ED
Text Example
Text Example
White with #9EA5ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EA5ED; }
p { color: rgb(158,165,237); }
H1.HeaderClassName
{
color: #9EA5ED;
}
.AnyTagClassName
{
color: #9EA5ED;
}
</style>
background-color css
<style>
a { background-color: #9EA5ED; }
a { background-color: rgb(158,165,237); }
div.DivClassName
{
background-color: #9EA5ED;
}
.BgClassName
{
background-color: #9EA5ED;
}
</style>
border-color css
<style>
span { border-color: #9EA5ED; }
span { border-color: rgb(158,165,237); }
td.TdClassName
{
border-color: #9EA5ED;
}
.TagClassName
{
border-color: #9EA5ED;
}
</style>