Shades of Light Slate Blue #A27EFC
Tints of Light Slate Blue #A27EFC
RGB
CMYK
RGB Variations
Color information
#A27EFC (or 0xA27EFC) is known color: Light Slate Blue. HEX triplet: A2, 7E and FC. RGB value is (162,126,252). Sum of RGB (Red+Green+Blue) = 162+126+252=540 (71% of max value = 765). Red value is 162 (63.67% from 255 or 30% from 540); Green value is 126 (49.61% from 255 or 23.33% from 540); Blue value is 252 (98.83% from 255 or 46.67% from 540); Max value from RGB is 252 - color contains mainly: blue. Hex color #A27EFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A27EFC is #5D8103. Grayscale: #969696. Windows color (decimal): -6127876 or 16547490. OLE color: 16547490.
HSL color Cylindrical-coordinate representation of color #A27EFC: hue angle of 257.14º 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 #A27EFC is Cyan = 0.36, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 162 | 126 | 252 | - |
| CMYK | 0.36 | 0.5 | 0 | 0.01 |
| HSL | 257.14º | 0.95% | 0.74% | - |
| HSV(B) | 257.14º | 0.5% | 0.99% | - |
| XYZ | 39.93 | 29.63 | 95.71 | - |
| YUV | 151.13 | 184.93 | 135.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 126 | 252 | 0.36 | 0.5 | 0 | 0.01 | 257.14 | 0.95 | 0.74 |
| Hex | A2 | 7E | FC | 24 | 32 | 0 | 1 | 101 | 5F | 4A |
| Octal | 242 | 176 | 374 | 44 | 62 | 0 | 1 | 401 | 137 | 112 |
| Binary | 10100010 | 1111110 | 11111100 | 100100 | 110010 | 0 | 1 | 100000001 | 1011111 | 1001010 |
Color Harmonies of #A27EFC
Complementary color
Monochromatic Colors of #A27EFC
Black with #A27EFC
Text Example
Text Example
White with #A27EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A27EFC; }
p { color: rgb(162,126,252); }
H1.HeaderClassName
{
color: #A27EFC;
}
.AnyTagClassName
{
color: #A27EFC;
}
</style>
background-color css
<style>
a { background-color: #A27EFC; }
a { background-color: rgb(162,126,252); }
div.DivClassName
{
background-color: #A27EFC;
}
.BgClassName
{
background-color: #A27EFC;
}
</style>
border-color css
<style>
span { border-color: #A27EFC; }
span { border-color: rgb(162,126,252); }
td.TdClassName
{
border-color: #A27EFC;
}
.TagClassName
{
border-color: #A27EFC;
}
</style>