Shades of Perano #ABABE8
Tints of Perano #ABABE8
RGB
CMYK
RGB Variations
Color information
#ABABE8 (or 0xABABE8) is known color: Perano. HEX triplet: AB, AB and E8. RGB value is (171,171,232). Sum of RGB (Red+Green+Blue) = 171+171+232=574 (76% of max value = 765). Red value is 171 (67.19% from 255 or 29.79% from 574); Green value is 171 (67.19% from 255 or 29.79% from 574); Blue value is 232 (91.02% from 255 or 40.42% from 574); Max value from RGB is 232 - color contains mainly: blue. Hex color #ABABE8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ABABE8 is #545417. Grayscale: #B1B1B1. Windows color (decimal): -5526552 or 15248299. OLE color: 15248299.
HSL color Cylindrical-coordinate representation of color #ABABE8: hue angle of 240º degrees, saturation: 0.57, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ABABE8 is Cyan = 0.26, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 171 | 171 | 232 | - |
| CMYK | 0.26 | 0.26 | 0 | 0.09 |
| HSL | 240º | 0.57% | 0.79% | - |
| HSV(B) | 240º | 0.26% | 0.91% | - |
| XYZ | 45.92 | 43.61 | 82.34 | - |
| YUV | 177.95 | 158.5 | 123.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 171 | 232 | 0.26 | 0.26 | 0 | 0.09 | 240 | 0.57 | 0.79 |
| Hex | AB | AB | E8 | 1A | 1A | 0 | 9 | F0 | 39 | 4F |
| Octal | 253 | 253 | 350 | 32 | 32 | 0 | 11 | 360 | 71 | 117 |
| Binary | 10101011 | 10101011 | 11101000 | 11010 | 11010 | 0 | 1001 | 11110000 | 111001 | 1001111 |
Color Harmonies of #ABABE8
Complementary color
Monochromatic Colors of #ABABE8
Black with #ABABE8
Text Example
Text Example
White with #ABABE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABABE8; }
p { color: rgb(171,171,232); }
H1.HeaderClassName
{
color: #ABABE8;
}
.AnyTagClassName
{
color: #ABABE8;
}
</style>
background-color css
<style>
a { background-color: #ABABE8; }
a { background-color: rgb(171,171,232); }
div.DivClassName
{
background-color: #ABABE8;
}
.BgClassName
{
background-color: #ABABE8;
}
</style>
border-color css
<style>
span { border-color: #ABABE8; }
span { border-color: rgb(171,171,232); }
td.TdClassName
{
border-color: #ABABE8;
}
.TagClassName
{
border-color: #ABABE8;
}
</style>