Shades of Light Slate Blue #8D7FFF
Tints of Light Slate Blue #8D7FFF
RGB
CMYK
RGB Variations
Color information
#8D7FFF (or 0x8D7FFF) is known color: Light Slate Blue. HEX triplet: 8D, 7F and FF. RGB value is (141,127,255). Sum of RGB (Red+Green+Blue) = 141+127+255=523 (69% of max value = 765). Red value is 141 (55.47% from 255 or 26.96% from 523); Green value is 127 (50% from 255 or 24.28% from 523); Blue value is 255 (100% from 255 or 48.76% from 523); Max value from RGB is 255 - color contains mainly: blue. Hex color #8D7FFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8D7FFF is #728000. Grayscale: #919191. Windows color (decimal): -7503873 or 16744333. OLE color: 16744333.
HSL color Cylindrical-coordinate representation of color #8D7FFF: hue angle of 246.56º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8D7FFF is Cyan = 0.45, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 141 | 127 | 255 | - |
| CMYK | 0.45 | 0.50 | 0 | 0 |
| HSL | 246.56º | 1% | 0.75% | - |
| HSV(B) | 246.56º | 0.5% | 1% | - |
| XYZ | 36.62 | 28.06 | 98.09 | - |
| YUV | 145.78 | 189.64 | 124.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 127 | 255 | 0.45 | 0.50 | 0 | 0 | 246.56 | 1 | 0.75 |
| Hex | 8D | 7F | FF | 2D | 32 | 0 | 0 | F7 | 64 | 4B |
| Octal | 215 | 177 | 377 | 55 | 62 | 0 | 0 | 367 | 144 | 113 |
| Binary | 10001101 | 1111111 | 11111111 | 101101 | 110010 | 0 | 0 | 11110111 | 1100100 | 1001011 |
Color Harmonies of #8D7FFF
Complementary color
Monochromatic Colors of #8D7FFF
Black with #8D7FFF
Text Example
Text Example
White with #8D7FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D7FFF; }
p { color: rgb(141,127,255); }
H1.HeaderClassName
{
color: #8D7FFF;
}
.AnyTagClassName
{
color: #8D7FFF;
}
</style>
background-color css
<style>
a { background-color: #8D7FFF; }
a { background-color: rgb(141,127,255); }
div.DivClassName
{
background-color: #8D7FFF;
}
.BgClassName
{
background-color: #8D7FFF;
}
</style>
border-color css
<style>
span { border-color: #8D7FFF; }
span { border-color: rgb(141,127,255); }
td.TdClassName
{
border-color: #8D7FFF;
}
.TagClassName
{
border-color: #8D7FFF;
}
</style>