Shades of Light Slate Blue #8D76F1
Tints of Light Slate Blue #8D76F1
RGB
CMYK
RGB Variations
Color information
#8D76F1 (or 0x8D76F1) is known color: Light Slate Blue. HEX triplet: 8D, 76 and F1. RGB value is (141,118,241). Sum of RGB (Red+Green+Blue) = 141+118+241=500 (66% of max value = 765). Red value is 141 (55.47% from 255 or 28.2% from 500); Green value is 118 (46.48% from 255 or 23.6% from 500); Blue value is 241 (94.53% from 255 or 48.2% from 500); Max value from RGB is 241 - color contains mainly: blue. Hex color #8D76F1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8D76F1 is #72890E. Grayscale: #8A8A8A. Windows color (decimal): -7506191 or 15824525. OLE color: 15824525.
HSL color Cylindrical-coordinate representation of color #8D76F1: hue angle of 251.22º degrees, saturation: 0.81, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8D76F1 is Cyan = 0.41, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 141 | 118 | 241 | - |
| CMYK | 0.41 | 0.51 | 0 | 0.05 |
| HSL | 251.22º | 0.81% | 0.7% | - |
| HSV(B) | 251.22º | 0.51% | 0.95% | - |
| XYZ | 33.34 | 24.97 | 86.28 | - |
| YUV | 138.9 | 185.62 | 129.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 118 | 241 | 0.41 | 0.51 | 0 | 0.05 | 251.22 | 0.81 | 0.7 |
| Hex | 8D | 76 | F1 | 29 | 33 | 0 | 5 | FB | 51 | 46 |
| Octal | 215 | 166 | 361 | 51 | 63 | 0 | 5 | 373 | 121 | 106 |
| Binary | 10001101 | 1110110 | 11110001 | 101001 | 110011 | 0 | 101 | 11111011 | 1010001 | 1000110 |
Color Harmonies of #8D76F1
Complementary color
Monochromatic Colors of #8D76F1
Black with #8D76F1
Text Example
Text Example
White with #8D76F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D76F1; }
p { color: rgb(141,118,241); }
H1.HeaderClassName
{
color: #8D76F1;
}
.AnyTagClassName
{
color: #8D76F1;
}
</style>
background-color css
<style>
a { background-color: #8D76F1; }
a { background-color: rgb(141,118,241); }
div.DivClassName
{
background-color: #8D76F1;
}
.BgClassName
{
background-color: #8D76F1;
}
</style>
border-color css
<style>
span { border-color: #8D76F1; }
span { border-color: rgb(141,118,241); }
td.TdClassName
{
border-color: #8D76F1;
}
.TagClassName
{
border-color: #8D76F1;
}
</style>