Shades of Light Slate Blue #8C53FD
Tints of Light Slate Blue #8C53FD
RGB
CMYK
RGB Variations
Color information
#8C53FD (or 0x8C53FD) is known color: Light Slate Blue. HEX triplet: 8C, 53 and FD. RGB value is (140,83,253). Sum of RGB (Red+Green+Blue) = 140+83+253=476 (63% of max value = 765). Red value is 140 (55.08% from 255 or 29.41% from 476); Green value is 83 (32.81% from 255 or 17.44% from 476); Blue value is 253 (99.22% from 255 or 53.15% from 476); Max value from RGB is 253 - color contains mainly: blue. Hex color #8C53FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8C53FD is #73AC02. Grayscale: #767676. Windows color (decimal): -7580675 or 16601996. OLE color: 16601996.
HSL color Cylindrical-coordinate representation of color #8C53FD: hue angle of 260.12º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8C53FD is Cyan = 0.45, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 140 | 83 | 253 | - |
| CMYK | 0.45 | 0.67 | 0 | 0.01 |
| HSL | 260.12º | 0.98% | 0.66% | - |
| HSV(B) | 260.12º | 0.67% | 0.99% | - |
| XYZ | 31.64 | 18.85 | 94.9 | - |
| YUV | 119.42 | 203.38 | 142.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 83 | 253 | 0.45 | 0.67 | 0 | 0.01 | 260.12 | 0.98 | 0.66 |
| Hex | 8C | 53 | FD | 2D | 43 | 0 | 1 | 104 | 62 | 42 |
| Octal | 214 | 123 | 375 | 55 | 103 | 0 | 1 | 404 | 142 | 102 |
| Binary | 10001100 | 1010011 | 11111101 | 101101 | 1000011 | 0 | 1 | 100000100 | 1100010 | 1000010 |
Color Harmonies of #8C53FD
Complementary color
Monochromatic Colors of #8C53FD
Black with #8C53FD
Text Example
Text Example
White with #8C53FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C53FD; }
p { color: rgb(140,83,253); }
H1.HeaderClassName
{
color: #8C53FD;
}
.AnyTagClassName
{
color: #8C53FD;
}
</style>
background-color css
<style>
a { background-color: #8C53FD; }
a { background-color: rgb(140,83,253); }
div.DivClassName
{
background-color: #8C53FD;
}
.BgClassName
{
background-color: #8C53FD;
}
</style>
border-color css
<style>
span { border-color: #8C53FD; }
span { border-color: rgb(140,83,253); }
td.TdClassName
{
border-color: #8C53FD;
}
.TagClassName
{
border-color: #8C53FD;
}
</style>