Shades of Medium Slate Blue #7064DF
Tints of Medium Slate Blue #7064DF
RGB
CMYK
RGB Variations
Color information
#7064DF (or 0x7064DF) is known color: Medium Slate Blue. HEX triplet: 70, 64 and DF. RGB value is (112,100,223). Sum of RGB (Red+Green+Blue) = 112+100+223=435 (57% of max value = 765). Red value is 112 (44.14% from 255 or 25.75% from 435); Green value is 100 (39.45% from 255 or 22.99% from 435); Blue value is 223 (87.5% from 255 or 51.26% from 435); Max value from RGB is 223 - color contains mainly: blue. Hex color #7064DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7064DF is #8F9B20. Grayscale: #757575. Windows color (decimal): -9411361 or 14640240. OLE color: 14640240.
HSL color Cylindrical-coordinate representation of color #7064DF: hue angle of 245.85º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7064DF is Cyan = 0.50, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 112 | 100 | 223 | - |
| CMYK | 0.50 | 0.55 | 0 | 0.13 |
| HSL | 245.85º | 0.66% | 0.63% | - |
| HSV(B) | 245.85º | 0.55% | 0.87% | - |
| XYZ | 24.56 | 17.89 | 71.97 | - |
| YUV | 117.61 | 187.48 | 124 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 100 | 223 | 0.50 | 0.55 | 0 | 0.13 | 245.85 | 0.66 | 0.63 |
| Hex | 70 | 64 | DF | 32 | 37 | 0 | D | F6 | 42 | 3F |
| Octal | 160 | 144 | 337 | 62 | 67 | 0 | 15 | 366 | 102 | 77 |
| Binary | 1110000 | 1100100 | 11011111 | 110010 | 110111 | 0 | 1101 | 11110110 | 1000010 | 111111 |
Color Harmonies of #7064DF
Complementary color
Monochromatic Colors of #7064DF
Black with #7064DF
Text Example
Text Example
White with #7064DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7064DF; }
p { color: rgb(112,100,223); }
H1.HeaderClassName
{
color: #7064DF;
}
.AnyTagClassName
{
color: #7064DF;
}
</style>
background-color css
<style>
a { background-color: #7064DF; }
a { background-color: rgb(112,100,223); }
div.DivClassName
{
background-color: #7064DF;
}
.BgClassName
{
background-color: #7064DF;
}
</style>
border-color css
<style>
span { border-color: #7064DF; }
span { border-color: rgb(112,100,223); }
td.TdClassName
{
border-color: #7064DF;
}
.TagClassName
{
border-color: #7064DF;
}
</style>