Shades of Light Slate Blue #AA7FFE
Tints of Light Slate Blue #AA7FFE
RGB
CMYK
RGB Variations
Color information
#AA7FFE (or 0xAA7FFE) is known color: Light Slate Blue. HEX triplet: AA, 7F and FE. RGB value is (170,127,254). Sum of RGB (Red+Green+Blue) = 170+127+254=551 (72% of max value = 765). Red value is 170 (66.80% from 255 or 30.85% from 551); Green value is 127 (50% from 255 or 23.05% from 551); Blue value is 254 (99.61% from 255 or 46.10% from 551); Max value from RGB is 254 - color contains mainly: blue. Hex color #AA7FFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA7FFE is #558001. Grayscale: #999999. Windows color (decimal): -5603330 or 16678826. OLE color: 16678826.
HSL color Cylindrical-coordinate representation of color #AA7FFE: hue angle of 260.31º 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 #AA7FFE is Cyan = 0.33, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 170 | 127 | 254 | - |
| CMYK | 0.33 | 0.50 | 0 | 0.00 |
| HSL | 260.31º | 0.98% | 0.75% | - |
| HSV(B) | 260.31º | 0.5% | 1% | - |
| XYZ | 42.06 | 30.88 | 97.51 | - |
| YUV | 154.34 | 184.25 | 139.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 127 | 254 | 0.33 | 0.50 | 0 | 0.00 | 260.31 | 0.98 | 0.75 |
| Hex | AA | 7F | FE | 21 | 32 | 0 | 0 | 104 | 62 | 4B |
| Octal | 252 | 177 | 376 | 41 | 62 | 0 | 0 | 404 | 142 | 113 |
| Binary | 10101010 | 1111111 | 11111110 | 100001 | 110010 | 0 | 0 | 100000100 | 1100010 | 1001011 |
Color Harmonies of #AA7FFE
Complementary color
Monochromatic Colors of #AA7FFE
Black with #AA7FFE
Text Example
Text Example
White with #AA7FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7FFE; }
p { color: rgb(170,127,254); }
H1.HeaderClassName
{
color: #AA7FFE;
}
.AnyTagClassName
{
color: #AA7FFE;
}
</style>
background-color css
<style>
a { background-color: #AA7FFE; }
a { background-color: rgb(170,127,254); }
div.DivClassName
{
background-color: #AA7FFE;
}
.BgClassName
{
background-color: #AA7FFE;
}
</style>
border-color css
<style>
span { border-color: #AA7FFE; }
span { border-color: rgb(170,127,254); }
td.TdClassName
{
border-color: #AA7FFE;
}
.TagClassName
{
border-color: #AA7FFE;
}
</style>