Shades of Medium Slate Blue #7370DD
Tints of Medium Slate Blue #7370DD
RGB
CMYK
RGB Variations
Color information
#7370DD (or 0x7370DD) is known color: Medium Slate Blue. HEX triplet: 73, 70 and DD. RGB value is (115,112,221). Sum of RGB (Red+Green+Blue) = 115+112+221=448 (59% of max value = 765). Red value is 115 (45.31% from 255 or 25.67% from 448); Green value is 112 (44.14% from 255 or 25% from 448); Blue value is 221 (86.72% from 255 or 49.33% from 448); Max value from RGB is 221 - color contains mainly: blue. Hex color #7370DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7370DD is #8C8F22. Grayscale: #7C7C7C. Windows color (decimal): -9211683 or 14512243. OLE color: 14512243.
HSL color Cylindrical-coordinate representation of color #7370DD: hue angle of 241.65º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7370DD is Cyan = 0.48, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 115 | 112 | 221 | - |
| CMYK | 0.48 | 0.49 | 0 | 0.13 |
| HSL | 241.65º | 0.62% | 0.65% | - |
| HSV(B) | 241.65º | 0.49% | 0.87% | - |
| XYZ | 25.92 | 20.45 | 70.99 | - |
| YUV | 125.32 | 181.99 | 120.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 112 | 221 | 0.48 | 0.49 | 0 | 0.13 | 241.65 | 0.62 | 0.65 |
| Hex | 73 | 70 | DD | 30 | 31 | 0 | D | F2 | 3E | 41 |
| Octal | 163 | 160 | 335 | 60 | 61 | 0 | 15 | 362 | 76 | 101 |
| Binary | 1110011 | 1110000 | 11011101 | 110000 | 110001 | 0 | 1101 | 11110010 | 111110 | 1000001 |
Color Harmonies of #7370DD
Complementary color
Monochromatic Colors of #7370DD
Black with #7370DD
Text Example
Text Example
White with #7370DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7370DD; }
p { color: rgb(115,112,221); }
H1.HeaderClassName
{
color: #7370DD;
}
.AnyTagClassName
{
color: #7370DD;
}
</style>
background-color css
<style>
a { background-color: #7370DD; }
a { background-color: rgb(115,112,221); }
div.DivClassName
{
background-color: #7370DD;
}
.BgClassName
{
background-color: #7370DD;
}
</style>
border-color css
<style>
span { border-color: #7370DD; }
span { border-color: rgb(115,112,221); }
td.TdClassName
{
border-color: #7370DD;
}
.TagClassName
{
border-color: #7370DD;
}
</style>