Shades of Perano #9EABFC
Tints of Perano #9EABFC
RGB
CMYK
RGB Variations
Color information
#9EABFC (or 0x9EABFC) is known color: Perano. HEX triplet: 9E, AB and FC. RGB value is (158,171,252). Sum of RGB (Red+Green+Blue) = 158+171+252=581 (76% of max value = 765). Red value is 158 (62.11% from 255 or 27.19% from 581); Green value is 171 (67.19% from 255 or 29.43% from 581); Blue value is 252 (98.83% from 255 or 43.37% from 581); Max value from RGB is 252 - color contains mainly: blue. Hex color #9EABFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9EABFC is #615403. Grayscale: #B0B0B0. Windows color (decimal): -6378500 or 16559006. OLE color: 16559006.
HSL color Cylindrical-coordinate representation of color #9EABFC: hue angle of 231.7º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9EABFC is Cyan = 0.37, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 158 | 171 | 252 | - |
| CMYK | 0.37 | 0.32 | 0 | 0.01 |
| HSL | 231.7º | 0.94% | 0.8% | - |
| HSV(B) | 231.7º | 0.37% | 0.99% | - |
| XYZ | 46.23 | 43.42 | 98.04 | - |
| YUV | 176.35 | 170.69 | 114.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 171 | 252 | 0.37 | 0.32 | 0 | 0.01 | 231.7 | 0.94 | 0.8 |
| Hex | 9E | AB | FC | 25 | 20 | 0 | 1 | E8 | 5E | 50 |
| Octal | 236 | 253 | 374 | 45 | 40 | 0 | 1 | 350 | 136 | 120 |
| Binary | 10011110 | 10101011 | 11111100 | 100101 | 100000 | 0 | 1 | 11101000 | 1011110 | 1010000 |
Color Harmonies of #9EABFC
Complementary color
Monochromatic Colors of #9EABFC
Black with #9EABFC
Text Example
Text Example
White with #9EABFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EABFC; }
p { color: rgb(158,171,252); }
H1.HeaderClassName
{
color: #9EABFC;
}
.AnyTagClassName
{
color: #9EABFC;
}
</style>
background-color css
<style>
a { background-color: #9EABFC; }
a { background-color: rgb(158,171,252); }
div.DivClassName
{
background-color: #9EABFC;
}
.BgClassName
{
background-color: #9EABFC;
}
</style>
border-color css
<style>
span { border-color: #9EABFC; }
span { border-color: rgb(158,171,252); }
td.TdClassName
{
border-color: #9EABFC;
}
.TagClassName
{
border-color: #9EABFC;
}
</style>