Shades of Light Slate Blue #8D73FF
Tints of Light Slate Blue #8D73FF
RGB
CMYK
RGB Variations
Color information
#8D73FF (or 0x8D73FF) is known color: Light Slate Blue. HEX triplet: 8D, 73 and FF. RGB value is (141,115,255). Sum of RGB (Red+Green+Blue) = 141+115+255=511 (67% of max value = 765). Red value is 141 (55.47% from 255 or 27.59% from 511); Green value is 115 (45.31% from 255 or 22.50% from 511); Blue value is 255 (100% from 255 or 49.90% from 511); Max value from RGB is 255 - color contains mainly: blue. Hex color #8D73FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8D73FF is #728C00. Grayscale: #8A8A8A. Windows color (decimal): -7506945 or 16741261. OLE color: 16741261.
HSL color Cylindrical-coordinate representation of color #8D73FF: hue angle of 251.14º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8D73FF is Cyan = 0.45, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 141 | 115 | 255 | - |
| CMYK | 0.45 | 0.55 | 0 | 0 |
| HSL | 251.14º | 1% | 0.73% | - |
| HSV(B) | 251.14º | 0.55% | 1% | - |
| XYZ | 35.17 | 25.14 | 97.61 | - |
| YUV | 138.73 | 193.61 | 129.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 115 | 255 | 0.45 | 0.55 | 0 | 0 | 251.14 | 1 | 0.73 |
| Hex | 8D | 73 | FF | 2D | 37 | 0 | 0 | FB | 64 | 49 |
| Octal | 215 | 163 | 377 | 55 | 67 | 0 | 0 | 373 | 144 | 111 |
| Binary | 10001101 | 1110011 | 11111111 | 101101 | 110111 | 0 | 0 | 11111011 | 1100100 | 1001001 |
Color Harmonies of #8D73FF
Complementary color
Monochromatic Colors of #8D73FF
Black with #8D73FF
Text Example
Text Example
White with #8D73FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D73FF; }
p { color: rgb(141,115,255); }
H1.HeaderClassName
{
color: #8D73FF;
}
.AnyTagClassName
{
color: #8D73FF;
}
</style>
background-color css
<style>
a { background-color: #8D73FF; }
a { background-color: rgb(141,115,255); }
div.DivClassName
{
background-color: #8D73FF;
}
.BgClassName
{
background-color: #8D73FF;
}
</style>
border-color css
<style>
span { border-color: #8D73FF; }
span { border-color: rgb(141,115,255); }
td.TdClassName
{
border-color: #8D73FF;
}
.TagClassName
{
border-color: #8D73FF;
}
</style>