Shades of Light Slate Blue #8D7FFC
Tints of Light Slate Blue #8D7FFC
RGB
CMYK
RGB Variations
Color information
#8D7FFC (or 0x8D7FFC) is known color: Light Slate Blue. HEX triplet: 8D, 7F and FC. RGB value is (141,127,252). Sum of RGB (Red+Green+Blue) = 141+127+252=520 (68% of max value = 765). Red value is 141 (55.47% from 255 or 27.12% from 520); Green value is 127 (50% from 255 or 24.42% from 520); Blue value is 252 (98.83% from 255 or 48.46% from 520); Max value from RGB is 252 - color contains mainly: blue. Hex color #8D7FFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8D7FFC is #728003. Grayscale: #909090. Windows color (decimal): -7503876 or 16547725. OLE color: 16547725.
HSL color Cylindrical-coordinate representation of color #8D7FFC: hue angle of 246.72º 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 #8D7FFC is Cyan = 0.44, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 141 | 127 | 252 | - |
| CMYK | 0.44 | 0.50 | 0 | 0.01 |
| HSL | 246.72º | 0.95% | 0.74% | - |
| HSV(B) | 246.72º | 0.5% | 0.99% | - |
| XYZ | 36.14 | 27.87 | 95.57 | - |
| YUV | 145.44 | 188.14 | 124.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 127 | 252 | 0.44 | 0.50 | 0 | 0.01 | 246.72 | 0.95 | 0.74 |
| Hex | 8D | 7F | FC | 2C | 32 | 0 | 1 | F7 | 5F | 4A |
| Octal | 215 | 177 | 374 | 54 | 62 | 0 | 1 | 367 | 137 | 112 |
| Binary | 10001101 | 1111111 | 11111100 | 101100 | 110010 | 0 | 1 | 11110111 | 1011111 | 1001010 |
Color Harmonies of #8D7FFC
Complementary color
Monochromatic Colors of #8D7FFC
Black with #8D7FFC
Text Example
Text Example
White with #8D7FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D7FFC; }
p { color: rgb(141,127,252); }
H1.HeaderClassName
{
color: #8D7FFC;
}
.AnyTagClassName
{
color: #8D7FFC;
}
</style>
background-color css
<style>
a { background-color: #8D7FFC; }
a { background-color: rgb(141,127,252); }
div.DivClassName
{
background-color: #8D7FFC;
}
.BgClassName
{
background-color: #8D7FFC;
}
</style>
border-color css
<style>
span { border-color: #8D7FFC; }
span { border-color: rgb(141,127,252); }
td.TdClassName
{
border-color: #8D7FFC;
}
.TagClassName
{
border-color: #8D7FFC;
}
</style>