Shades of Medium Slate Blue #8376DE
Tints of Medium Slate Blue #8376DE
RGB
CMYK
RGB Variations
Color information
#8376DE (or 0x8376DE) is known color: Medium Slate Blue. HEX triplet: 83, 76 and DE. RGB value is (131,118,222). Sum of RGB (Red+Green+Blue) = 131+118+222=471 (62% of max value = 765). Red value is 131 (51.56% from 255 or 27.81% from 471); Green value is 118 (46.48% from 255 or 25.05% from 471); Blue value is 222 (87.11% from 255 or 47.13% from 471); Max value from RGB is 222 - color contains mainly: blue. Hex color #8376DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8376DE is #7C8921. Grayscale: #858585. Windows color (decimal): -8161570 or 14579331. OLE color: 14579331.
HSL color Cylindrical-coordinate representation of color #8376DE: hue angle of 247.5º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8376DE is Cyan = 0.41, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 131 | 118 | 222 | - |
| CMYK | 0.41 | 0.47 | 0 | 0.13 |
| HSL | 247.5º | 0.61% | 0.67% | - |
| HSV(B) | 247.5º | 0.47% | 0.87% | - |
| XYZ | 29.02 | 23.06 | 72.03 | - |
| YUV | 133.74 | 177.81 | 126.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 118 | 222 | 0.41 | 0.47 | 0 | 0.13 | 247.5 | 0.61 | 0.67 |
| Hex | 83 | 76 | DE | 29 | 2F | 0 | D | F8 | 3D | 43 |
| Octal | 203 | 166 | 336 | 51 | 57 | 0 | 15 | 370 | 75 | 103 |
| Binary | 10000011 | 1110110 | 11011110 | 101001 | 101111 | 0 | 1101 | 11111000 | 111101 | 1000011 |
Color Harmonies of #8376DE
Complementary color
Monochromatic Colors of #8376DE
Black with #8376DE
Text Example
Text Example
White with #8376DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8376DE; }
p { color: rgb(131,118,222); }
H1.HeaderClassName
{
color: #8376DE;
}
.AnyTagClassName
{
color: #8376DE;
}
</style>
background-color css
<style>
a { background-color: #8376DE; }
a { background-color: rgb(131,118,222); }
div.DivClassName
{
background-color: #8376DE;
}
.BgClassName
{
background-color: #8376DE;
}
</style>
border-color css
<style>
span { border-color: #8376DE; }
span { border-color: rgb(131,118,222); }
td.TdClassName
{
border-color: #8376DE;
}
.TagClassName
{
border-color: #8376DE;
}
</style>