Shades of Light Slate Blue #A47EFB
Tints of Light Slate Blue #A47EFB
RGB
CMYK
RGB Variations
Color information
#A47EFB (or 0xA47EFB) is known color: Light Slate Blue. HEX triplet: A4, 7E and FB. RGB value is (164,126,251). Sum of RGB (Red+Green+Blue) = 164+126+251=541 (71% of max value = 765). Red value is 164 (64.45% from 255 or 30.31% from 541); Green value is 126 (49.61% from 255 or 23.29% from 541); Blue value is 251 (98.44% from 255 or 46.40% from 541); Max value from RGB is 251 - color contains mainly: blue. Hex color #A47EFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A47EFB is #5B8104. Grayscale: #979797. Windows color (decimal): -5996805 or 16481956. OLE color: 16481956.
HSL color Cylindrical-coordinate representation of color #A47EFB: hue angle of 258.24º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A47EFB is Cyan = 0.35, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 164 | 126 | 251 | - |
| CMYK | 0.35 | 0.50 | 0 | 0.02 |
| HSL | 258.24º | 0.94% | 0.74% | - |
| HSV(B) | 258.24º | 0.5% | 0.98% | - |
| XYZ | 40.18 | 29.78 | 94.9 | - |
| YUV | 151.61 | 184.09 | 136.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 126 | 251 | 0.35 | 0.50 | 0 | 0.02 | 258.24 | 0.94 | 0.74 |
| Hex | A4 | 7E | FB | 23 | 32 | 0 | 2 | 102 | 5E | 4A |
| Octal | 244 | 176 | 373 | 43 | 62 | 0 | 2 | 402 | 136 | 112 |
| Binary | 10100100 | 1111110 | 11111011 | 100011 | 110010 | 0 | 10 | 100000010 | 1011110 | 1001010 |
Color Harmonies of #A47EFB
Complementary color
Monochromatic Colors of #A47EFB
Black with #A47EFB
Text Example
Text Example
White with #A47EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A47EFB; }
p { color: rgb(164,126,251); }
H1.HeaderClassName
{
color: #A47EFB;
}
.AnyTagClassName
{
color: #A47EFB;
}
</style>
background-color css
<style>
a { background-color: #A47EFB; }
a { background-color: rgb(164,126,251); }
div.DivClassName
{
background-color: #A47EFB;
}
.BgClassName
{
background-color: #A47EFB;
}
</style>
border-color css
<style>
span { border-color: #A47EFB; }
span { border-color: rgb(164,126,251); }
td.TdClassName
{
border-color: #A47EFB;
}
.TagClassName
{
border-color: #A47EFB;
}
</style>