Shades of Light Slate Blue #A07EF8
Tints of Light Slate Blue #A07EF8
RGB
CMYK
RGB Variations
Color information
#A07EF8 (or 0xA07EF8) is known color: Light Slate Blue. HEX triplet: A0, 7E and F8. RGB value is (160,126,248). Sum of RGB (Red+Green+Blue) = 160+126+248=534 (70% of max value = 765). Red value is 160 (62.89% from 255 or 29.96% from 534); Green value is 126 (49.61% from 255 or 23.60% from 534); Blue value is 248 (97.27% from 255 or 46.44% from 534); Max value from RGB is 248 - color contains mainly: blue. Hex color #A07EF8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A07EF8 is #5F8107. Grayscale: #959595. Windows color (decimal): -6258952 or 16285344. OLE color: 16285344.
HSL color Cylindrical-coordinate representation of color #A07EF8: hue angle of 256.72º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A07EF8 is Cyan = 0.35, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 160 | 126 | 248 | - |
| CMYK | 0.35 | 0.49 | 0 | 0.03 |
| HSL | 256.72º | 0.9% | 0.73% | - |
| HSV(B) | 256.72º | 0.49% | 0.97% | - |
| XYZ | 38.9 | 29.17 | 92.39 | - |
| YUV | 150.07 | 183.26 | 135.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 126 | 248 | 0.35 | 0.49 | 0 | 0.03 | 256.72 | 0.9 | 0.73 |
| Hex | A0 | 7E | F8 | 23 | 31 | 0 | 3 | 101 | 5A | 49 |
| Octal | 240 | 176 | 370 | 43 | 61 | 0 | 3 | 401 | 132 | 111 |
| Binary | 10100000 | 1111110 | 11111000 | 100011 | 110001 | 0 | 11 | 100000001 | 1011010 | 1001001 |
Color Harmonies of #A07EF8
Complementary color
Monochromatic Colors of #A07EF8
Black with #A07EF8
Text Example
Text Example
White with #A07EF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07EF8; }
p { color: rgb(160,126,248); }
H1.HeaderClassName
{
color: #A07EF8;
}
.AnyTagClassName
{
color: #A07EF8;
}
</style>
background-color css
<style>
a { background-color: #A07EF8; }
a { background-color: rgb(160,126,248); }
div.DivClassName
{
background-color: #A07EF8;
}
.BgClassName
{
background-color: #A07EF8;
}
</style>
border-color css
<style>
span { border-color: #A07EF8; }
span { border-color: rgb(160,126,248); }
td.TdClassName
{
border-color: #A07EF8;
}
.TagClassName
{
border-color: #A07EF8;
}
</style>