Shades of Light Slate Blue #A77EFE
Tints of Light Slate Blue #A77EFE
RGB
CMYK
RGB Variations
Color information
#A77EFE (or 0xA77EFE) is known color: Light Slate Blue. HEX triplet: A7, 7E and FE. RGB value is (167,126,254). Sum of RGB (Red+Green+Blue) = 167+126+254=547 (72% of max value = 765). Red value is 167 (65.62% from 255 or 30.53% from 547); Green value is 126 (49.61% from 255 or 23.03% from 547); Blue value is 254 (99.61% from 255 or 46.44% from 547); Max value from RGB is 254 - color contains mainly: blue. Hex color #A77EFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A77EFE is #588101. Grayscale: #989898. Windows color (decimal): -5800194 or 16678567. OLE color: 16678567.
HSL color Cylindrical-coordinate representation of color #A77EFE: hue angle of 259.22º 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 #A77EFE is Cyan = 0.34, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 167 | 126 | 254 | - |
| CMYK | 0.34 | 0.50 | 0 | 0.00 |
| HSL | 259.22º | 0.98% | 0.75% | - |
| HSV(B) | 259.22º | 0.5% | 1% | - |
| XYZ | 41.29 | 30.29 | 97.44 | - |
| YUV | 152.85 | 185.08 | 138.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 126 | 254 | 0.34 | 0.50 | 0 | 0.00 | 259.22 | 0.98 | 0.75 |
| Hex | A7 | 7E | FE | 22 | 32 | 0 | 0 | 103 | 62 | 4B |
| Octal | 247 | 176 | 376 | 42 | 62 | 0 | 0 | 403 | 142 | 113 |
| Binary | 10100111 | 1111110 | 11111110 | 100010 | 110010 | 0 | 0 | 100000011 | 1100010 | 1001011 |
Color Harmonies of #A77EFE
Complementary color
Monochromatic Colors of #A77EFE
Black with #A77EFE
Text Example
Text Example
White with #A77EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A77EFE; }
p { color: rgb(167,126,254); }
H1.HeaderClassName
{
color: #A77EFE;
}
.AnyTagClassName
{
color: #A77EFE;
}
</style>
background-color css
<style>
a { background-color: #A77EFE; }
a { background-color: rgb(167,126,254); }
div.DivClassName
{
background-color: #A77EFE;
}
.BgClassName
{
background-color: #A77EFE;
}
</style>
border-color css
<style>
span { border-color: #A77EFE; }
span { border-color: rgb(167,126,254); }
td.TdClassName
{
border-color: #A77EFE;
}
.TagClassName
{
border-color: #A77EFE;
}
</style>