Shades of Medium Slate Blue #8374DD
Tints of Medium Slate Blue #8374DD
RGB
CMYK
RGB Variations
Color information
#8374DD (or 0x8374DD) is known color: Medium Slate Blue. HEX triplet: 83, 74 and DD. RGB value is (131,116,221). Sum of RGB (Red+Green+Blue) = 131+116+221=468 (61% of max value = 765). Red value is 131 (51.56% from 255 or 27.99% from 468); Green value is 116 (45.70% from 255 or 24.79% from 468); Blue value is 221 (86.72% from 255 or 47.22% from 468); Max value from RGB is 221 - color contains mainly: blue. Hex color #8374DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8374DD is #7C8B22. Grayscale: #848484. Windows color (decimal): -8162083 or 14513283. OLE color: 14513283.
HSL color Cylindrical-coordinate representation of color #8374DD: hue angle of 248.57º 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 #8374DD is Cyan = 0.41, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 131 | 116 | 221 | - |
| CMYK | 0.41 | 0.48 | 0 | 0.13 |
| HSL | 248.57º | 0.61% | 0.66% | - |
| HSV(B) | 248.57º | 0.48% | 0.87% | - |
| XYZ | 28.66 | 22.54 | 71.25 | - |
| YUV | 132.46 | 177.97 | 126.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 116 | 221 | 0.41 | 0.48 | 0 | 0.13 | 248.57 | 0.61 | 0.66 |
| Hex | 83 | 74 | DD | 29 | 30 | 0 | D | F9 | 3D | 42 |
| Octal | 203 | 164 | 335 | 51 | 60 | 0 | 15 | 371 | 75 | 102 |
| Binary | 10000011 | 1110100 | 11011101 | 101001 | 110000 | 0 | 1101 | 11111001 | 111101 | 1000010 |
Color Harmonies of #8374DD
Complementary color
Monochromatic Colors of #8374DD
Black with #8374DD
Text Example
Text Example
White with #8374DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8374DD; }
p { color: rgb(131,116,221); }
H1.HeaderClassName
{
color: #8374DD;
}
.AnyTagClassName
{
color: #8374DD;
}
</style>
background-color css
<style>
a { background-color: #8374DD; }
a { background-color: rgb(131,116,221); }
div.DivClassName
{
background-color: #8374DD;
}
.BgClassName
{
background-color: #8374DD;
}
</style>
border-color css
<style>
span { border-color: #8374DD; }
span { border-color: rgb(131,116,221); }
td.TdClassName
{
border-color: #8374DD;
}
.TagClassName
{
border-color: #8374DD;
}
</style>