Shades of Perano #9EABFF
Tints of Perano #9EABFF
RGB
CMYK
RGB Variations
Color information
#9EABFF (or 0x9EABFF) is known color: Perano. HEX triplet: 9E, AB and FF. RGB value is (158,171,255). Sum of RGB (Red+Green+Blue) = 158+171+255=584 (77% of max value = 765). Red value is 158 (62.11% from 255 or 27.05% from 584); Green value is 171 (67.19% from 255 or 29.28% from 584); Blue value is 255 (100% from 255 or 43.66% from 584); Max value from RGB is 255 - color contains mainly: blue. Hex color #9EABFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9EABFF is #615400. Grayscale: #B0B0B0. Windows color (decimal): -6378497 or 16755614. OLE color: 16755614.
HSL color Cylindrical-coordinate representation of color #9EABFF: hue angle of 231.96º 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 #9EABFF is Cyan = 0.38, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 158 | 171 | 255 | - |
| CMYK | 0.38 | 0.33 | 0 | 0 |
| HSL | 231.96º | 1% | 0.81% | - |
| HSV(B) | 231.96º | 0.38% | 1% | - |
| XYZ | 46.71 | 43.61 | 100.56 | - |
| YUV | 176.69 | 172.19 | 114.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 171 | 255 | 0.38 | 0.33 | 0 | 0 | 231.96 | 1 | 0.81 |
| Hex | 9E | AB | FF | 26 | 21 | 0 | 0 | E8 | 64 | 51 |
| Octal | 236 | 253 | 377 | 46 | 41 | 0 | 0 | 350 | 144 | 121 |
| Binary | 10011110 | 10101011 | 11111111 | 100110 | 100001 | 0 | 0 | 11101000 | 1100100 | 1010001 |
Color Harmonies of #9EABFF
Complementary color
Monochromatic Colors of #9EABFF
Black with #9EABFF
Text Example
Text Example
White with #9EABFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EABFF; }
p { color: rgb(158,171,255); }
H1.HeaderClassName
{
color: #9EABFF;
}
.AnyTagClassName
{
color: #9EABFF;
}
</style>
background-color css
<style>
a { background-color: #9EABFF; }
a { background-color: rgb(158,171,255); }
div.DivClassName
{
background-color: #9EABFF;
}
.BgClassName
{
background-color: #9EABFF;
}
</style>
border-color css
<style>
span { border-color: #9EABFF; }
span { border-color: rgb(158,171,255); }
td.TdClassName
{
border-color: #9EABFF;
}
.TagClassName
{
border-color: #9EABFF;
}
</style>