Shades of Medium Slate Blue #8071DC
Tints of Medium Slate Blue #8071DC
RGB
CMYK
RGB Variations
Color information
#8071DC (or 0x8071DC) is known color: Medium Slate Blue. HEX triplet: 80, 71 and DC. RGB value is (128,113,220). Sum of RGB (Red+Green+Blue) = 128+113+220=461 (61% of max value = 765). Red value is 128 (50.39% from 255 or 27.77% from 461); Green value is 113 (44.53% from 255 or 24.51% from 461); Blue value is 220 (86.33% from 255 or 47.72% from 461); Max value from RGB is 220 - color contains mainly: blue. Hex color #8071DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8071DC is #7F8E23. Grayscale: #818181. Windows color (decimal): -8359460 or 14446976. OLE color: 14446976.
HSL color Cylindrical-coordinate representation of color #8071DC: hue angle of 248.41º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8071DC is Cyan = 0.42, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 128 | 113 | 220 | - |
| CMYK | 0.42 | 0.49 | 0 | 0.14 |
| HSL | 248.41º | 0.6% | 0.65% | - |
| HSV(B) | 248.41º | 0.49% | 0.86% | - |
| XYZ | 27.73 | 21.57 | 70.41 | - |
| YUV | 129.68 | 178.97 | 126.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 113 | 220 | 0.42 | 0.49 | 0 | 0.14 | 248.41 | 0.6 | 0.65 |
| Hex | 80 | 71 | DC | 2A | 31 | 0 | E | F8 | 3C | 41 |
| Octal | 200 | 161 | 334 | 52 | 61 | 0 | 16 | 370 | 74 | 101 |
| Binary | 10000000 | 1110001 | 11011100 | 101010 | 110001 | 0 | 1110 | 11111000 | 111100 | 1000001 |
Color Harmonies of #8071DC
Complementary color
Monochromatic Colors of #8071DC
Black with #8071DC
Text Example
Text Example
White with #8071DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8071DC; }
p { color: rgb(128,113,220); }
H1.HeaderClassName
{
color: #8071DC;
}
.AnyTagClassName
{
color: #8071DC;
}
</style>
background-color css
<style>
a { background-color: #8071DC; }
a { background-color: rgb(128,113,220); }
div.DivClassName
{
background-color: #8071DC;
}
.BgClassName
{
background-color: #8071DC;
}
</style>
border-color css
<style>
span { border-color: #8071DC; }
span { border-color: rgb(128,113,220); }
td.TdClassName
{
border-color: #8071DC;
}
.TagClassName
{
border-color: #8071DC;
}
</style>