Shades of Medium Slate Blue #7562DF
Tints of Medium Slate Blue #7562DF
RGB
CMYK
RGB Variations
Color information
#7562DF (or 0x7562DF) is known color: Medium Slate Blue. HEX triplet: 75, 62 and DF. RGB value is (117,98,223). Sum of RGB (Red+Green+Blue) = 117+98+223=438 (58% of max value = 765). Red value is 117 (46.09% from 255 or 26.71% from 438); Green value is 98 (38.67% from 255 or 22.37% from 438); Blue value is 223 (87.5% from 255 or 50.91% from 438); Max value from RGB is 223 - color contains mainly: blue. Hex color #7562DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7562DF is #8A9D20. Grayscale: #757575. Windows color (decimal): -9084193 or 14639733. OLE color: 14639733.
HSL color Cylindrical-coordinate representation of color #7562DF: hue angle of 249.12º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7562DF is Cyan = 0.48, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 117 | 98 | 223 | - |
| CMYK | 0.48 | 0.56 | 0 | 0.13 |
| HSL | 249.12º | 0.66% | 0.63% | - |
| HSV(B) | 249.12º | 0.56% | 0.87% | - |
| XYZ | 25.02 | 17.84 | 71.94 | - |
| YUV | 117.93 | 187.29 | 127.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 98 | 223 | 0.48 | 0.56 | 0 | 0.13 | 249.12 | 0.66 | 0.63 |
| Hex | 75 | 62 | DF | 30 | 38 | 0 | D | F9 | 42 | 3F |
| Octal | 165 | 142 | 337 | 60 | 70 | 0 | 15 | 371 | 102 | 77 |
| Binary | 1110101 | 1100010 | 11011111 | 110000 | 111000 | 0 | 1101 | 11111001 | 1000010 | 111111 |
Color Harmonies of #7562DF
Complementary color
Monochromatic Colors of #7562DF
Black with #7562DF
Text Example
Text Example
White with #7562DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7562DF; }
p { color: rgb(117,98,223); }
H1.HeaderClassName
{
color: #7562DF;
}
.AnyTagClassName
{
color: #7562DF;
}
</style>
background-color css
<style>
a { background-color: #7562DF; }
a { background-color: rgb(117,98,223); }
div.DivClassName
{
background-color: #7562DF;
}
.BgClassName
{
background-color: #7562DF;
}
</style>
border-color css
<style>
span { border-color: #7562DF; }
span { border-color: rgb(117,98,223); }
td.TdClassName
{
border-color: #7562DF;
}
.TagClassName
{
border-color: #7562DF;
}
</style>