Shades of Perano #9EA6FD
Tints of Perano #9EA6FD
RGB
CMYK
RGB Variations
Color information
#9EA6FD (or 0x9EA6FD) is known color: Perano. HEX triplet: 9E, A6 and FD. RGB value is (158,166,253). Sum of RGB (Red+Green+Blue) = 158+166+253=577 (76% of max value = 765). Red value is 158 (62.11% from 255 or 27.38% from 577); Green value is 166 (65.23% from 255 or 28.77% from 577); Blue value is 253 (99.22% from 255 or 43.85% from 577); Max value from RGB is 253 - color contains mainly: blue. Hex color #9EA6FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9EA6FD is #615902. Grayscale: #ADADAD. Windows color (decimal): -6379779 or 16623262. OLE color: 16623262.
HSL color Cylindrical-coordinate representation of color #9EA6FD: hue angle of 234.95º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9EA6FD is Cyan = 0.38, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 158 | 166 | 253 | - |
| CMYK | 0.38 | 0.34 | 0 | 0.01 |
| HSL | 234.95º | 0.96% | 0.81% | - |
| HSV(B) | 234.95º | 0.38% | 0.99% | - |
| XYZ | 45.47 | 41.63 | 98.57 | - |
| YUV | 173.53 | 172.85 | 116.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 166 | 253 | 0.38 | 0.34 | 0 | 0.01 | 234.95 | 0.96 | 0.81 |
| Hex | 9E | A6 | FD | 26 | 22 | 0 | 1 | EB | 60 | 51 |
| Octal | 236 | 246 | 375 | 46 | 42 | 0 | 1 | 353 | 140 | 121 |
| Binary | 10011110 | 10100110 | 11111101 | 100110 | 100010 | 0 | 1 | 11101011 | 1100000 | 1010001 |
Color Harmonies of #9EA6FD
Complementary color
Monochromatic Colors of #9EA6FD
Black with #9EA6FD
Text Example
Text Example
White with #9EA6FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EA6FD; }
p { color: rgb(158,166,253); }
H1.HeaderClassName
{
color: #9EA6FD;
}
.AnyTagClassName
{
color: #9EA6FD;
}
</style>
background-color css
<style>
a { background-color: #9EA6FD; }
a { background-color: rgb(158,166,253); }
div.DivClassName
{
background-color: #9EA6FD;
}
.BgClassName
{
background-color: #9EA6FD;
}
</style>
border-color css
<style>
span { border-color: #9EA6FD; }
span { border-color: rgb(158,166,253); }
td.TdClassName
{
border-color: #9EA6FD;
}
.TagClassName
{
border-color: #9EA6FD;
}
</style>