Shades of Light Slate Blue #8C7FFC
Tints of Light Slate Blue #8C7FFC
RGB
CMYK
RGB Variations
Color information
#8C7FFC (or 0x8C7FFC) is known color: Light Slate Blue. HEX triplet: 8C, 7F and FC. RGB value is (140,127,252). Sum of RGB (Red+Green+Blue) = 140+127+252=519 (68% of max value = 765). Red value is 140 (55.08% from 255 or 26.97% from 519); Green value is 127 (50% from 255 or 24.47% from 519); Blue value is 252 (98.83% from 255 or 48.55% from 519); Max value from RGB is 252 - color contains mainly: blue. Hex color #8C7FFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8C7FFC is #738003. Grayscale: #909090. Windows color (decimal): -7569412 or 16547724. OLE color: 16547724.
HSL color Cylindrical-coordinate representation of color #8C7FFC: hue angle of 246.24º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8C7FFC is Cyan = 0.44, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 140 | 127 | 252 | - |
| CMYK | 0.44 | 0.50 | 0 | 0.01 |
| HSL | 246.24º | 0.95% | 0.74% | - |
| HSV(B) | 246.24º | 0.5% | 0.99% | - |
| XYZ | 35.98 | 27.78 | 95.56 | - |
| YUV | 145.14 | 188.31 | 124.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 127 | 252 | 0.44 | 0.50 | 0 | 0.01 | 246.24 | 0.95 | 0.74 |
| Hex | 8C | 7F | FC | 2C | 32 | 0 | 1 | F6 | 5F | 4A |
| Octal | 214 | 177 | 374 | 54 | 62 | 0 | 1 | 366 | 137 | 112 |
| Binary | 10001100 | 1111111 | 11111100 | 101100 | 110010 | 0 | 1 | 11110110 | 1011111 | 1001010 |
Color Harmonies of #8C7FFC
Complementary color
Monochromatic Colors of #8C7FFC
Black with #8C7FFC
Text Example
Text Example
White with #8C7FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C7FFC; }
p { color: rgb(140,127,252); }
H1.HeaderClassName
{
color: #8C7FFC;
}
.AnyTagClassName
{
color: #8C7FFC;
}
</style>
background-color css
<style>
a { background-color: #8C7FFC; }
a { background-color: rgb(140,127,252); }
div.DivClassName
{
background-color: #8C7FFC;
}
.BgClassName
{
background-color: #8C7FFC;
}
</style>
border-color css
<style>
span { border-color: #8C7FFC; }
span { border-color: rgb(140,127,252); }
td.TdClassName
{
border-color: #8C7FFC;
}
.TagClassName
{
border-color: #8C7FFC;
}
</style>