Shades of Medium Slate Blue #8073DE
Tints of Medium Slate Blue #8073DE
RGB
CMYK
RGB Variations
Color information
#8073DE (or 0x8073DE) is known color: Medium Slate Blue. HEX triplet: 80, 73 and DE. RGB value is (128,115,222). Sum of RGB (Red+Green+Blue) = 128+115+222=465 (61% of max value = 765). Red value is 128 (50.39% from 255 or 27.53% from 465); Green value is 115 (45.31% from 255 or 24.73% from 465); Blue value is 222 (87.11% from 255 or 47.74% from 465); Max value from RGB is 222 - color contains mainly: blue. Hex color #8073DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8073DE is #7F8C21. Grayscale: #828282. Windows color (decimal): -8358946 or 14578560. OLE color: 14578560.
HSL color Cylindrical-coordinate representation of color #8073DE: hue angle of 247.29º degrees, saturation: 0.62, 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 #8073DE is Cyan = 0.42, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 128 | 115 | 222 | - |
| CMYK | 0.42 | 0.48 | 0 | 0.13 |
| HSL | 247.29º | 0.62% | 0.66% | - |
| HSV(B) | 247.29º | 0.48% | 0.87% | - |
| XYZ | 28.22 | 22.12 | 71.89 | - |
| YUV | 131.09 | 179.31 | 125.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 115 | 222 | 0.42 | 0.48 | 0 | 0.13 | 247.29 | 0.62 | 0.66 |
| Hex | 80 | 73 | DE | 2A | 30 | 0 | D | F7 | 3E | 42 |
| Octal | 200 | 163 | 336 | 52 | 60 | 0 | 15 | 367 | 76 | 102 |
| Binary | 10000000 | 1110011 | 11011110 | 101010 | 110000 | 0 | 1101 | 11110111 | 111110 | 1000010 |
Color Harmonies of #8073DE
Complementary color
Monochromatic Colors of #8073DE
Black with #8073DE
Text Example
Text Example
White with #8073DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8073DE; }
p { color: rgb(128,115,222); }
H1.HeaderClassName
{
color: #8073DE;
}
.AnyTagClassName
{
color: #8073DE;
}
</style>
background-color css
<style>
a { background-color: #8073DE; }
a { background-color: rgb(128,115,222); }
div.DivClassName
{
background-color: #8073DE;
}
.BgClassName
{
background-color: #8073DE;
}
</style>
border-color css
<style>
span { border-color: #8073DE; }
span { border-color: rgb(128,115,222); }
td.TdClassName
{
border-color: #8073DE;
}
.TagClassName
{
border-color: #8073DE;
}
</style>