Shades of Light Slate Blue #8C52FE
Tints of Light Slate Blue #8C52FE
RGB
CMYK
RGB Variations
Color information
#8C52FE (or 0x8C52FE) is known color: Light Slate Blue. HEX triplet: 8C, 52 and FE. RGB value is (140,82,254). Sum of RGB (Red+Green+Blue) = 140+82+254=476 (63% of max value = 765). Red value is 140 (55.08% from 255 or 29.41% from 476); Green value is 82 (32.42% from 255 or 17.23% from 476); Blue value is 254 (99.61% from 255 or 53.36% from 476); Max value from RGB is 254 - color contains mainly: blue. Hex color #8C52FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8C52FE is #73AD01. Grayscale: #767676. Windows color (decimal): -7580930 or 16667276. OLE color: 16667276.
HSL color Cylindrical-coordinate representation of color #8C52FE: hue angle of 260.23º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8C52FE is Cyan = 0.45, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 140 | 82 | 254 | - |
| CMYK | 0.45 | 0.68 | 0 | 0.00 |
| HSL | 260.23º | 0.99% | 0.66% | - |
| HSV(B) | 260.23º | 0.68% | 1% | - |
| XYZ | 31.72 | 18.77 | 95.72 | - |
| YUV | 118.95 | 204.22 | 143.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 82 | 254 | 0.45 | 0.68 | 0 | 0.00 | 260.23 | 0.99 | 0.66 |
| Hex | 8C | 52 | FE | 2D | 44 | 0 | 0 | 104 | 63 | 42 |
| Octal | 214 | 122 | 376 | 55 | 104 | 0 | 0 | 404 | 143 | 102 |
| Binary | 10001100 | 1010010 | 11111110 | 101101 | 1000100 | 0 | 0 | 100000100 | 1100011 | 1000010 |
Color Harmonies of #8C52FE
Complementary color
Monochromatic Colors of #8C52FE
Black with #8C52FE
Text Example
Text Example
White with #8C52FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C52FE; }
p { color: rgb(140,82,254); }
H1.HeaderClassName
{
color: #8C52FE;
}
.AnyTagClassName
{
color: #8C52FE;
}
</style>
background-color css
<style>
a { background-color: #8C52FE; }
a { background-color: rgb(140,82,254); }
div.DivClassName
{
background-color: #8C52FE;
}
.BgClassName
{
background-color: #8C52FE;
}
</style>
border-color css
<style>
span { border-color: #8C52FE; }
span { border-color: rgb(140,82,254); }
td.TdClassName
{
border-color: #8C52FE;
}
.TagClassName
{
border-color: #8C52FE;
}
</style>