Shades of Medium Slate Blue #8367DE
Tints of Medium Slate Blue #8367DE
RGB
CMYK
RGB Variations
Color information
#8367DE (or 0x8367DE) is known color: Medium Slate Blue. HEX triplet: 83, 67 and DE. RGB value is (131,103,222). Sum of RGB (Red+Green+Blue) = 131+103+222=456 (60% of max value = 765). Red value is 131 (51.56% from 255 or 28.73% from 456); Green value is 103 (40.62% from 255 or 22.59% from 456); Blue value is 222 (87.11% from 255 or 48.68% from 456); Max value from RGB is 222 - color contains mainly: blue. Hex color #8367DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8367DE is #7C9821. Grayscale: #7C7C7C. Windows color (decimal): -8165410 or 14575491. OLE color: 14575491.
HSL color Cylindrical-coordinate representation of color #8367DE: hue angle of 254.12º degrees, saturation: 0.64, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8367DE is Cyan = 0.41, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 131 | 103 | 222 | - |
| CMYK | 0.41 | 0.54 | 0 | 0.13 |
| HSL | 254.12º | 0.64% | 0.64% | - |
| HSV(B) | 254.12º | 0.54% | 0.87% | - |
| XYZ | 27.4 | 19.8 | 71.49 | - |
| YUV | 124.94 | 182.78 | 132.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 103 | 222 | 0.41 | 0.54 | 0 | 0.13 | 254.12 | 0.64 | 0.64 |
| Hex | 83 | 67 | DE | 29 | 36 | 0 | D | FE | 40 | 40 |
| Octal | 203 | 147 | 336 | 51 | 66 | 0 | 15 | 376 | 100 | 100 |
| Binary | 10000011 | 1100111 | 11011110 | 101001 | 110110 | 0 | 1101 | 11111110 | 1000000 | 1000000 |
Color Harmonies of #8367DE
Complementary color
Monochromatic Colors of #8367DE
Black with #8367DE
Text Example
Text Example
White with #8367DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8367DE; }
p { color: rgb(131,103,222); }
H1.HeaderClassName
{
color: #8367DE;
}
.AnyTagClassName
{
color: #8367DE;
}
</style>
background-color css
<style>
a { background-color: #8367DE; }
a { background-color: rgb(131,103,222); }
div.DivClassName
{
background-color: #8367DE;
}
.BgClassName
{
background-color: #8367DE;
}
</style>
border-color css
<style>
span { border-color: #8367DE; }
span { border-color: rgb(131,103,222); }
td.TdClassName
{
border-color: #8367DE;
}
.TagClassName
{
border-color: #8367DE;
}
</style>