Shades of Light Slate Blue #A58EFB
Tints of Light Slate Blue #A58EFB
RGB
CMYK
RGB Variations
Color information
#A58EFB (or 0xA58EFB) is known color: Light Slate Blue. HEX triplet: A5, 8E and FB. RGB value is (165,142,251). Sum of RGB (Red+Green+Blue) = 165+142+251=558 (73% of max value = 765). Red value is 165 (64.84% from 255 or 29.57% from 558); Green value is 142 (55.86% from 255 or 25.45% from 558); Blue value is 251 (98.44% from 255 or 44.98% from 558); Max value from RGB is 251 - color contains mainly: blue. Hex color #A58EFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A58EFB is #5A7104. Grayscale: #A0A0A0. Windows color (decimal): -5927173 or 16486053. OLE color: 16486053.
HSL color Cylindrical-coordinate representation of color #A58EFB: hue angle of 252.66º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A58EFB is Cyan = 0.34, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 165 | 142 | 251 | - |
| CMYK | 0.34 | 0.43 | 0 | 0.02 |
| HSL | 252.66º | 0.93% | 0.77% | - |
| HSV(B) | 252.66º | 0.43% | 0.98% | - |
| XYZ | 42.6 | 34.31 | 95.64 | - |
| YUV | 161.3 | 178.62 | 130.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 142 | 251 | 0.34 | 0.43 | 0 | 0.02 | 252.66 | 0.93 | 0.77 |
| Hex | A5 | 8E | FB | 22 | 2B | 0 | 2 | FD | 5D | 4D |
| Octal | 245 | 216 | 373 | 42 | 53 | 0 | 2 | 375 | 135 | 115 |
| Binary | 10100101 | 10001110 | 11111011 | 100010 | 101011 | 0 | 10 | 11111101 | 1011101 | 1001101 |
Color Harmonies of #A58EFB
Complementary color
Monochromatic Colors of #A58EFB
Black with #A58EFB
Text Example
Text Example
White with #A58EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A58EFB; }
p { color: rgb(165,142,251); }
H1.HeaderClassName
{
color: #A58EFB;
}
.AnyTagClassName
{
color: #A58EFB;
}
</style>
background-color css
<style>
a { background-color: #A58EFB; }
a { background-color: rgb(165,142,251); }
div.DivClassName
{
background-color: #A58EFB;
}
.BgClassName
{
background-color: #A58EFB;
}
</style>
border-color css
<style>
span { border-color: #A58EFB; }
span { border-color: rgb(165,142,251); }
td.TdClassName
{
border-color: #A58EFB;
}
.TagClassName
{
border-color: #A58EFB;
}
</style>