Shades of Light Slate Blue #A47EFC
Tints of Light Slate Blue #A47EFC
RGB
CMYK
RGB Variations
Color information
#A47EFC (or 0xA47EFC) is known color: Light Slate Blue. HEX triplet: A4, 7E and FC. RGB value is (164,126,252). Sum of RGB (Red+Green+Blue) = 164+126+252=542 (71% of max value = 765). Red value is 164 (64.45% from 255 or 30.26% from 542); Green value is 126 (49.61% from 255 or 23.25% from 542); Blue value is 252 (98.83% from 255 or 46.49% from 542); Max value from RGB is 252 - color contains mainly: blue. Hex color #A47EFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A47EFC is #5B8103. Grayscale: #979797. Windows color (decimal): -5996804 or 16547492. OLE color: 16547492.
HSL color Cylindrical-coordinate representation of color #A47EFC: hue angle of 258.1º 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 #A47EFC is Cyan = 0.35, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 164 | 126 | 252 | - |
| CMYK | 0.35 | 0.5 | 0 | 0.01 |
| HSL | 258.1º | 0.95% | 0.74% | - |
| HSV(B) | 258.1º | 0.5% | 0.99% | - |
| XYZ | 40.34 | 29.84 | 95.73 | - |
| YUV | 151.73 | 184.59 | 136.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 126 | 252 | 0.35 | 0.5 | 0 | 0.01 | 258.1 | 0.95 | 0.74 |
| Hex | A4 | 7E | FC | 23 | 32 | 0 | 1 | 102 | 5F | 4A |
| Octal | 244 | 176 | 374 | 43 | 62 | 0 | 1 | 402 | 137 | 112 |
| Binary | 10100100 | 1111110 | 11111100 | 100011 | 110010 | 0 | 1 | 100000010 | 1011111 | 1001010 |
Color Harmonies of #A47EFC
Complementary color
Monochromatic Colors of #A47EFC
Black with #A47EFC
Text Example
Text Example
White with #A47EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A47EFC; }
p { color: rgb(164,126,252); }
H1.HeaderClassName
{
color: #A47EFC;
}
.AnyTagClassName
{
color: #A47EFC;
}
</style>
background-color css
<style>
a { background-color: #A47EFC; }
a { background-color: rgb(164,126,252); }
div.DivClassName
{
background-color: #A47EFC;
}
.BgClassName
{
background-color: #A47EFC;
}
</style>
border-color css
<style>
span { border-color: #A47EFC; }
span { border-color: rgb(164,126,252); }
td.TdClassName
{
border-color: #A47EFC;
}
.TagClassName
{
border-color: #A47EFC;
}
</style>