Shades of Light Slate Blue #8C54FE
Tints of Light Slate Blue #8C54FE
RGB
CMYK
RGB Variations
Color information
#8C54FE (or 0x8C54FE) is known color: Light Slate Blue. HEX triplet: 8C, 54 and FE. RGB value is (140,84,254). Sum of RGB (Red+Green+Blue) = 140+84+254=478 (63% of max value = 765). Red value is 140 (55.08% from 255 or 29.29% from 478); Green value is 84 (33.20% from 255 or 17.57% from 478); Blue value is 254 (99.61% from 255 or 53.14% from 478); Max value from RGB is 254 - color contains mainly: blue. Hex color #8C54FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8C54FE is #73AB01. Grayscale: #777777. Windows color (decimal): -7580418 or 16667788. OLE color: 16667788.
HSL color Cylindrical-coordinate representation of color #8C54FE: hue angle of 259.76º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8C54FE is Cyan = 0.45, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 140 | 84 | 254 | - |
| CMYK | 0.45 | 0.67 | 0 | 0.00 |
| HSL | 259.76º | 0.99% | 0.66% | - |
| HSV(B) | 259.76º | 0.67% | 1% | - |
| XYZ | 31.87 | 19.07 | 95.77 | - |
| YUV | 120.12 | 203.55 | 142.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 84 | 254 | 0.45 | 0.67 | 0 | 0.00 | 259.76 | 0.99 | 0.66 |
| Hex | 8C | 54 | FE | 2D | 43 | 0 | 0 | 104 | 63 | 42 |
| Octal | 214 | 124 | 376 | 55 | 103 | 0 | 0 | 404 | 143 | 102 |
| Binary | 10001100 | 1010100 | 11111110 | 101101 | 1000011 | 0 | 0 | 100000100 | 1100011 | 1000010 |
Color Harmonies of #8C54FE
Complementary color
Monochromatic Colors of #8C54FE
Black with #8C54FE
Text Example
Text Example
White with #8C54FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C54FE; }
p { color: rgb(140,84,254); }
H1.HeaderClassName
{
color: #8C54FE;
}
.AnyTagClassName
{
color: #8C54FE;
}
</style>
background-color css
<style>
a { background-color: #8C54FE; }
a { background-color: rgb(140,84,254); }
div.DivClassName
{
background-color: #8C54FE;
}
.BgClassName
{
background-color: #8C54FE;
}
</style>
border-color css
<style>
span { border-color: #8C54FE; }
span { border-color: rgb(140,84,254); }
td.TdClassName
{
border-color: #8C54FE;
}
.TagClassName
{
border-color: #8C54FE;
}
</style>