Shades of Medium Slate Blue #8073E6
Tints of Medium Slate Blue #8073E6
RGB
CMYK
RGB Variations
Color information
#8073E6 (or 0x8073E6) is known color: Medium Slate Blue. HEX triplet: 80, 73 and E6. RGB value is (128,115,230). Sum of RGB (Red+Green+Blue) = 128+115+230=473 (62% of max value = 765). Red value is 128 (50.39% from 255 or 27.06% from 473); Green value is 115 (45.31% from 255 or 24.31% from 473); Blue value is 230 (90.23% from 255 or 48.63% from 473); Max value from RGB is 230 - color contains mainly: blue. Hex color #8073E6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8073E6 is #7F8C19. Grayscale: #838383. Windows color (decimal): -8358938 or 15102848. OLE color: 15102848.
HSL color Cylindrical-coordinate representation of color #8073E6: hue angle of 246.78º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8073E6 is Cyan = 0.44, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 128 | 115 | 230 | - |
| CMYK | 0.44 | 0.5 | 0 | 0.10 |
| HSL | 246.78º | 0.7% | 0.68% | - |
| HSV(B) | 246.78º | 0.5% | 0.9% | - |
| XYZ | 29.32 | 22.56 | 77.67 | - |
| YUV | 132 | 183.31 | 125.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 115 | 230 | 0.44 | 0.5 | 0 | 0.10 | 246.78 | 0.7 | 0.68 |
| Hex | 80 | 73 | E6 | 2C | 32 | 0 | A | F7 | 46 | 44 |
| Octal | 200 | 163 | 346 | 54 | 62 | 0 | 12 | 367 | 106 | 104 |
| Binary | 10000000 | 1110011 | 11100110 | 101100 | 110010 | 0 | 1010 | 11110111 | 1000110 | 1000100 |
Color Harmonies of #8073E6
Complementary color
Monochromatic Colors of #8073E6
Black with #8073E6
Text Example
Text Example
White with #8073E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8073E6; }
p { color: rgb(128,115,230); }
H1.HeaderClassName
{
color: #8073E6;
}
.AnyTagClassName
{
color: #8073E6;
}
</style>
background-color css
<style>
a { background-color: #8073E6; }
a { background-color: rgb(128,115,230); }
div.DivClassName
{
background-color: #8073E6;
}
.BgClassName
{
background-color: #8073E6;
}
</style>
border-color css
<style>
span { border-color: #8073E6; }
span { border-color: rgb(128,115,230); }
td.TdClassName
{
border-color: #8073E6;
}
.TagClassName
{
border-color: #8073E6;
}
</style>