Shades of Light Slate Blue #A77EFC
Tints of Light Slate Blue #A77EFC
RGB
CMYK
RGB Variations
Color information
#A77EFC (or 0xA77EFC) is known color: Light Slate Blue. HEX triplet: A7, 7E and FC. RGB value is (167,126,252). Sum of RGB (Red+Green+Blue) = 167+126+252=545 (72% of max value = 765). Red value is 167 (65.62% from 255 or 30.64% from 545); Green value is 126 (49.61% from 255 or 23.12% from 545); Blue value is 252 (98.83% from 255 or 46.24% from 545); Max value from RGB is 252 - color contains mainly: blue. Hex color #A77EFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A77EFC is #588103. Grayscale: #989898. Windows color (decimal): -5800196 or 16547495. OLE color: 16547495.
HSL color Cylindrical-coordinate representation of color #A77EFC: hue angle of 259.52º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A77EFC is Cyan = 0.34, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 167 | 126 | 252 | - |
| CMYK | 0.34 | 0.5 | 0 | 0.01 |
| HSL | 259.52º | 0.95% | 0.74% | - |
| HSV(B) | 259.52º | 0.5% | 0.99% | - |
| XYZ | 40.97 | 30.17 | 95.76 | - |
| YUV | 152.62 | 184.08 | 138.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 126 | 252 | 0.34 | 0.5 | 0 | 0.01 | 259.52 | 0.95 | 0.74 |
| Hex | A7 | 7E | FC | 22 | 32 | 0 | 1 | 104 | 5F | 4A |
| Octal | 247 | 176 | 374 | 42 | 62 | 0 | 1 | 404 | 137 | 112 |
| Binary | 10100111 | 1111110 | 11111100 | 100010 | 110010 | 0 | 1 | 100000100 | 1011111 | 1001010 |
Color Harmonies of #A77EFC
Complementary color
Monochromatic Colors of #A77EFC
Black with #A77EFC
Text Example
Text Example
White with #A77EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A77EFC; }
p { color: rgb(167,126,252); }
H1.HeaderClassName
{
color: #A77EFC;
}
.AnyTagClassName
{
color: #A77EFC;
}
</style>
background-color css
<style>
a { background-color: #A77EFC; }
a { background-color: rgb(167,126,252); }
div.DivClassName
{
background-color: #A77EFC;
}
.BgClassName
{
background-color: #A77EFC;
}
</style>
border-color css
<style>
span { border-color: #A77EFC; }
span { border-color: rgb(167,126,252); }
td.TdClassName
{
border-color: #A77EFC;
}
.TagClassName
{
border-color: #A77EFC;
}
</style>