Shades of Light Slate Blue #A77CFD
Tints of Light Slate Blue #A77CFD
RGB
CMYK
RGB Variations
Color information
#A77CFD (or 0xA77CFD) is known color: Light Slate Blue. HEX triplet: A7, 7C and FD. RGB value is (167,124,253). Sum of RGB (Red+Green+Blue) = 167+124+253=544 (72% of max value = 765). Red value is 167 (65.62% from 255 or 30.70% from 544); Green value is 124 (48.83% from 255 or 22.79% from 544); Blue value is 253 (99.22% from 255 or 46.51% from 544); Max value from RGB is 253 - color contains mainly: blue. Hex color #A77CFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A77CFD is #588302. Grayscale: #979797. Windows color (decimal): -5800707 or 16612519. OLE color: 16612519.
HSL color Cylindrical-coordinate representation of color #A77CFD: hue angle of 260º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A77CFD is Cyan = 0.34, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 167 | 124 | 253 | - |
| CMYK | 0.34 | 0.51 | 0 | 0.01 |
| HSL | 260º | 0.97% | 0.74% | - |
| HSV(B) | 260º | 0.51% | 0.99% | - |
| XYZ | 40.87 | 29.72 | 96.51 | - |
| YUV | 151.56 | 185.25 | 139.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 124 | 253 | 0.34 | 0.51 | 0 | 0.01 | 260 | 0.97 | 0.74 |
| Hex | A7 | 7C | FD | 22 | 33 | 0 | 1 | 104 | 61 | 4A |
| Octal | 247 | 174 | 375 | 42 | 63 | 0 | 1 | 404 | 141 | 112 |
| Binary | 10100111 | 1111100 | 11111101 | 100010 | 110011 | 0 | 1 | 100000100 | 1100001 | 1001010 |
Color Harmonies of #A77CFD
Complementary color
Monochromatic Colors of #A77CFD
Black with #A77CFD
Text Example
Text Example
White with #A77CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A77CFD; }
p { color: rgb(167,124,253); }
H1.HeaderClassName
{
color: #A77CFD;
}
.AnyTagClassName
{
color: #A77CFD;
}
</style>
background-color css
<style>
a { background-color: #A77CFD; }
a { background-color: rgb(167,124,253); }
div.DivClassName
{
background-color: #A77CFD;
}
.BgClassName
{
background-color: #A77CFD;
}
</style>
border-color css
<style>
span { border-color: #A77CFD; }
span { border-color: rgb(167,124,253); }
td.TdClassName
{
border-color: #A77CFD;
}
.TagClassName
{
border-color: #A77CFD;
}
</style>