Shades of Light Slate Blue #A27EFB
Tints of Light Slate Blue #A27EFB
RGB
CMYK
RGB Variations
Color information
#A27EFB (or 0xA27EFB) is known color: Light Slate Blue. HEX triplet: A2, 7E and FB. RGB value is (162,126,251). Sum of RGB (Red+Green+Blue) = 162+126+251=539 (71% of max value = 765). Red value is 162 (63.67% from 255 or 30.06% from 539); Green value is 126 (49.61% from 255 or 23.38% from 539); Blue value is 251 (98.44% from 255 or 46.57% from 539); Max value from RGB is 251 - color contains mainly: blue. Hex color #A27EFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A27EFB is #5D8104. Grayscale: #969696. Windows color (decimal): -6127877 or 16481954. OLE color: 16481954.
HSL color Cylindrical-coordinate representation of color #A27EFB: hue angle of 257.28º 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 #A27EFB is Cyan = 0.35, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 162 | 126 | 251 | - |
| CMYK | 0.35 | 0.50 | 0 | 0.02 |
| HSL | 257.28º | 0.94% | 0.74% | - |
| HSV(B) | 257.28º | 0.5% | 0.98% | - |
| XYZ | 39.77 | 29.57 | 94.88 | - |
| YUV | 151.01 | 184.43 | 135.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 126 | 251 | 0.35 | 0.50 | 0 | 0.02 | 257.28 | 0.94 | 0.74 |
| Hex | A2 | 7E | FB | 23 | 32 | 0 | 2 | 101 | 5E | 4A |
| Octal | 242 | 176 | 373 | 43 | 62 | 0 | 2 | 401 | 136 | 112 |
| Binary | 10100010 | 1111110 | 11111011 | 100011 | 110010 | 0 | 10 | 100000001 | 1011110 | 1001010 |
Color Harmonies of #A27EFB
Complementary color
Monochromatic Colors of #A27EFB
Black with #A27EFB
Text Example
Text Example
White with #A27EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A27EFB; }
p { color: rgb(162,126,251); }
H1.HeaderClassName
{
color: #A27EFB;
}
.AnyTagClassName
{
color: #A27EFB;
}
</style>
background-color css
<style>
a { background-color: #A27EFB; }
a { background-color: rgb(162,126,251); }
div.DivClassName
{
background-color: #A27EFB;
}
.BgClassName
{
background-color: #A27EFB;
}
</style>
border-color css
<style>
span { border-color: #A27EFB; }
span { border-color: rgb(162,126,251); }
td.TdClassName
{
border-color: #A27EFB;
}
.TagClassName
{
border-color: #A27EFB;
}
</style>