Shades of Light Slate Blue #A87EFF
Tints of Light Slate Blue #A87EFF
RGB
CMYK
RGB Variations
Color information
#A87EFF (or 0xA87EFF) is known color: Light Slate Blue. HEX triplet: A8, 7E and FF. RGB value is (168,126,255). Sum of RGB (Red+Green+Blue) = 168+126+255=549 (72% of max value = 765). Red value is 168 (66.02% from 255 or 30.60% from 549); Green value is 126 (49.61% from 255 or 22.95% from 549); Blue value is 255 (100% from 255 or 46.45% from 549); Max value from RGB is 255 - color contains mainly: blue. Hex color #A87EFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A87EFF is #578100. Grayscale: #989898. Windows color (decimal): -5734657 or 16744104. OLE color: 16744104.
HSL color Cylindrical-coordinate representation of color #A87EFF: hue angle of 259.53º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A87EFF is Cyan = 0.34, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 168 | 126 | 255 | - |
| CMYK | 0.34 | 0.51 | 0 | 0 |
| HSL | 259.53º | 1% | 0.75% | - |
| HSV(B) | 259.53º | 0.51% | 1% | - |
| XYZ | 41.66 | 30.47 | 98.29 | - |
| YUV | 153.26 | 185.41 | 138.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 126 | 255 | 0.34 | 0.51 | 0 | 0 | 259.53 | 1 | 0.75 |
| Hex | A8 | 7E | FF | 22 | 33 | 0 | 0 | 104 | 64 | 4B |
| Octal | 250 | 176 | 377 | 42 | 63 | 0 | 0 | 404 | 144 | 113 |
| Binary | 10101000 | 1111110 | 11111111 | 100010 | 110011 | 0 | 0 | 100000100 | 1100100 | 1001011 |
Color Harmonies of #A87EFF
Complementary color
Monochromatic Colors of #A87EFF
Black with #A87EFF
Text Example
Text Example
White with #A87EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A87EFF; }
p { color: rgb(168,126,255); }
H1.HeaderClassName
{
color: #A87EFF;
}
.AnyTagClassName
{
color: #A87EFF;
}
</style>
background-color css
<style>
a { background-color: #A87EFF; }
a { background-color: rgb(168,126,255); }
div.DivClassName
{
background-color: #A87EFF;
}
.BgClassName
{
background-color: #A87EFF;
}
</style>
border-color css
<style>
span { border-color: #A87EFF; }
span { border-color: rgb(168,126,255); }
td.TdClassName
{
border-color: #A87EFF;
}
.TagClassName
{
border-color: #A87EFF;
}
</style>