Shades of Medium Slate Blue #8372DD
Tints of Medium Slate Blue #8372DD
RGB
CMYK
RGB Variations
Color information
#8372DD (or 0x8372DD) is known color: Medium Slate Blue. HEX triplet: 83, 72 and DD. RGB value is (131,114,221). Sum of RGB (Red+Green+Blue) = 131+114+221=466 (61% of max value = 765). Red value is 131 (51.56% from 255 or 28.11% from 466); Green value is 114 (44.92% from 255 or 24.46% from 466); Blue value is 221 (86.72% from 255 or 47.42% from 466); Max value from RGB is 221 - color contains mainly: blue. Hex color #8372DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8372DD is #7C8D22. Grayscale: #828282. Windows color (decimal): -8162595 or 14512771. OLE color: 14512771.
HSL color Cylindrical-coordinate representation of color #8372DD: hue angle of 249.53º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8372DD is Cyan = 0.41, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 131 | 114 | 221 | - |
| CMYK | 0.41 | 0.48 | 0 | 0.13 |
| HSL | 249.53º | 0.61% | 0.66% | - |
| HSV(B) | 249.53º | 0.48% | 0.87% | - |
| XYZ | 28.43 | 22.08 | 71.17 | - |
| YUV | 131.28 | 178.63 | 127.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 114 | 221 | 0.41 | 0.48 | 0 | 0.13 | 249.53 | 0.61 | 0.66 |
| Hex | 83 | 72 | DD | 29 | 30 | 0 | D | FA | 3D | 42 |
| Octal | 203 | 162 | 335 | 51 | 60 | 0 | 15 | 372 | 75 | 102 |
| Binary | 10000011 | 1110010 | 11011101 | 101001 | 110000 | 0 | 1101 | 11111010 | 111101 | 1000010 |
Color Harmonies of #8372DD
Complementary color
Monochromatic Colors of #8372DD
Black with #8372DD
Text Example
Text Example
White with #8372DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8372DD; }
p { color: rgb(131,114,221); }
H1.HeaderClassName
{
color: #8372DD;
}
.AnyTagClassName
{
color: #8372DD;
}
</style>
background-color css
<style>
a { background-color: #8372DD; }
a { background-color: rgb(131,114,221); }
div.DivClassName
{
background-color: #8372DD;
}
.BgClassName
{
background-color: #8372DD;
}
</style>
border-color css
<style>
span { border-color: #8372DD; }
span { border-color: rgb(131,114,221); }
td.TdClassName
{
border-color: #8372DD;
}
.TagClassName
{
border-color: #8372DD;
}
</style>