Shades of Perano #9EADFF
Tints of Perano #9EADFF
RGB
CMYK
RGB Variations
Color information
#9EADFF (or 0x9EADFF) is known color: Perano. HEX triplet: 9E, AD and FF. RGB value is (158,173,255). Sum of RGB (Red+Green+Blue) = 158+173+255=586 (77% of max value = 765). Red value is 158 (62.11% from 255 or 26.96% from 586); Green value is 173 (67.97% from 255 or 29.52% from 586); Blue value is 255 (100% from 255 or 43.52% from 586); Max value from RGB is 255 - color contains mainly: blue. Hex color #9EADFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9EADFF is #615200. Grayscale: #B1B1B1. Windows color (decimal): -6377985 or 16756126. OLE color: 16756126.
HSL color Cylindrical-coordinate representation of color #9EADFF: hue angle of 230.72º 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 #9EADFF is Cyan = 0.38, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 158 | 173 | 255 | - |
| CMYK | 0.38 | 0.32 | 0 | 0 |
| HSL | 230.72º | 1% | 0.81% | - |
| HSV(B) | 230.72º | 0.38% | 1% | - |
| XYZ | 47.09 | 44.38 | 100.69 | - |
| YUV | 177.86 | 171.53 | 113.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 173 | 255 | 0.38 | 0.32 | 0 | 0 | 230.72 | 1 | 0.81 |
| Hex | 9E | AD | FF | 26 | 20 | 0 | 0 | E7 | 64 | 51 |
| Octal | 236 | 255 | 377 | 46 | 40 | 0 | 0 | 347 | 144 | 121 |
| Binary | 10011110 | 10101101 | 11111111 | 100110 | 100000 | 0 | 0 | 11100111 | 1100100 | 1010001 |
Color Harmonies of #9EADFF
Complementary color
Monochromatic Colors of #9EADFF
Black with #9EADFF
Text Example
Text Example
White with #9EADFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EADFF; }
p { color: rgb(158,173,255); }
H1.HeaderClassName
{
color: #9EADFF;
}
.AnyTagClassName
{
color: #9EADFF;
}
</style>
background-color css
<style>
a { background-color: #9EADFF; }
a { background-color: rgb(158,173,255); }
div.DivClassName
{
background-color: #9EADFF;
}
.BgClassName
{
background-color: #9EADFF;
}
</style>
border-color css
<style>
span { border-color: #9EADFF; }
span { border-color: rgb(158,173,255); }
td.TdClassName
{
border-color: #9EADFF;
}
.TagClassName
{
border-color: #9EADFF;
}
</style>