Shades of Light Slate Blue #8D53FF
Tints of Light Slate Blue #8D53FF
RGB
CMYK
RGB Variations
Color information
#8D53FF (or 0x8D53FF) is known color: Light Slate Blue. HEX triplet: 8D, 53 and FF. RGB value is (141,83,255). Sum of RGB (Red+Green+Blue) = 141+83+255=479 (63% of max value = 765). Red value is 141 (55.47% from 255 or 29.44% from 479); Green value is 83 (32.81% from 255 or 17.33% from 479); Blue value is 255 (100% from 255 or 53.24% from 479); Max value from RGB is 255 - color contains mainly: blue. Hex color #8D53FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8D53FF is #72AC00. Grayscale: #777777. Windows color (decimal): -7515137 or 16733069. OLE color: 16733069.
HSL color Cylindrical-coordinate representation of color #8D53FF: hue angle of 260.23º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8D53FF is Cyan = 0.45, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 141 | 83 | 255 | - |
| CMYK | 0.45 | 0.67 | 0 | 0 |
| HSL | 260.23º | 1% | 0.66% | - |
| HSV(B) | 260.23º | 0.67% | 1% | - |
| XYZ | 32.13 | 19.07 | 96.6 | - |
| YUV | 119.95 | 204.22 | 143.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 83 | 255 | 0.45 | 0.67 | 0 | 0 | 260.23 | 1 | 0.66 |
| Hex | 8D | 53 | FF | 2D | 43 | 0 | 0 | 104 | 64 | 42 |
| Octal | 215 | 123 | 377 | 55 | 103 | 0 | 0 | 404 | 144 | 102 |
| Binary | 10001101 | 1010011 | 11111111 | 101101 | 1000011 | 0 | 0 | 100000100 | 1100100 | 1000010 |
Color Harmonies of #8D53FF
Complementary color
Monochromatic Colors of #8D53FF
Black with #8D53FF
Text Example
Text Example
White with #8D53FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D53FF; }
p { color: rgb(141,83,255); }
H1.HeaderClassName
{
color: #8D53FF;
}
.AnyTagClassName
{
color: #8D53FF;
}
</style>
background-color css
<style>
a { background-color: #8D53FF; }
a { background-color: rgb(141,83,255); }
div.DivClassName
{
background-color: #8D53FF;
}
.BgClassName
{
background-color: #8D53FF;
}
</style>
border-color css
<style>
span { border-color: #8D53FF; }
span { border-color: rgb(141,83,255); }
td.TdClassName
{
border-color: #8D53FF;
}
.TagClassName
{
border-color: #8D53FF;
}
</style>