Shades of Medium Slate Blue #7065FF
Tints of Medium Slate Blue #7065FF
RGB
CMYK
RGB Variations
Color information
#7065FF (or 0x7065FF) is known color: Medium Slate Blue. HEX triplet: 70, 65 and FF. RGB value is (112,101,255). Sum of RGB (Red+Green+Blue) = 112+101+255=468 (61% of max value = 765). Red value is 112 (44.14% from 255 or 23.93% from 468); Green value is 101 (39.84% from 255 or 21.58% from 468); Blue value is 255 (100% from 255 or 54.49% from 468); Max value from RGB is 255 - color contains mainly: blue. Hex color #7065FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7065FF is #8F9A00. Grayscale: #797979. Windows color (decimal): -9411073 or 16737648. OLE color: 16737648.
HSL color Cylindrical-coordinate representation of color #7065FF: hue angle of 244.29º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7065FF is Cyan = 0.56, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 112 | 101 | 255 | - |
| CMYK | 0.56 | 0.60 | 0 | 0 |
| HSL | 244.29º | 1% | 0.7% | - |
| HSV(B) | 244.29º | 0.6% | 1% | - |
| XYZ | 29.39 | 19.97 | 96.91 | - |
| YUV | 121.85 | 203.14 | 120.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 101 | 255 | 0.56 | 0.60 | 0 | 0 | 244.29 | 1 | 0.7 |
| Hex | 70 | 65 | FF | 38 | 3C | 0 | 0 | F4 | 64 | 46 |
| Octal | 160 | 145 | 377 | 70 | 74 | 0 | 0 | 364 | 144 | 106 |
| Binary | 1110000 | 1100101 | 11111111 | 111000 | 111100 | 0 | 0 | 11110100 | 1100100 | 1000110 |
Color Harmonies of #7065FF
Complementary color
Monochromatic Colors of #7065FF
Black with #7065FF
Text Example
Text Example
White with #7065FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7065FF; }
p { color: rgb(112,101,255); }
H1.HeaderClassName
{
color: #7065FF;
}
.AnyTagClassName
{
color: #7065FF;
}
</style>
background-color css
<style>
a { background-color: #7065FF; }
a { background-color: rgb(112,101,255); }
div.DivClassName
{
background-color: #7065FF;
}
.BgClassName
{
background-color: #7065FF;
}
</style>
border-color css
<style>
span { border-color: #7065FF; }
span { border-color: rgb(112,101,255); }
td.TdClassName
{
border-color: #7065FF;
}
.TagClassName
{
border-color: #7065FF;
}
</style>