Shades of Medium Slate Blue #7574DF
Tints of Medium Slate Blue #7574DF
RGB
CMYK
RGB Variations
Color information
#7574DF (or 0x7574DF) is known color: Medium Slate Blue. HEX triplet: 75, 74 and DF. RGB value is (117,116,223). Sum of RGB (Red+Green+Blue) = 117+116+223=456 (60% of max value = 765). Red value is 117 (46.09% from 255 or 25.66% from 456); Green value is 116 (45.70% from 255 or 25.44% from 456); Blue value is 223 (87.5% from 255 or 48.90% from 456); Max value from RGB is 223 - color contains mainly: blue. Hex color #7574DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7574DF is #8A8B20. Grayscale: #808080. Windows color (decimal): -9079585 or 14644341. OLE color: 14644341.
HSL color Cylindrical-coordinate representation of color #7574DF: 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 #7574DF is Cyan = 0.48, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 117 | 116 | 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.9 | 21.6 | 72.56 | - |
| YUV | 128.5 | 181.33 | 119.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 116 | 223 | 0.48 | 0.48 | 0 | 0.13 | 240.56 | 0.63 | 0.66 |
| Hex | 75 | 74 | DF | 30 | 30 | 0 | D | F1 | 3F | 42 |
| Octal | 165 | 164 | 337 | 60 | 60 | 0 | 15 | 361 | 77 | 102 |
| Binary | 1110101 | 1110100 | 11011111 | 110000 | 110000 | 0 | 1101 | 11110001 | 111111 | 1000010 |
Color Harmonies of #7574DF
Complementary color
Monochromatic Colors of #7574DF
Black with #7574DF
Text Example
Text Example
White with #7574DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7574DF; }
p { color: rgb(117,116,223); }
H1.HeaderClassName
{
color: #7574DF;
}
.AnyTagClassName
{
color: #7574DF;
}
</style>
background-color css
<style>
a { background-color: #7574DF; }
a { background-color: rgb(117,116,223); }
div.DivClassName
{
background-color: #7574DF;
}
.BgClassName
{
background-color: #7574DF;
}
</style>
border-color css
<style>
span { border-color: #7574DF; }
span { border-color: rgb(117,116,223); }
td.TdClassName
{
border-color: #7574DF;
}
.TagClassName
{
border-color: #7574DF;
}
</style>