Shades of Medium Slate Blue #8073DD
Tints of Medium Slate Blue #8073DD
RGB
CMYK
RGB Variations
Color information
#8073DD (or 0x8073DD) is known color: Medium Slate Blue. HEX triplet: 80, 73 and DD. RGB value is (128,115,221). Sum of RGB (Red+Green+Blue) = 128+115+221=464 (61% of max value = 765). Red value is 128 (50.39% from 255 or 27.59% from 464); Green value is 115 (45.31% from 255 or 24.78% from 464); Blue value is 221 (86.72% from 255 or 47.63% from 464); Max value from RGB is 221 - color contains mainly: blue. Hex color #8073DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8073DD is #7F8C22. Grayscale: #828282. Windows color (decimal): -8358947 or 14513024. OLE color: 14513024.
HSL color Cylindrical-coordinate representation of color #8073DD: hue angle of 247.36º degrees, saturation: 0.61, 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 #8073DD is Cyan = 0.42, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 128 | 115 | 221 | - |
| CMYK | 0.42 | 0.48 | 0 | 0.13 |
| HSL | 247.36º | 0.61% | 0.66% | - |
| HSV(B) | 247.36º | 0.48% | 0.87% | - |
| XYZ | 28.08 | 22.07 | 71.19 | - |
| YUV | 130.97 | 178.81 | 125.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 115 | 221 | 0.42 | 0.48 | 0 | 0.13 | 247.36 | 0.61 | 0.66 |
| Hex | 80 | 73 | DD | 2A | 30 | 0 | D | F7 | 3D | 42 |
| Octal | 200 | 163 | 335 | 52 | 60 | 0 | 15 | 367 | 75 | 102 |
| Binary | 10000000 | 1110011 | 11011101 | 101010 | 110000 | 0 | 1101 | 11110111 | 111101 | 1000010 |
Color Harmonies of #8073DD
Complementary color
Monochromatic Colors of #8073DD
Black with #8073DD
Text Example
Text Example
White with #8073DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8073DD; }
p { color: rgb(128,115,221); }
H1.HeaderClassName
{
color: #8073DD;
}
.AnyTagClassName
{
color: #8073DD;
}
</style>
background-color css
<style>
a { background-color: #8073DD; }
a { background-color: rgb(128,115,221); }
div.DivClassName
{
background-color: #8073DD;
}
.BgClassName
{
background-color: #8073DD;
}
</style>
border-color css
<style>
span { border-color: #8073DD; }
span { border-color: rgb(128,115,221); }
td.TdClassName
{
border-color: #8073DD;
}
.TagClassName
{
border-color: #8073DD;
}
</style>