Shades of Medium Slate Blue #7065DF
Tints of Medium Slate Blue #7065DF
RGB
CMYK
RGB Variations
Color information
#7065DF (or 0x7065DF) is known color: Medium Slate Blue. HEX triplet: 70, 65 and DF. RGB value is (112,101,223). Sum of RGB (Red+Green+Blue) = 112+101+223=436 (57% of max value = 765). Red value is 112 (44.14% from 255 or 25.69% from 436); Green value is 101 (39.84% from 255 or 23.17% from 436); Blue value is 223 (87.5% from 255 or 51.15% from 436); Max value from RGB is 223 - color contains mainly: blue. Hex color #7065DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7065DF is #8F9A20. Grayscale: #757575. Windows color (decimal): -9411105 or 14640496. OLE color: 14640496.
HSL color Cylindrical-coordinate representation of color #7065DF: hue angle of 245.41º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7065DF is Cyan = 0.50, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 112 | 101 | 223 | - |
| CMYK | 0.50 | 0.55 | 0 | 0.13 |
| HSL | 245.41º | 0.66% | 0.64% | - |
| HSV(B) | 245.41º | 0.55% | 0.87% | - |
| XYZ | 24.66 | 18.08 | 72 | - |
| YUV | 118.2 | 187.14 | 123.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 101 | 223 | 0.50 | 0.55 | 0 | 0.13 | 245.41 | 0.66 | 0.64 |
| Hex | 70 | 65 | DF | 32 | 37 | 0 | D | F5 | 42 | 40 |
| Octal | 160 | 145 | 337 | 62 | 67 | 0 | 15 | 365 | 102 | 100 |
| Binary | 1110000 | 1100101 | 11011111 | 110010 | 110111 | 0 | 1101 | 11110101 | 1000010 | 1000000 |
Color Harmonies of #7065DF
Complementary color
Monochromatic Colors of #7065DF
Black with #7065DF
Text Example
Text Example
White with #7065DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7065DF; }
p { color: rgb(112,101,223); }
H1.HeaderClassName
{
color: #7065DF;
}
.AnyTagClassName
{
color: #7065DF;
}
</style>
background-color css
<style>
a { background-color: #7065DF; }
a { background-color: rgb(112,101,223); }
div.DivClassName
{
background-color: #7065DF;
}
.BgClassName
{
background-color: #7065DF;
}
</style>
border-color css
<style>
span { border-color: #7065DF; }
span { border-color: rgb(112,101,223); }
td.TdClassName
{
border-color: #7065DF;
}
.TagClassName
{
border-color: #7065DF;
}
</style>