Shades of Light Slate Blue #A77FFD
Tints of Light Slate Blue #A77FFD
RGB
CMYK
RGB Variations
Color information
#A77FFD (or 0xA77FFD) is known color: Light Slate Blue. HEX triplet: A7, 7F and FD. RGB value is (167,127,253). Sum of RGB (Red+Green+Blue) = 167+127+253=547 (72% of max value = 765). Red value is 167 (65.62% from 255 or 30.53% from 547); Green value is 127 (50% from 255 or 23.22% from 547); Blue value is 253 (99.22% from 255 or 46.25% from 547); Max value from RGB is 253 - color contains mainly: blue. Hex color #A77FFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A77FFD is #588002. Grayscale: #989898. Windows color (decimal): -5799939 or 16613287. OLE color: 16613287.
HSL color Cylindrical-coordinate representation of color #A77FFD: hue angle of 259.05º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A77FFD is Cyan = 0.34, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 167 | 127 | 253 | - |
| CMYK | 0.34 | 0.50 | 0 | 0.01 |
| HSL | 259.05º | 0.97% | 0.75% | - |
| HSV(B) | 259.05º | 0.5% | 0.99% | - |
| XYZ | 41.26 | 30.49 | 96.64 | - |
| YUV | 153.32 | 184.25 | 137.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 127 | 253 | 0.34 | 0.50 | 0 | 0.01 | 259.05 | 0.97 | 0.75 |
| Hex | A7 | 7F | FD | 22 | 32 | 0 | 1 | 103 | 61 | 4B |
| Octal | 247 | 177 | 375 | 42 | 62 | 0 | 1 | 403 | 141 | 113 |
| Binary | 10100111 | 1111111 | 11111101 | 100010 | 110010 | 0 | 1 | 100000011 | 1100001 | 1001011 |
Color Harmonies of #A77FFD
Complementary color
Monochromatic Colors of #A77FFD
Black with #A77FFD
Text Example
Text Example
White with #A77FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A77FFD; }
p { color: rgb(167,127,253); }
H1.HeaderClassName
{
color: #A77FFD;
}
.AnyTagClassName
{
color: #A77FFD;
}
</style>
background-color css
<style>
a { background-color: #A77FFD; }
a { background-color: rgb(167,127,253); }
div.DivClassName
{
background-color: #A77FFD;
}
.BgClassName
{
background-color: #A77FFD;
}
</style>
border-color css
<style>
span { border-color: #A77FFD; }
span { border-color: rgb(167,127,253); }
td.TdClassName
{
border-color: #A77FFD;
}
.TagClassName
{
border-color: #A77FFD;
}
</style>