Shades of Light Slate Blue #8D73FE
Tints of Light Slate Blue #8D73FE
RGB
CMYK
RGB Variations
Color information
#8D73FE (or 0x8D73FE) is known color: Light Slate Blue. HEX triplet: 8D, 73 and FE. RGB value is (141,115,254). Sum of RGB (Red+Green+Blue) = 141+115+254=510 (67% of max value = 765). Red value is 141 (55.47% from 255 or 27.65% from 510); Green value is 115 (45.31% from 255 or 22.55% from 510); Blue value is 254 (99.61% from 255 or 49.80% from 510); Max value from RGB is 254 - color contains mainly: blue. Hex color #8D73FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8D73FE is #728C01. Grayscale: #8A8A8A. Windows color (decimal): -7506946 or 16675725. OLE color: 16675725.
HSL color Cylindrical-coordinate representation of color #8D73FE: hue angle of 251.22º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8D73FE is Cyan = 0.44, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 141 | 115 | 254 | - |
| CMYK | 0.44 | 0.55 | 0 | 0.00 |
| HSL | 251.22º | 0.99% | 0.72% | - |
| HSV(B) | 251.22º | 0.55% | 1% | - |
| XYZ | 35 | 25.08 | 96.76 | - |
| YUV | 138.62 | 193.11 | 129.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 115 | 254 | 0.44 | 0.55 | 0 | 0.00 | 251.22 | 0.99 | 0.72 |
| Hex | 8D | 73 | FE | 2C | 37 | 0 | 0 | FB | 63 | 48 |
| Octal | 215 | 163 | 376 | 54 | 67 | 0 | 0 | 373 | 143 | 110 |
| Binary | 10001101 | 1110011 | 11111110 | 101100 | 110111 | 0 | 0 | 11111011 | 1100011 | 1001000 |
Color Harmonies of #8D73FE
Complementary color
Monochromatic Colors of #8D73FE
Black with #8D73FE
Text Example
Text Example
White with #8D73FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D73FE; }
p { color: rgb(141,115,254); }
H1.HeaderClassName
{
color: #8D73FE;
}
.AnyTagClassName
{
color: #8D73FE;
}
</style>
background-color css
<style>
a { background-color: #8D73FE; }
a { background-color: rgb(141,115,254); }
div.DivClassName
{
background-color: #8D73FE;
}
.BgClassName
{
background-color: #8D73FE;
}
</style>
border-color css
<style>
span { border-color: #8D73FE; }
span { border-color: rgb(141,115,254); }
td.TdClassName
{
border-color: #8D73FE;
}
.TagClassName
{
border-color: #8D73FE;
}
</style>