Shades of Light Slate Blue #8C66FE
Tints of Light Slate Blue #8C66FE
RGB
CMYK
RGB Variations
Color information
#8C66FE (or 0x8C66FE) is known color: Light Slate Blue. HEX triplet: 8C, 66 and FE. RGB value is (140,102,254). Sum of RGB (Red+Green+Blue) = 140+102+254=496 (65% of max value = 765). Red value is 140 (55.08% from 255 or 28.23% from 496); Green value is 102 (40.23% from 255 or 20.56% from 496); Blue value is 254 (99.61% from 255 or 51.21% from 496); Max value from RGB is 254 - color contains mainly: blue. Hex color #8C66FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8C66FE is #739901. Grayscale: #828282. Windows color (decimal): -7575810 or 16672396. OLE color: 16672396.
HSL color Cylindrical-coordinate representation of color #8C66FE: hue angle of 255º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8C66FE is Cyan = 0.45, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 140 | 102 | 254 | - |
| CMYK | 0.45 | 0.60 | 0 | 0.00 |
| HSL | 255º | 0.99% | 0.7% | - |
| HSV(B) | 255º | 0.6% | 1% | - |
| XYZ | 33.46 | 22.23 | 96.29 | - |
| YUV | 130.69 | 197.59 | 134.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 102 | 254 | 0.45 | 0.60 | 0 | 0.00 | 255 | 0.99 | 0.7 |
| Hex | 8C | 66 | FE | 2D | 3C | 0 | 0 | FF | 63 | 46 |
| Octal | 214 | 146 | 376 | 55 | 74 | 0 | 0 | 377 | 143 | 106 |
| Binary | 10001100 | 1100110 | 11111110 | 101101 | 111100 | 0 | 0 | 11111111 | 1100011 | 1000110 |
Color Harmonies of #8C66FE
Complementary color
Monochromatic Colors of #8C66FE
Black with #8C66FE
Text Example
Text Example
White with #8C66FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C66FE; }
p { color: rgb(140,102,254); }
H1.HeaderClassName
{
color: #8C66FE;
}
.AnyTagClassName
{
color: #8C66FE;
}
</style>
background-color css
<style>
a { background-color: #8C66FE; }
a { background-color: rgb(140,102,254); }
div.DivClassName
{
background-color: #8C66FE;
}
.BgClassName
{
background-color: #8C66FE;
}
</style>
border-color css
<style>
span { border-color: #8C66FE; }
span { border-color: rgb(140,102,254); }
td.TdClassName
{
border-color: #8C66FE;
}
.TagClassName
{
border-color: #8C66FE;
}
</style>