Shades of Light Slate Blue #8C66FC
Tints of Light Slate Blue #8C66FC
RGB
CMYK
RGB Variations
Color information
#8C66FC (or 0x8C66FC) is known color: Light Slate Blue. HEX triplet: 8C, 66 and FC. RGB value is (140,102,252). Sum of RGB (Red+Green+Blue) = 140+102+252=494 (65% of max value = 765). Red value is 140 (55.08% from 255 or 28.34% from 494); Green value is 102 (40.23% from 255 or 20.65% from 494); Blue value is 252 (98.83% from 255 or 51.01% from 494); Max value from RGB is 252 - color contains mainly: blue. Hex color #8C66FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8C66FC is #739903. Grayscale: #818181. Windows color (decimal): -7575812 or 16541324. OLE color: 16541324.
HSL color Cylindrical-coordinate representation of color #8C66FC: hue angle of 255.2º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8C66FC is Cyan = 0.44, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 140 | 102 | 252 | - |
| CMYK | 0.44 | 0.60 | 0 | 0.01 |
| HSL | 255.2º | 0.96% | 0.69% | - |
| HSV(B) | 255.2º | 0.6% | 0.99% | - |
| XYZ | 33.14 | 22.11 | 94.62 | - |
| YUV | 130.46 | 196.59 | 134.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 102 | 252 | 0.44 | 0.60 | 0 | 0.01 | 255.2 | 0.96 | 0.69 |
| Hex | 8C | 66 | FC | 2C | 3C | 0 | 1 | FF | 60 | 45 |
| Octal | 214 | 146 | 374 | 54 | 74 | 0 | 1 | 377 | 140 | 105 |
| Binary | 10001100 | 1100110 | 11111100 | 101100 | 111100 | 0 | 1 | 11111111 | 1100000 | 1000101 |
Color Harmonies of #8C66FC
Complementary color
Monochromatic Colors of #8C66FC
Black with #8C66FC
Text Example
Text Example
White with #8C66FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C66FC; }
p { color: rgb(140,102,252); }
H1.HeaderClassName
{
color: #8C66FC;
}
.AnyTagClassName
{
color: #8C66FC;
}
</style>
background-color css
<style>
a { background-color: #8C66FC; }
a { background-color: rgb(140,102,252); }
div.DivClassName
{
background-color: #8C66FC;
}
.BgClassName
{
background-color: #8C66FC;
}
</style>
border-color css
<style>
span { border-color: #8C66FC; }
span { border-color: rgb(140,102,252); }
td.TdClassName
{
border-color: #8C66FC;
}
.TagClassName
{
border-color: #8C66FC;
}
</style>