Shades of Medium Slate Blue #7060FD
Tints of Medium Slate Blue #7060FD
RGB
CMYK
RGB Variations
Color information
#7060FD (or 0x7060FD) is known color: Medium Slate Blue. HEX triplet: 70, 60 and FD. RGB value is (112,96,253). Sum of RGB (Red+Green+Blue) = 112+96+253=461 (61% of max value = 765). Red value is 112 (44.14% from 255 or 24.30% from 461); Green value is 96 (37.89% from 255 or 20.82% from 461); Blue value is 253 (99.22% from 255 or 54.88% from 461); Max value from RGB is 253 - color contains mainly: blue. Hex color #7060FD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7060FD is #8F9F02. Grayscale: #767676. Windows color (decimal): -9412355 or 16605296. OLE color: 16605296.
HSL color Cylindrical-coordinate representation of color #7060FD: hue angle of 246.11º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7060FD is Cyan = 0.56, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 112 | 96 | 253 | - |
| CMYK | 0.56 | 0.62 | 0 | 0.01 |
| HSL | 246.11º | 0.98% | 0.68% | - |
| HSV(B) | 246.11º | 0.62% | 0.99% | - |
| XYZ | 28.59 | 18.9 | 95.07 | - |
| YUV | 118.68 | 203.8 | 123.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 96 | 253 | 0.56 | 0.62 | 0 | 0.01 | 246.11 | 0.98 | 0.68 |
| Hex | 70 | 60 | FD | 38 | 3E | 0 | 1 | F6 | 62 | 44 |
| Octal | 160 | 140 | 375 | 70 | 76 | 0 | 1 | 366 | 142 | 104 |
| Binary | 1110000 | 1100000 | 11111101 | 111000 | 111110 | 0 | 1 | 11110110 | 1100010 | 1000100 |
Color Harmonies of #7060FD
Complementary color
Monochromatic Colors of #7060FD
Black with #7060FD
Text Example
Text Example
White with #7060FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7060FD; }
p { color: rgb(112,96,253); }
H1.HeaderClassName
{
color: #7060FD;
}
.AnyTagClassName
{
color: #7060FD;
}
</style>
background-color css
<style>
a { background-color: #7060FD; }
a { background-color: rgb(112,96,253); }
div.DivClassName
{
background-color: #7060FD;
}
.BgClassName
{
background-color: #7060FD;
}
</style>
border-color css
<style>
span { border-color: #7060FD; }
span { border-color: rgb(112,96,253); }
td.TdClassName
{
border-color: #7060FD;
}
.TagClassName
{
border-color: #7060FD;
}
</style>