Shades of Light Slate Blue #8C7FF8
Tints of Light Slate Blue #8C7FF8
RGB
CMYK
RGB Variations
Color information
#8C7FF8 (or 0x8C7FF8) is known color: Light Slate Blue. HEX triplet: 8C, 7F and F8. RGB value is (140,127,248). Sum of RGB (Red+Green+Blue) = 140+127+248=515 (68% of max value = 765). Red value is 140 (55.08% from 255 or 27.18% from 515); Green value is 127 (50% from 255 or 24.66% from 515); Blue value is 248 (97.27% from 255 or 48.16% from 515); Max value from RGB is 248 - color contains mainly: blue. Hex color #8C7FF8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8C7FF8 is #738007. Grayscale: #909090. Windows color (decimal): -7569416 or 16285580. OLE color: 16285580.
HSL color Cylindrical-coordinate representation of color #8C7FF8: hue angle of 246.45º degrees, saturation: 0.9, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8C7FF8 is Cyan = 0.44, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 140 | 127 | 248 | - |
| CMYK | 0.44 | 0.49 | 0 | 0.03 |
| HSL | 246.45º | 0.9% | 0.74% | - |
| HSV(B) | 246.45º | 0.49% | 0.97% | - |
| XYZ | 35.35 | 27.53 | 92.26 | - |
| YUV | 144.68 | 186.31 | 124.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 127 | 248 | 0.44 | 0.49 | 0 | 0.03 | 246.45 | 0.9 | 0.74 |
| Hex | 8C | 7F | F8 | 2C | 31 | 0 | 3 | F6 | 5A | 4A |
| Octal | 214 | 177 | 370 | 54 | 61 | 0 | 3 | 366 | 132 | 112 |
| Binary | 10001100 | 1111111 | 11111000 | 101100 | 110001 | 0 | 11 | 11110110 | 1011010 | 1001010 |
Color Harmonies of #8C7FF8
Complementary color
Monochromatic Colors of #8C7FF8
Black with #8C7FF8
Text Example
Text Example
White with #8C7FF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C7FF8; }
p { color: rgb(140,127,248); }
H1.HeaderClassName
{
color: #8C7FF8;
}
.AnyTagClassName
{
color: #8C7FF8;
}
</style>
background-color css
<style>
a { background-color: #8C7FF8; }
a { background-color: rgb(140,127,248); }
div.DivClassName
{
background-color: #8C7FF8;
}
.BgClassName
{
background-color: #8C7FF8;
}
</style>
border-color css
<style>
span { border-color: #8C7FF8; }
span { border-color: rgb(140,127,248); }
td.TdClassName
{
border-color: #8C7FF8;
}
.TagClassName
{
border-color: #8C7FF8;
}
</style>