Shades of Light Slate Blue #A37EFB
Tints of Light Slate Blue #A37EFB
RGB
CMYK
RGB Variations
Color information
#A37EFB (or 0xA37EFB) is known color: Light Slate Blue. HEX triplet: A3, 7E and FB. RGB value is (163,126,251). Sum of RGB (Red+Green+Blue) = 163+126+251=540 (71% of max value = 765). Red value is 163 (64.06% from 255 or 30.19% from 540); Green value is 126 (49.61% from 255 or 23.33% from 540); Blue value is 251 (98.44% from 255 or 46.48% from 540); Max value from RGB is 251 - color contains mainly: blue. Hex color #A37EFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A37EFB is #5C8104. Grayscale: #969696. Windows color (decimal): -6062341 or 16481955. OLE color: 16481955.
HSL color Cylindrical-coordinate representation of color #A37EFB: hue angle of 257.76º 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 #A37EFB is Cyan = 0.35, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 163 | 126 | 251 | - |
| CMYK | 0.35 | 0.50 | 0 | 0.02 |
| HSL | 257.76º | 0.94% | 0.74% | - |
| HSV(B) | 257.76º | 0.5% | 0.98% | - |
| XYZ | 39.98 | 29.67 | 94.89 | - |
| YUV | 151.31 | 184.26 | 136.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 126 | 251 | 0.35 | 0.50 | 0 | 0.02 | 257.76 | 0.94 | 0.74 |
| Hex | A3 | 7E | FB | 23 | 32 | 0 | 2 | 102 | 5E | 4A |
| Octal | 243 | 176 | 373 | 43 | 62 | 0 | 2 | 402 | 136 | 112 |
| Binary | 10100011 | 1111110 | 11111011 | 100011 | 110010 | 0 | 10 | 100000010 | 1011110 | 1001010 |
Color Harmonies of #A37EFB
Complementary color
Monochromatic Colors of #A37EFB
Black with #A37EFB
Text Example
Text Example
White with #A37EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A37EFB; }
p { color: rgb(163,126,251); }
H1.HeaderClassName
{
color: #A37EFB;
}
.AnyTagClassName
{
color: #A37EFB;
}
</style>
background-color css
<style>
a { background-color: #A37EFB; }
a { background-color: rgb(163,126,251); }
div.DivClassName
{
background-color: #A37EFB;
}
.BgClassName
{
background-color: #A37EFB;
}
</style>
border-color css
<style>
span { border-color: #A37EFB; }
span { border-color: rgb(163,126,251); }
td.TdClassName
{
border-color: #A37EFB;
}
.TagClassName
{
border-color: #A37EFB;
}
</style>