Shades of Medium Slate Blue #8352EF
Tints of Medium Slate Blue #8352EF
RGB
CMYK
RGB Variations
Color information
#8352EF (or 0x8352EF) is known color: Medium Slate Blue. HEX triplet: 83, 52 and EF. RGB value is (131,82,239). Sum of RGB (Red+Green+Blue) = 131+82+239=452 (59% of max value = 765). Red value is 131 (51.56% from 255 or 28.98% from 452); Green value is 82 (32.42% from 255 or 18.14% from 452); Blue value is 239 (93.75% from 255 or 52.88% from 452); Max value from RGB is 239 - color contains mainly: blue. Hex color #8352EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8352EF is #7CAD10. Grayscale: #717171. Windows color (decimal): -8170769 or 15684227. OLE color: 15684227.
HSL color Cylindrical-coordinate representation of color #8352EF: hue angle of 258.73º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8352EF is Cyan = 0.45, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 131 | 82 | 239 | - |
| CMYK | 0.45 | 0.66 | 0 | 0.06 |
| HSL | 258.73º | 0.83% | 0.63% | - |
| HSV(B) | 258.73º | 0.66% | 0.94% | - |
| XYZ | 27.96 | 17.09 | 83.49 | - |
| YUV | 114.55 | 198.23 | 139.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 82 | 239 | 0.45 | 0.66 | 0 | 0.06 | 258.73 | 0.83 | 0.63 |
| Hex | 83 | 52 | EF | 2D | 42 | 0 | 6 | 103 | 53 | 3F |
| Octal | 203 | 122 | 357 | 55 | 102 | 0 | 6 | 403 | 123 | 77 |
| Binary | 10000011 | 1010010 | 11101111 | 101101 | 1000010 | 0 | 110 | 100000011 | 1010011 | 111111 |
Color Harmonies of #8352EF
Complementary color
Monochromatic Colors of #8352EF
Black with #8352EF
Text Example
Text Example
White with #8352EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8352EF; }
p { color: rgb(131,82,239); }
H1.HeaderClassName
{
color: #8352EF;
}
.AnyTagClassName
{
color: #8352EF;
}
</style>
background-color css
<style>
a { background-color: #8352EF; }
a { background-color: rgb(131,82,239); }
div.DivClassName
{
background-color: #8352EF;
}
.BgClassName
{
background-color: #8352EF;
}
</style>
border-color css
<style>
span { border-color: #8352EF; }
span { border-color: rgb(131,82,239); }
td.TdClassName
{
border-color: #8352EF;
}
.TagClassName
{
border-color: #8352EF;
}
</style>