Shades of Light Slate Blue #8D76FA
Tints of Light Slate Blue #8D76FA
RGB
CMYK
RGB Variations
Color information
#8D76FA (or 0x8D76FA) is known color: Light Slate Blue. HEX triplet: 8D, 76 and FA. RGB value is (141,118,250). Sum of RGB (Red+Green+Blue) = 141+118+250=509 (67% of max value = 765). Red value is 141 (55.47% from 255 or 27.70% from 509); Green value is 118 (46.48% from 255 or 23.18% from 509); Blue value is 250 (98.05% from 255 or 49.12% from 509); Max value from RGB is 250 - color contains mainly: blue. Hex color #8D76FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8D76FA is #728905. Grayscale: #8B8B8B. Windows color (decimal): -7506182 or 16414349. OLE color: 16414349.
HSL color Cylindrical-coordinate representation of color #8D76FA: hue angle of 250.45º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8D76FA is Cyan = 0.44, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 141 | 118 | 250 | - |
| CMYK | 0.44 | 0.53 | 0 | 0.02 |
| HSL | 250.45º | 0.93% | 0.72% | - |
| HSV(B) | 250.45º | 0.53% | 0.98% | - |
| XYZ | 34.72 | 25.52 | 93.54 | - |
| YUV | 139.93 | 190.12 | 128.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 118 | 250 | 0.44 | 0.53 | 0 | 0.02 | 250.45 | 0.93 | 0.72 |
| Hex | 8D | 76 | FA | 2C | 35 | 0 | 2 | FA | 5D | 48 |
| Octal | 215 | 166 | 372 | 54 | 65 | 0 | 2 | 372 | 135 | 110 |
| Binary | 10001101 | 1110110 | 11111010 | 101100 | 110101 | 0 | 10 | 11111010 | 1011101 | 1001000 |
Color Harmonies of #8D76FA
Complementary color
Monochromatic Colors of #8D76FA
Black with #8D76FA
Text Example
Text Example
White with #8D76FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D76FA; }
p { color: rgb(141,118,250); }
H1.HeaderClassName
{
color: #8D76FA;
}
.AnyTagClassName
{
color: #8D76FA;
}
</style>
background-color css
<style>
a { background-color: #8D76FA; }
a { background-color: rgb(141,118,250); }
div.DivClassName
{
background-color: #8D76FA;
}
.BgClassName
{
background-color: #8D76FA;
}
</style>
border-color css
<style>
span { border-color: #8D76FA; }
span { border-color: rgb(141,118,250); }
td.TdClassName
{
border-color: #8D76FA;
}
.TagClassName
{
border-color: #8D76FA;
}
</style>