Shades of Perano #9EABFD
Tints of Perano #9EABFD
RGB
CMYK
RGB Variations
Color information
#9EABFD (or 0x9EABFD) is known color: Perano. HEX triplet: 9E, AB and FD. RGB value is (158,171,253). Sum of RGB (Red+Green+Blue) = 158+171+253=582 (77% of max value = 765). Red value is 158 (62.11% from 255 or 27.15% from 582); Green value is 171 (67.19% from 255 or 29.38% from 582); Blue value is 253 (99.22% from 255 or 43.47% from 582); Max value from RGB is 253 - color contains mainly: blue. Hex color #9EABFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9EABFD is #615402. Grayscale: #B0B0B0. Windows color (decimal): -6378499 or 16624542. OLE color: 16624542.
HSL color Cylindrical-coordinate representation of color #9EABFD: hue angle of 231.79º 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 #9EABFD is Cyan = 0.38, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 158 | 171 | 253 | - |
| CMYK | 0.38 | 0.32 | 0 | 0.01 |
| HSL | 231.79º | 0.96% | 0.81% | - |
| HSV(B) | 231.79º | 0.38% | 0.99% | - |
| XYZ | 46.39 | 43.49 | 98.88 | - |
| YUV | 176.46 | 171.19 | 114.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 171 | 253 | 0.38 | 0.32 | 0 | 0.01 | 231.79 | 0.96 | 0.81 |
| Hex | 9E | AB | FD | 26 | 20 | 0 | 1 | E8 | 60 | 51 |
| Octal | 236 | 253 | 375 | 46 | 40 | 0 | 1 | 350 | 140 | 121 |
| Binary | 10011110 | 10101011 | 11111101 | 100110 | 100000 | 0 | 1 | 11101000 | 1100000 | 1010001 |
Color Harmonies of #9EABFD
Complementary color
Monochromatic Colors of #9EABFD
Black with #9EABFD
Text Example
Text Example
White with #9EABFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EABFD; }
p { color: rgb(158,171,253); }
H1.HeaderClassName
{
color: #9EABFD;
}
.AnyTagClassName
{
color: #9EABFD;
}
</style>
background-color css
<style>
a { background-color: #9EABFD; }
a { background-color: rgb(158,171,253); }
div.DivClassName
{
background-color: #9EABFD;
}
.BgClassName
{
background-color: #9EABFD;
}
</style>
border-color css
<style>
span { border-color: #9EABFD; }
span { border-color: rgb(158,171,253); }
td.TdClassName
{
border-color: #9EABFD;
}
.TagClassName
{
border-color: #9EABFD;
}
</style>