Shades of Perano #8EABFE
Tints of Perano #8EABFE
RGB
CMYK
RGB Variations
Color information
#8EABFE (or 0x8EABFE) is known color: Perano. HEX triplet: 8E, AB and FE. RGB value is (142,171,254). Sum of RGB (Red+Green+Blue) = 142+171+254=567 (75% of max value = 765). Red value is 142 (55.86% from 255 or 25.04% from 567); Green value is 171 (67.19% from 255 or 30.16% from 567); Blue value is 254 (99.61% from 255 or 44.80% from 567); Max value from RGB is 254 - color contains mainly: blue. Hex color #8EABFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8EABFE is #715401. Grayscale: #ABABAB. Windows color (decimal): -7427074 or 16690062. OLE color: 16690062.
HSL color Cylindrical-coordinate representation of color #8EABFE: hue angle of 224.46º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8EABFE is Cyan = 0.44, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 142 | 171 | 254 | - |
| CMYK | 0.44 | 0.33 | 0 | 0.00 |
| HSL | 224.46º | 0.98% | 0.78% | - |
| HSV(B) | 224.46º | 0.44% | 1% | - |
| XYZ | 43.61 | 42.03 | 99.58 | - |
| YUV | 171.79 | 174.39 | 106.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 171 | 254 | 0.44 | 0.33 | 0 | 0.00 | 224.46 | 0.98 | 0.78 |
| Hex | 8E | AB | FE | 2C | 21 | 0 | 0 | E0 | 62 | 4E |
| Octal | 216 | 253 | 376 | 54 | 41 | 0 | 0 | 340 | 142 | 116 |
| Binary | 10001110 | 10101011 | 11111110 | 101100 | 100001 | 0 | 0 | 11100000 | 1100010 | 1001110 |
Color Harmonies of #8EABFE
Complementary color
Monochromatic Colors of #8EABFE
Black with #8EABFE
Text Example
Text Example
White with #8EABFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EABFE; }
p { color: rgb(142,171,254); }
H1.HeaderClassName
{
color: #8EABFE;
}
.AnyTagClassName
{
color: #8EABFE;
}
</style>
background-color css
<style>
a { background-color: #8EABFE; }
a { background-color: rgb(142,171,254); }
div.DivClassName
{
background-color: #8EABFE;
}
.BgClassName
{
background-color: #8EABFE;
}
</style>
border-color css
<style>
span { border-color: #8EABFE; }
span { border-color: rgb(142,171,254); }
td.TdClassName
{
border-color: #8EABFE;
}
.TagClassName
{
border-color: #8EABFE;
}
</style>