Shades of Light Slate Blue #8C54FC
Tints of Light Slate Blue #8C54FC
RGB
CMYK
RGB Variations
Color information
#8C54FC (or 0x8C54FC) is known color: Light Slate Blue. HEX triplet: 8C, 54 and FC. RGB value is (140,84,252). Sum of RGB (Red+Green+Blue) = 140+84+252=476 (63% of max value = 765). Red value is 140 (55.08% from 255 or 29.41% from 476); Green value is 84 (33.20% from 255 or 17.65% from 476); Blue value is 252 (98.83% from 255 or 52.94% from 476); Max value from RGB is 252 - color contains mainly: blue. Hex color #8C54FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8C54FC is #73AB03. Grayscale: #777777. Windows color (decimal): -7580420 or 16536716. OLE color: 16536716.
HSL color Cylindrical-coordinate representation of color #8C54FC: hue angle of 260º degrees, saturation: 0.97, 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 #8C54FC is Cyan = 0.44, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 140 | 84 | 252 | - |
| CMYK | 0.44 | 0.67 | 0 | 0.01 |
| HSL | 260º | 0.97% | 0.66% | - |
| HSV(B) | 260º | 0.67% | 0.99% | - |
| XYZ | 31.56 | 18.94 | 94.09 | - |
| YUV | 119.9 | 202.55 | 142.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 84 | 252 | 0.44 | 0.67 | 0 | 0.01 | 260 | 0.97 | 0.66 |
| Hex | 8C | 54 | FC | 2C | 43 | 0 | 1 | 104 | 61 | 42 |
| Octal | 214 | 124 | 374 | 54 | 103 | 0 | 1 | 404 | 141 | 102 |
| Binary | 10001100 | 1010100 | 11111100 | 101100 | 1000011 | 0 | 1 | 100000100 | 1100001 | 1000010 |
Color Harmonies of #8C54FC
Complementary color
Monochromatic Colors of #8C54FC
Black with #8C54FC
Text Example
Text Example
White with #8C54FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C54FC; }
p { color: rgb(140,84,252); }
H1.HeaderClassName
{
color: #8C54FC;
}
.AnyTagClassName
{
color: #8C54FC;
}
</style>
background-color css
<style>
a { background-color: #8C54FC; }
a { background-color: rgb(140,84,252); }
div.DivClassName
{
background-color: #8C54FC;
}
.BgClassName
{
background-color: #8C54FC;
}
</style>
border-color css
<style>
span { border-color: #8C54FC; }
span { border-color: rgb(140,84,252); }
td.TdClassName
{
border-color: #8C54FC;
}
.TagClassName
{
border-color: #8C54FC;
}
</style>