Shades of Light Slate Blue #8D76F3
Tints of Light Slate Blue #8D76F3
RGB
CMYK
RGB Variations
Color information
#8D76F3 (or 0x8D76F3) is known color: Light Slate Blue. HEX triplet: 8D, 76 and F3. RGB value is (141,118,243). Sum of RGB (Red+Green+Blue) = 141+118+243=502 (66% of max value = 765). Red value is 141 (55.47% from 255 or 28.09% from 502); Green value is 118 (46.48% from 255 or 23.51% from 502); Blue value is 243 (95.31% from 255 or 48.41% from 502); Max value from RGB is 243 - color contains mainly: blue. Hex color #8D76F3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8D76F3 is #72890C. Grayscale: #8A8A8A. Windows color (decimal): -7506189 or 15955597. OLE color: 15955597.
HSL color Cylindrical-coordinate representation of color #8D76F3: hue angle of 251.04º degrees, saturation: 0.84, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8D76F3 is Cyan = 0.42, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 141 | 118 | 243 | - |
| CMYK | 0.42 | 0.51 | 0 | 0.05 |
| HSL | 251.04º | 0.84% | 0.71% | - |
| HSV(B) | 251.04º | 0.51% | 0.95% | - |
| XYZ | 33.64 | 25.09 | 87.86 | - |
| YUV | 139.13 | 186.62 | 129.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 118 | 243 | 0.42 | 0.51 | 0 | 0.05 | 251.04 | 0.84 | 0.71 |
| Hex | 8D | 76 | F3 | 2A | 33 | 0 | 5 | FB | 54 | 47 |
| Octal | 215 | 166 | 363 | 52 | 63 | 0 | 5 | 373 | 124 | 107 |
| Binary | 10001101 | 1110110 | 11110011 | 101010 | 110011 | 0 | 101 | 11111011 | 1010100 | 1000111 |
Color Harmonies of #8D76F3
Complementary color
Monochromatic Colors of #8D76F3
Black with #8D76F3
Text Example
Text Example
White with #8D76F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D76F3; }
p { color: rgb(141,118,243); }
H1.HeaderClassName
{
color: #8D76F3;
}
.AnyTagClassName
{
color: #8D76F3;
}
</style>
background-color css
<style>
a { background-color: #8D76F3; }
a { background-color: rgb(141,118,243); }
div.DivClassName
{
background-color: #8D76F3;
}
.BgClassName
{
background-color: #8D76F3;
}
</style>
border-color css
<style>
span { border-color: #8D76F3; }
span { border-color: rgb(141,118,243); }
td.TdClassName
{
border-color: #8D76F3;
}
.TagClassName
{
border-color: #8D76F3;
}
</style>