Shades of Light Slate Blue #8C55FC
Tints of Light Slate Blue #8C55FC
RGB
CMYK
RGB Variations
Color information
#8C55FC (or 0x8C55FC) is known color: Light Slate Blue. HEX triplet: 8C, 55 and FC. RGB value is (140,85,252). Sum of RGB (Red+Green+Blue) = 140+85+252=477 (63% of max value = 765). Red value is 140 (55.08% from 255 or 29.35% from 477); Green value is 85 (33.59% from 255 or 17.82% from 477); Blue value is 252 (98.83% from 255 or 52.83% from 477); Max value from RGB is 252 - color contains mainly: blue. Hex color #8C55FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8C55FC is #73AA03. Grayscale: #777777. Windows color (decimal): -7580164 or 16536972. OLE color: 16536972.
HSL color Cylindrical-coordinate representation of color #8C55FC: hue angle of 259.76º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8C55FC is Cyan = 0.44, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 140 | 85 | 252 | - |
| CMYK | 0.44 | 0.66 | 0 | 0.01 |
| HSL | 259.76º | 0.97% | 0.66% | - |
| HSV(B) | 259.76º | 0.66% | 0.99% | - |
| XYZ | 31.63 | 19.1 | 94.11 | - |
| YUV | 120.48 | 202.22 | 141.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 85 | 252 | 0.44 | 0.66 | 0 | 0.01 | 259.76 | 0.97 | 0.66 |
| Hex | 8C | 55 | FC | 2C | 42 | 0 | 1 | 104 | 61 | 42 |
| Octal | 214 | 125 | 374 | 54 | 102 | 0 | 1 | 404 | 141 | 102 |
| Binary | 10001100 | 1010101 | 11111100 | 101100 | 1000010 | 0 | 1 | 100000100 | 1100001 | 1000010 |
Color Harmonies of #8C55FC
Complementary color
Monochromatic Colors of #8C55FC
Black with #8C55FC
Text Example
Text Example
White with #8C55FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C55FC; }
p { color: rgb(140,85,252); }
H1.HeaderClassName
{
color: #8C55FC;
}
.AnyTagClassName
{
color: #8C55FC;
}
</style>
background-color css
<style>
a { background-color: #8C55FC; }
a { background-color: rgb(140,85,252); }
div.DivClassName
{
background-color: #8C55FC;
}
.BgClassName
{
background-color: #8C55FC;
}
</style>
border-color css
<style>
span { border-color: #8C55FC; }
span { border-color: rgb(140,85,252); }
td.TdClassName
{
border-color: #8C55FC;
}
.TagClassName
{
border-color: #8C55FC;
}
</style>