Shades of Light Slate Blue #8C7DFF
Tints of Light Slate Blue #8C7DFF
RGB
CMYK
RGB Variations
Color information
#8C7DFF (or 0x8C7DFF) is known color: Light Slate Blue. HEX triplet: 8C, 7D and FF. RGB value is (140,125,255). Sum of RGB (Red+Green+Blue) = 140+125+255=520 (68% of max value = 765). Red value is 140 (55.08% from 255 or 26.92% from 520); Green value is 125 (49.22% from 255 or 24.04% from 520); Blue value is 255 (100% from 255 or 49.04% from 520); Max value from RGB is 255 - color contains mainly: blue. Hex color #8C7DFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8C7DFF is #738200. Grayscale: #8F8F8F. Windows color (decimal): -7569921 or 16743820. OLE color: 16743820.
HSL color Cylindrical-coordinate representation of color #8C7DFF: hue angle of 246.92º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8C7DFF is Cyan = 0.45, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 140 | 125 | 255 | - |
| CMYK | 0.45 | 0.51 | 0 | 0 |
| HSL | 246.92º | 1% | 0.75% | - |
| HSV(B) | 246.92º | 0.51% | 1% | - |
| XYZ | 36.2 | 27.46 | 98 | - |
| YUV | 144.31 | 190.47 | 124.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 125 | 255 | 0.45 | 0.51 | 0 | 0 | 246.92 | 1 | 0.75 |
| Hex | 8C | 7D | FF | 2D | 33 | 0 | 0 | F7 | 64 | 4B |
| Octal | 214 | 175 | 377 | 55 | 63 | 0 | 0 | 367 | 144 | 113 |
| Binary | 10001100 | 1111101 | 11111111 | 101101 | 110011 | 0 | 0 | 11110111 | 1100100 | 1001011 |
Color Harmonies of #8C7DFF
Complementary color
Monochromatic Colors of #8C7DFF
Black with #8C7DFF
Text Example
Text Example
White with #8C7DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C7DFF; }
p { color: rgb(140,125,255); }
H1.HeaderClassName
{
color: #8C7DFF;
}
.AnyTagClassName
{
color: #8C7DFF;
}
</style>
background-color css
<style>
a { background-color: #8C7DFF; }
a { background-color: rgb(140,125,255); }
div.DivClassName
{
background-color: #8C7DFF;
}
.BgClassName
{
background-color: #8C7DFF;
}
</style>
border-color css
<style>
span { border-color: #8C7DFF; }
span { border-color: rgb(140,125,255); }
td.TdClassName
{
border-color: #8C7DFF;
}
.TagClassName
{
border-color: #8C7DFF;
}
</style>