Shades of Light Slate Blue #AA7EFE
Tints of Light Slate Blue #AA7EFE
RGB
CMYK
RGB Variations
Color information
#AA7EFE (or 0xAA7EFE) is known color: Light Slate Blue. HEX triplet: AA, 7E and FE. RGB value is (170,126,254). Sum of RGB (Red+Green+Blue) = 170+126+254=550 (72% of max value = 765). Red value is 170 (66.80% from 255 or 30.91% from 550); Green value is 126 (49.61% from 255 or 22.91% from 550); Blue value is 254 (99.61% from 255 or 46.18% from 550); Max value from RGB is 254 - color contains mainly: blue. Hex color #AA7EFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA7EFE is #558101. Grayscale: #999999. Windows color (decimal): -5603586 or 16678570. OLE color: 16678570.
HSL color Cylindrical-coordinate representation of color #AA7EFE: hue angle of 260.62º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AA7EFE is Cyan = 0.33, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 170 | 126 | 254 | - |
| CMYK | 0.33 | 0.50 | 0 | 0.00 |
| HSL | 260.63º | 0.98% | 0.75% | - |
| HSV(B) | 260.63º | 0.5% | 1% | - |
| XYZ | 41.93 | 30.62 | 97.47 | - |
| YUV | 153.75 | 184.58 | 139.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 126 | 254 | 0.33 | 0.50 | 0 | 0.00 | 260.63 | 0.98 | 0.75 |
| Hex | AA | 7E | FE | 21 | 32 | 0 | 0 | 105 | 62 | 4B |
| Octal | 252 | 176 | 376 | 41 | 62 | 0 | 0 | 405 | 142 | 113 |
| Binary | 10101010 | 1111110 | 11111110 | 100001 | 110010 | 0 | 0 | 100000101 | 1100010 | 1001011 |
Color Harmonies of #AA7EFE
Complementary color
Monochromatic Colors of #AA7EFE
Black with #AA7EFE
Text Example
Text Example
White with #AA7EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7EFE; }
p { color: rgb(170,126,254); }
H1.HeaderClassName
{
color: #AA7EFE;
}
.AnyTagClassName
{
color: #AA7EFE;
}
</style>
background-color css
<style>
a { background-color: #AA7EFE; }
a { background-color: rgb(170,126,254); }
div.DivClassName
{
background-color: #AA7EFE;
}
.BgClassName
{
background-color: #AA7EFE;
}
</style>
border-color css
<style>
span { border-color: #AA7EFE; }
span { border-color: rgb(170,126,254); }
td.TdClassName
{
border-color: #AA7EFE;
}
.TagClassName
{
border-color: #AA7EFE;
}
</style>