Shades of Medium Slate Blue #8072DC
Tints of Medium Slate Blue #8072DC
RGB
CMYK
RGB Variations
Color information
#8072DC (or 0x8072DC) is known color: Medium Slate Blue. HEX triplet: 80, 72 and DC. RGB value is (128,114,220). Sum of RGB (Red+Green+Blue) = 128+114+220=462 (61% of max value = 765). Red value is 128 (50.39% from 255 or 27.71% from 462); Green value is 114 (44.92% from 255 or 24.68% from 462); Blue value is 220 (86.33% from 255 or 47.62% from 462); Max value from RGB is 220 - color contains mainly: blue. Hex color #8072DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8072DC is #7F8D23. Grayscale: #818181. Windows color (decimal): -8359204 or 14447232. OLE color: 14447232.
HSL color Cylindrical-coordinate representation of color #8072DC: hue angle of 247.92º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8072DC is Cyan = 0.42, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 128 | 114 | 220 | - |
| CMYK | 0.42 | 0.48 | 0 | 0.14 |
| HSL | 247.92º | 0.6% | 0.65% | - |
| HSV(B) | 247.92º | 0.48% | 0.86% | - |
| XYZ | 27.84 | 21.79 | 70.45 | - |
| YUV | 130.27 | 178.64 | 126.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 114 | 220 | 0.42 | 0.48 | 0 | 0.14 | 247.92 | 0.6 | 0.65 |
| Hex | 80 | 72 | DC | 2A | 30 | 0 | E | F8 | 3C | 41 |
| Octal | 200 | 162 | 334 | 52 | 60 | 0 | 16 | 370 | 74 | 101 |
| Binary | 10000000 | 1110010 | 11011100 | 101010 | 110000 | 0 | 1110 | 11111000 | 111100 | 1000001 |
Color Harmonies of #8072DC
Complementary color
Monochromatic Colors of #8072DC
Black with #8072DC
Text Example
Text Example
White with #8072DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8072DC; }
p { color: rgb(128,114,220); }
H1.HeaderClassName
{
color: #8072DC;
}
.AnyTagClassName
{
color: #8072DC;
}
</style>
background-color css
<style>
a { background-color: #8072DC; }
a { background-color: rgb(128,114,220); }
div.DivClassName
{
background-color: #8072DC;
}
.BgClassName
{
background-color: #8072DC;
}
</style>
border-color css
<style>
span { border-color: #8072DC; }
span { border-color: rgb(128,114,220); }
td.TdClassName
{
border-color: #8072DC;
}
.TagClassName
{
border-color: #8072DC;
}
</style>