Shades of Medium Slate Blue #8375DE
Tints of Medium Slate Blue #8375DE
RGB
CMYK
RGB Variations
Color information
#8375DE (or 0x8375DE) is known color: Medium Slate Blue. HEX triplet: 83, 75 and DE. RGB value is (131,117,222). Sum of RGB (Red+Green+Blue) = 131+117+222=470 (62% of max value = 765). Red value is 131 (51.56% from 255 or 27.87% from 470); Green value is 117 (46.09% from 255 or 24.89% from 470); Blue value is 222 (87.11% from 255 or 47.23% from 470); Max value from RGB is 222 - color contains mainly: blue. Hex color #8375DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8375DE is #7C8A21. Grayscale: #848484. Windows color (decimal): -8161826 or 14579075. OLE color: 14579075.
HSL color Cylindrical-coordinate representation of color #8375DE: hue angle of 248º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8375DE is Cyan = 0.41, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 131 | 117 | 222 | - |
| CMYK | 0.41 | 0.47 | 0 | 0.13 |
| HSL | 248º | 0.61% | 0.66% | - |
| HSV(B) | 248º | 0.47% | 0.87% | - |
| XYZ | 28.91 | 22.82 | 71.99 | - |
| YUV | 133.16 | 178.14 | 126.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 117 | 222 | 0.41 | 0.47 | 0 | 0.13 | 248 | 0.61 | 0.66 |
| Hex | 83 | 75 | DE | 29 | 2F | 0 | D | F8 | 3D | 42 |
| Octal | 203 | 165 | 336 | 51 | 57 | 0 | 15 | 370 | 75 | 102 |
| Binary | 10000011 | 1110101 | 11011110 | 101001 | 101111 | 0 | 1101 | 11111000 | 111101 | 1000010 |
Color Harmonies of #8375DE
Complementary color
Monochromatic Colors of #8375DE
Black with #8375DE
Text Example
Text Example
White with #8375DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8375DE; }
p { color: rgb(131,117,222); }
H1.HeaderClassName
{
color: #8375DE;
}
.AnyTagClassName
{
color: #8375DE;
}
</style>
background-color css
<style>
a { background-color: #8375DE; }
a { background-color: rgb(131,117,222); }
div.DivClassName
{
background-color: #8375DE;
}
.BgClassName
{
background-color: #8375DE;
}
</style>
border-color css
<style>
span { border-color: #8375DE; }
span { border-color: rgb(131,117,222); }
td.TdClassName
{
border-color: #8375DE;
}
.TagClassName
{
border-color: #8375DE;
}
</style>