Shades of Perano #9EABFE
Tints of Perano #9EABFE
RGB
CMYK
RGB Variations
Color information
#9EABFE (or 0x9EABFE) is known color: Perano. HEX triplet: 9E, AB and FE. RGB value is (158,171,254). Sum of RGB (Red+Green+Blue) = 158+171+254=583 (77% of max value = 765). Red value is 158 (62.11% from 255 or 27.10% from 583); Green value is 171 (67.19% from 255 or 29.33% from 583); Blue value is 254 (99.61% from 255 or 43.57% from 583); Max value from RGB is 254 - color contains mainly: blue. Hex color #9EABFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9EABFE is #615401. Grayscale: #B0B0B0. Windows color (decimal): -6378498 or 16690078. OLE color: 16690078.
HSL color Cylindrical-coordinate representation of color #9EABFE: hue angle of 231.88º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9EABFE is Cyan = 0.38, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 158 | 171 | 254 | - |
| CMYK | 0.38 | 0.33 | 0 | 0.00 |
| HSL | 231.88º | 0.98% | 0.81% | - |
| HSV(B) | 231.88º | 0.38% | 1% | - |
| XYZ | 46.55 | 43.55 | 99.72 | - |
| YUV | 176.58 | 171.69 | 114.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 171 | 254 | 0.38 | 0.33 | 0 | 0.00 | 231.88 | 0.98 | 0.81 |
| Hex | 9E | AB | FE | 26 | 21 | 0 | 0 | E8 | 62 | 51 |
| Octal | 236 | 253 | 376 | 46 | 41 | 0 | 0 | 350 | 142 | 121 |
| Binary | 10011110 | 10101011 | 11111110 | 100110 | 100001 | 0 | 0 | 11101000 | 1100010 | 1010001 |
Color Harmonies of #9EABFE
Complementary color
Monochromatic Colors of #9EABFE
Black with #9EABFE
Text Example
Text Example
White with #9EABFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EABFE; }
p { color: rgb(158,171,254); }
H1.HeaderClassName
{
color: #9EABFE;
}
.AnyTagClassName
{
color: #9EABFE;
}
</style>
background-color css
<style>
a { background-color: #9EABFE; }
a { background-color: rgb(158,171,254); }
div.DivClassName
{
background-color: #9EABFE;
}
.BgClassName
{
background-color: #9EABFE;
}
</style>
border-color css
<style>
span { border-color: #9EABFE; }
span { border-color: rgb(158,171,254); }
td.TdClassName
{
border-color: #9EABFE;
}
.TagClassName
{
border-color: #9EABFE;
}
</style>