Shades of Medium Slate Blue #8D65F2
Tints of Medium Slate Blue #8D65F2
RGB
CMYK
RGB Variations
Color information
#8D65F2 (or 0x8D65F2) is known color: Medium Slate Blue. HEX triplet: 8D, 65 and F2. RGB value is (141,101,242). Sum of RGB (Red+Green+Blue) = 141+101+242=484 (64% of max value = 765). Red value is 141 (55.47% from 255 or 29.13% from 484); Green value is 101 (39.84% from 255 or 20.87% from 484); Blue value is 242 (94.92% from 255 or 50% from 484); Max value from RGB is 242 - color contains mainly: blue. Hex color #8D65F2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8D65F2 is #729A0D. Grayscale: #808080. Windows color (decimal): -7510542 or 15885709. OLE color: 15885709.
HSL color Cylindrical-coordinate representation of color #8D65F2: hue angle of 257.02º degrees, saturation: 0.84, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8D65F2 is Cyan = 0.42, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 141 | 101 | 242 | - |
| CMYK | 0.42 | 0.58 | 0 | 0.05 |
| HSL | 257.02º | 0.84% | 0.67% | - |
| HSV(B) | 257.02º | 0.58% | 0.95% | - |
| XYZ | 31.67 | 21.38 | 86.46 | - |
| YUV | 129.03 | 191.75 | 136.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 101 | 242 | 0.42 | 0.58 | 0 | 0.05 | 257.02 | 0.84 | 0.67 |
| Hex | 8D | 65 | F2 | 2A | 3A | 0 | 5 | 101 | 54 | 43 |
| Octal | 215 | 145 | 362 | 52 | 72 | 0 | 5 | 401 | 124 | 103 |
| Binary | 10001101 | 1100101 | 11110010 | 101010 | 111010 | 0 | 101 | 100000001 | 1010100 | 1000011 |
Color Harmonies of #8D65F2
Complementary color
Monochromatic Colors of #8D65F2
Black with #8D65F2
Text Example
Text Example
White with #8D65F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D65F2; }
p { color: rgb(141,101,242); }
H1.HeaderClassName
{
color: #8D65F2;
}
.AnyTagClassName
{
color: #8D65F2;
}
</style>
background-color css
<style>
a { background-color: #8D65F2; }
a { background-color: rgb(141,101,242); }
div.DivClassName
{
background-color: #8D65F2;
}
.BgClassName
{
background-color: #8D65F2;
}
</style>
border-color css
<style>
span { border-color: #8D65F2; }
span { border-color: rgb(141,101,242); }
td.TdClassName
{
border-color: #8D65F2;
}
.TagClassName
{
border-color: #8D65F2;
}
</style>