Shades of Medium Slate Blue #8073E2
Tints of Medium Slate Blue #8073E2
RGB
CMYK
RGB Variations
Color information
#8073E2 (or 0x8073E2) is known color: Medium Slate Blue. HEX triplet: 80, 73 and E2. RGB value is (128,115,226). Sum of RGB (Red+Green+Blue) = 128+115+226=469 (62% of max value = 765). Red value is 128 (50.39% from 255 or 27.29% from 469); Green value is 115 (45.31% from 255 or 24.52% from 469); Blue value is 226 (88.67% from 255 or 48.19% from 469); Max value from RGB is 226 - color contains mainly: blue. Hex color #8073E2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8073E2 is #7F8C1D. Grayscale: #838383. Windows color (decimal): -8358942 or 14840704. OLE color: 14840704.
HSL color Cylindrical-coordinate representation of color #8073E2: hue angle of 247.03º degrees, saturation: 0.66, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8073E2 is Cyan = 0.43, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 128 | 115 | 226 | - |
| CMYK | 0.43 | 0.49 | 0 | 0.11 |
| HSL | 247.03º | 0.66% | 0.67% | - |
| HSV(B) | 247.03º | 0.49% | 0.89% | - |
| XYZ | 28.76 | 22.34 | 74.75 | - |
| YUV | 131.54 | 181.31 | 125.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 115 | 226 | 0.43 | 0.49 | 0 | 0.11 | 247.03 | 0.66 | 0.67 |
| Hex | 80 | 73 | E2 | 2B | 31 | 0 | B | F7 | 42 | 43 |
| Octal | 200 | 163 | 342 | 53 | 61 | 0 | 13 | 367 | 102 | 103 |
| Binary | 10000000 | 1110011 | 11100010 | 101011 | 110001 | 0 | 1011 | 11110111 | 1000010 | 1000011 |
Color Harmonies of #8073E2
Complementary color
Monochromatic Colors of #8073E2
Black with #8073E2
Text Example
Text Example
White with #8073E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8073E2; }
p { color: rgb(128,115,226); }
H1.HeaderClassName
{
color: #8073E2;
}
.AnyTagClassName
{
color: #8073E2;
}
</style>
background-color css
<style>
a { background-color: #8073E2; }
a { background-color: rgb(128,115,226); }
div.DivClassName
{
background-color: #8073E2;
}
.BgClassName
{
background-color: #8073E2;
}
</style>
border-color css
<style>
span { border-color: #8073E2; }
span { border-color: rgb(128,115,226); }
td.TdClassName
{
border-color: #8073E2;
}
.TagClassName
{
border-color: #8073E2;
}
</style>