Shades of Medium Slate Blue #8358DF
Tints of Medium Slate Blue #8358DF
RGB
CMYK
RGB Variations
Color information
#8358DF (or 0x8358DF) is known color: Medium Slate Blue. HEX triplet: 83, 58 and DF. RGB value is (131,88,223). Sum of RGB (Red+Green+Blue) = 131+88+223=442 (58% of max value = 765). Red value is 131 (51.56% from 255 or 29.64% from 442); Green value is 88 (34.77% from 255 or 19.91% from 442); Blue value is 223 (87.5% from 255 or 50.45% from 442); Max value from RGB is 223 - color contains mainly: blue. Hex color #8358DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8358DF is #7CA720. Grayscale: #737373. Windows color (decimal): -8169249 or 14637187. OLE color: 14637187.
HSL color Cylindrical-coordinate representation of color #8358DF: hue angle of 259.11º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8358DF is Cyan = 0.41, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 131 | 88 | 223 | - |
| CMYK | 0.41 | 0.61 | 0 | 0.13 |
| HSL | 259.11º | 0.68% | 0.61% | - |
| HSV(B) | 259.11º | 0.61% | 0.87% | - |
| XYZ | 26.17 | 17.13 | 71.74 | - |
| YUV | 116.25 | 188.25 | 138.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 88 | 223 | 0.41 | 0.61 | 0 | 0.13 | 259.11 | 0.68 | 0.61 |
| Hex | 83 | 58 | DF | 29 | 3D | 0 | D | 103 | 44 | 3D |
| Octal | 203 | 130 | 337 | 51 | 75 | 0 | 15 | 403 | 104 | 75 |
| Binary | 10000011 | 1011000 | 11011111 | 101001 | 111101 | 0 | 1101 | 100000011 | 1000100 | 111101 |
Color Harmonies of #8358DF
Complementary color
Monochromatic Colors of #8358DF
Black with #8358DF
Text Example
Text Example
White with #8358DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8358DF; }
p { color: rgb(131,88,223); }
H1.HeaderClassName
{
color: #8358DF;
}
.AnyTagClassName
{
color: #8358DF;
}
</style>
background-color css
<style>
a { background-color: #8358DF; }
a { background-color: rgb(131,88,223); }
div.DivClassName
{
background-color: #8358DF;
}
.BgClassName
{
background-color: #8358DF;
}
</style>
border-color css
<style>
span { border-color: #8358DF; }
span { border-color: rgb(131,88,223); }
td.TdClassName
{
border-color: #8358DF;
}
.TagClassName
{
border-color: #8358DF;
}
</style>