Shades of Medium Slate Blue #8372DF
Tints of Medium Slate Blue #8372DF
RGB
CMYK
RGB Variations
Color information
#8372DF (or 0x8372DF) is known color: Medium Slate Blue. HEX triplet: 83, 72 and DF. RGB value is (131,114,223). Sum of RGB (Red+Green+Blue) = 131+114+223=468 (61% of max value = 765). Red value is 131 (51.56% from 255 or 27.99% from 468); Green value is 114 (44.92% from 255 or 24.36% from 468); Blue value is 223 (87.5% from 255 or 47.65% from 468); Max value from RGB is 223 - color contains mainly: blue. Hex color #8372DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8372DF is #7C8D20. Grayscale: #838383. Windows color (decimal): -8162593 or 14643843. OLE color: 14643843.
HSL color Cylindrical-coordinate representation of color #8372DF: hue angle of 249.36º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8372DF is Cyan = 0.41, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 131 | 114 | 223 | - |
| CMYK | 0.41 | 0.49 | 0 | 0.13 |
| HSL | 249.36º | 0.63% | 0.66% | - |
| HSV(B) | 249.36º | 0.49% | 0.87% | - |
| XYZ | 28.7 | 22.19 | 72.58 | - |
| YUV | 131.51 | 179.63 | 127.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 114 | 223 | 0.41 | 0.49 | 0 | 0.13 | 249.36 | 0.63 | 0.66 |
| Hex | 83 | 72 | DF | 29 | 31 | 0 | D | F9 | 3F | 42 |
| Octal | 203 | 162 | 337 | 51 | 61 | 0 | 15 | 371 | 77 | 102 |
| Binary | 10000011 | 1110010 | 11011111 | 101001 | 110001 | 0 | 1101 | 11111001 | 111111 | 1000010 |
Color Harmonies of #8372DF
Complementary color
Monochromatic Colors of #8372DF
Black with #8372DF
Text Example
Text Example
White with #8372DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8372DF; }
p { color: rgb(131,114,223); }
H1.HeaderClassName
{
color: #8372DF;
}
.AnyTagClassName
{
color: #8372DF;
}
</style>
background-color css
<style>
a { background-color: #8372DF; }
a { background-color: rgb(131,114,223); }
div.DivClassName
{
background-color: #8372DF;
}
.BgClassName
{
background-color: #8372DF;
}
</style>
border-color css
<style>
span { border-color: #8372DF; }
span { border-color: rgb(131,114,223); }
td.TdClassName
{
border-color: #8372DF;
}
.TagClassName
{
border-color: #8372DF;
}
</style>