Shades of Medium Slate Blue #7473DF
Tints of Medium Slate Blue #7473DF
RGB
CMYK
RGB Variations
Color information
#7473DF (or 0x7473DF) is known color: Medium Slate Blue. HEX triplet: 74, 73 and DF. RGB value is (116,115,223). Sum of RGB (Red+Green+Blue) = 116+115+223=454 (60% of max value = 765). Red value is 116 (45.70% from 255 or 25.55% from 454); Green value is 115 (45.31% from 255 or 25.33% from 454); Blue value is 223 (87.5% from 255 or 49.12% from 454); Max value from RGB is 223 - color contains mainly: blue. Hex color #7473DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7473DF is #8B8C20. Grayscale: #7F7F7F. Windows color (decimal): -9145377 or 14644084. OLE color: 14644084.
HSL color Cylindrical-coordinate representation of color #7473DF: hue angle of 240.56º degrees, saturation: 0.63, 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 #7473DF is Cyan = 0.48, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 116 | 115 | 223 | - |
| CMYK | 0.48 | 0.48 | 0 | 0.13 |
| HSL | 240.56º | 0.63% | 0.66% | - |
| HSV(B) | 240.56º | 0.48% | 0.87% | - |
| XYZ | 26.65 | 21.3 | 72.52 | - |
| YUV | 127.61 | 181.83 | 119.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 115 | 223 | 0.48 | 0.48 | 0 | 0.13 | 240.56 | 0.63 | 0.66 |
| Hex | 74 | 73 | DF | 30 | 30 | 0 | D | F1 | 3F | 42 |
| Octal | 164 | 163 | 337 | 60 | 60 | 0 | 15 | 361 | 77 | 102 |
| Binary | 1110100 | 1110011 | 11011111 | 110000 | 110000 | 0 | 1101 | 11110001 | 111111 | 1000010 |
Color Harmonies of #7473DF
Complementary color
Monochromatic Colors of #7473DF
Black with #7473DF
Text Example
Text Example
White with #7473DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7473DF; }
p { color: rgb(116,115,223); }
H1.HeaderClassName
{
color: #7473DF;
}
.AnyTagClassName
{
color: #7473DF;
}
</style>
background-color css
<style>
a { background-color: #7473DF; }
a { background-color: rgb(116,115,223); }
div.DivClassName
{
background-color: #7473DF;
}
.BgClassName
{
background-color: #7473DF;
}
</style>
border-color css
<style>
span { border-color: #7473DF; }
span { border-color: rgb(116,115,223); }
td.TdClassName
{
border-color: #7473DF;
}
.TagClassName
{
border-color: #7473DF;
}
</style>