Shades of Medium Slate Blue #7D73DE
Tints of Medium Slate Blue #7D73DE
RGB
CMYK
RGB Variations
Color information
#7D73DE (or 0x7D73DE) is known color: Medium Slate Blue. HEX triplet: 7D, 73 and DE. RGB value is (125,115,222). Sum of RGB (Red+Green+Blue) = 125+115+222=462 (61% of max value = 765). Red value is 125 (49.22% from 255 or 27.06% from 462); Green value is 115 (45.31% from 255 or 24.89% from 462); Blue value is 222 (87.11% from 255 or 48.05% from 462); Max value from RGB is 222 - color contains mainly: blue. Hex color #7D73DE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D73DE is #828C21. Grayscale: #818181. Windows color (decimal): -8555554 or 14578557. OLE color: 14578557.
HSL color Cylindrical-coordinate representation of color #7D73DE: hue angle of 245.61º 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 #7D73DE is Cyan = 0.44, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 125 | 115 | 222 | - |
| CMYK | 0.44 | 0.48 | 0 | 0.13 |
| HSL | 245.61º | 0.62% | 0.66% | - |
| HSV(B) | 245.61º | 0.48% | 0.87% | - |
| XYZ | 27.77 | 21.9 | 71.87 | - |
| YUV | 130.19 | 179.81 | 124.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 115 | 222 | 0.44 | 0.48 | 0 | 0.13 | 245.61 | 0.62 | 0.66 |
| Hex | 7D | 73 | DE | 2C | 30 | 0 | D | F6 | 3E | 42 |
| Octal | 175 | 163 | 336 | 54 | 60 | 0 | 15 | 366 | 76 | 102 |
| Binary | 1111101 | 1110011 | 11011110 | 101100 | 110000 | 0 | 1101 | 11110110 | 111110 | 1000010 |
Color Harmonies of #7D73DE
Complementary color
Monochromatic Colors of #7D73DE
Black with #7D73DE
Text Example
Text Example
White with #7D73DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D73DE; }
p { color: rgb(125,115,222); }
H1.HeaderClassName
{
color: #7D73DE;
}
.AnyTagClassName
{
color: #7D73DE;
}
</style>
background-color css
<style>
a { background-color: #7D73DE; }
a { background-color: rgb(125,115,222); }
div.DivClassName
{
background-color: #7D73DE;
}
.BgClassName
{
background-color: #7D73DE;
}
</style>
border-color css
<style>
span { border-color: #7D73DE; }
span { border-color: rgb(125,115,222); }
td.TdClassName
{
border-color: #7D73DE;
}
.TagClassName
{
border-color: #7D73DE;
}
</style>