Shades of Light Slate Blue #A77EFF
Tints of Light Slate Blue #A77EFF
RGB
CMYK
RGB Variations
Color information
#A77EFF (or 0xA77EFF) is known color: Light Slate Blue. HEX triplet: A7, 7E and FF. RGB value is (167,126,255). Sum of RGB (Red+Green+Blue) = 167+126+255=548 (72% of max value = 765). Red value is 167 (65.62% from 255 or 30.47% from 548); Green value is 126 (49.61% from 255 or 22.99% from 548); Blue value is 255 (100% from 255 or 46.53% from 548); Max value from RGB is 255 - color contains mainly: blue. Hex color #A77EFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A77EFF is #588100. Grayscale: #989898. Windows color (decimal): -5800193 or 16744103. OLE color: 16744103.
HSL color Cylindrical-coordinate representation of color #A77EFF: hue angle of 259.07º 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 #A77EFF is Cyan = 0.35, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 167 | 126 | 255 | - |
| CMYK | 0.35 | 0.51 | 0 | 0 |
| HSL | 259.07º | 1% | 0.75% | - |
| HSV(B) | 259.07º | 0.51% | 1% | - |
| XYZ | 41.45 | 30.36 | 98.28 | - |
| YUV | 152.97 | 185.58 | 138.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 126 | 255 | 0.35 | 0.51 | 0 | 0 | 259.07 | 1 | 0.75 |
| Hex | A7 | 7E | FF | 23 | 33 | 0 | 0 | 103 | 64 | 4B |
| Octal | 247 | 176 | 377 | 43 | 63 | 0 | 0 | 403 | 144 | 113 |
| Binary | 10100111 | 1111110 | 11111111 | 100011 | 110011 | 0 | 0 | 100000011 | 1100100 | 1001011 |
Color Harmonies of #A77EFF
Complementary color
Monochromatic Colors of #A77EFF
Black with #A77EFF
Text Example
Text Example
White with #A77EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A77EFF; }
p { color: rgb(167,126,255); }
H1.HeaderClassName
{
color: #A77EFF;
}
.AnyTagClassName
{
color: #A77EFF;
}
</style>
background-color css
<style>
a { background-color: #A77EFF; }
a { background-color: rgb(167,126,255); }
div.DivClassName
{
background-color: #A77EFF;
}
.BgClassName
{
background-color: #A77EFF;
}
</style>
border-color css
<style>
span { border-color: #A77EFF; }
span { border-color: rgb(167,126,255); }
td.TdClassName
{
border-color: #A77EFF;
}
.TagClassName
{
border-color: #A77EFF;
}
</style>