Shades of Light Slate Blue #8D52FF
Tints of Light Slate Blue #8D52FF
RGB
CMYK
RGB Variations
Color information
#8D52FF (or 0x8D52FF) is known color: Light Slate Blue. HEX triplet: 8D, 52 and FF. RGB value is (141,82,255). Sum of RGB (Red+Green+Blue) = 141+82+255=478 (63% of max value = 765). Red value is 141 (55.47% from 255 or 29.50% from 478); Green value is 82 (32.42% from 255 or 17.15% from 478); Blue value is 255 (100% from 255 or 53.35% from 478); Max value from RGB is 255 - color contains mainly: blue. Hex color #8D52FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8D52FF is #72AD00. Grayscale: #767676. Windows color (decimal): -7515393 or 16732813. OLE color: 16732813.
HSL color Cylindrical-coordinate representation of color #8D52FF: hue angle of 260.46º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8D52FF is Cyan = 0.45, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 141 | 82 | 255 | - |
| CMYK | 0.45 | 0.68 | 0 | 0 |
| HSL | 260.46º | 1% | 0.66% | - |
| HSV(B) | 260.46º | 0.68% | 1% | - |
| XYZ | 32.05 | 18.92 | 96.57 | - |
| YUV | 119.36 | 204.55 | 143.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 82 | 255 | 0.45 | 0.68 | 0 | 0 | 260.46 | 1 | 0.66 |
| Hex | 8D | 52 | FF | 2D | 44 | 0 | 0 | 104 | 64 | 42 |
| Octal | 215 | 122 | 377 | 55 | 104 | 0 | 0 | 404 | 144 | 102 |
| Binary | 10001101 | 1010010 | 11111111 | 101101 | 1000100 | 0 | 0 | 100000100 | 1100100 | 1000010 |
Color Harmonies of #8D52FF
Complementary color
Monochromatic Colors of #8D52FF
Black with #8D52FF
Text Example
Text Example
White with #8D52FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D52FF; }
p { color: rgb(141,82,255); }
H1.HeaderClassName
{
color: #8D52FF;
}
.AnyTagClassName
{
color: #8D52FF;
}
</style>
background-color css
<style>
a { background-color: #8D52FF; }
a { background-color: rgb(141,82,255); }
div.DivClassName
{
background-color: #8D52FF;
}
.BgClassName
{
background-color: #8D52FF;
}
</style>
border-color css
<style>
span { border-color: #8D52FF; }
span { border-color: rgb(141,82,255); }
td.TdClassName
{
border-color: #8D52FF;
}
.TagClassName
{
border-color: #8D52FF;
}
</style>