Shades of Light Slate Blue #8C7CFF
Tints of Light Slate Blue #8C7CFF
RGB
CMYK
RGB Variations
Color information
#8C7CFF (or 0x8C7CFF) is known color: Light Slate Blue. HEX triplet: 8C, 7C and FF. RGB value is (140,124,255). Sum of RGB (Red+Green+Blue) = 140+124+255=519 (68% of max value = 765). Red value is 140 (55.08% from 255 or 26.97% from 519); Green value is 124 (48.83% from 255 or 23.89% from 519); Blue value is 255 (100% from 255 or 49.13% from 519); Max value from RGB is 255 - color contains mainly: blue. Hex color #8C7CFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8C7CFF is #738300. Grayscale: #8F8F8F. Windows color (decimal): -7570177 or 16743564. OLE color: 16743564.
HSL color Cylindrical-coordinate representation of color #8C7CFF: hue angle of 247.33º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8C7CFF is Cyan = 0.45, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 140 | 124 | 255 | - |
| CMYK | 0.45 | 0.51 | 0 | 0 |
| HSL | 247.33º | 1% | 0.74% | - |
| HSV(B) | 247.33º | 0.51% | 1% | - |
| XYZ | 36.07 | 27.21 | 97.96 | - |
| YUV | 143.72 | 190.8 | 125.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 124 | 255 | 0.45 | 0.51 | 0 | 0 | 247.33 | 1 | 0.74 |
| Hex | 8C | 7C | FF | 2D | 33 | 0 | 0 | F7 | 64 | 4A |
| Octal | 214 | 174 | 377 | 55 | 63 | 0 | 0 | 367 | 144 | 112 |
| Binary | 10001100 | 1111100 | 11111111 | 101101 | 110011 | 0 | 0 | 11110111 | 1100100 | 1001010 |
Color Harmonies of #8C7CFF
Complementary color
Monochromatic Colors of #8C7CFF
Black with #8C7CFF
Text Example
Text Example
White with #8C7CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C7CFF; }
p { color: rgb(140,124,255); }
H1.HeaderClassName
{
color: #8C7CFF;
}
.AnyTagClassName
{
color: #8C7CFF;
}
</style>
background-color css
<style>
a { background-color: #8C7CFF; }
a { background-color: rgb(140,124,255); }
div.DivClassName
{
background-color: #8C7CFF;
}
.BgClassName
{
background-color: #8C7CFF;
}
</style>
border-color css
<style>
span { border-color: #8C7CFF; }
span { border-color: rgb(140,124,255); }
td.TdClassName
{
border-color: #8C7CFF;
}
.TagClassName
{
border-color: #8C7CFF;
}
</style>