Shades of Light Slate Blue #8D5AFB
Tints of Light Slate Blue #8D5AFB
RGB
CMYK
RGB Variations
Color information
#8D5AFB (or 0x8D5AFB) is known color: Light Slate Blue. HEX triplet: 8D, 5A and FB. RGB value is (141,90,251). Sum of RGB (Red+Green+Blue) = 141+90+251=482 (63% of max value = 765). Red value is 141 (55.47% from 255 or 29.25% from 482); Green value is 90 (35.55% from 255 or 18.67% from 482); Blue value is 251 (98.44% from 255 or 52.07% from 482); Max value from RGB is 251 - color contains mainly: blue. Hex color #8D5AFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8D5AFB is #72A504. Grayscale: #7B7B7B. Windows color (decimal): -7513349 or 16472717. OLE color: 16472717.
HSL color Cylindrical-coordinate representation of color #8D5AFB: hue angle of 259.01º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8D5AFB is Cyan = 0.44, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 141 | 90 | 251 | - |
| CMYK | 0.44 | 0.64 | 0 | 0.02 |
| HSL | 259.01º | 0.95% | 0.67% | - |
| HSV(B) | 259.01º | 0.64% | 0.98% | - |
| XYZ | 32.05 | 19.94 | 93.43 | - |
| YUV | 123.6 | 199.9 | 140.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 90 | 251 | 0.44 | 0.64 | 0 | 0.02 | 259.01 | 0.95 | 0.67 |
| Hex | 8D | 5A | FB | 2C | 40 | 0 | 2 | 103 | 5F | 43 |
| Octal | 215 | 132 | 373 | 54 | 100 | 0 | 2 | 403 | 137 | 103 |
| Binary | 10001101 | 1011010 | 11111011 | 101100 | 1000000 | 0 | 10 | 100000011 | 1011111 | 1000011 |
Color Harmonies of #8D5AFB
Complementary color
Monochromatic Colors of #8D5AFB
Black with #8D5AFB
Text Example
Text Example
White with #8D5AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D5AFB; }
p { color: rgb(141,90,251); }
H1.HeaderClassName
{
color: #8D5AFB;
}
.AnyTagClassName
{
color: #8D5AFB;
}
</style>
background-color css
<style>
a { background-color: #8D5AFB; }
a { background-color: rgb(141,90,251); }
div.DivClassName
{
background-color: #8D5AFB;
}
.BgClassName
{
background-color: #8D5AFB;
}
</style>
border-color css
<style>
span { border-color: #8D5AFB; }
span { border-color: rgb(141,90,251); }
td.TdClassName
{
border-color: #8D5AFB;
}
.TagClassName
{
border-color: #8D5AFB;
}
</style>