Shades of Medium Slate Blue #7470F7
Tints of Medium Slate Blue #7470F7
RGB
CMYK
RGB Variations
Color information
#7470F7 (or 0x7470F7) is known color: Medium Slate Blue. HEX triplet: 74, 70 and F7. RGB value is (116,112,247). Sum of RGB (Red+Green+Blue) = 116+112+247=475 (62% of max value = 765). Red value is 116 (45.70% from 255 or 24.42% from 475); Green value is 112 (44.14% from 255 or 23.58% from 475); Blue value is 247 (96.88% from 255 or 52% from 475); Max value from RGB is 247 - color contains mainly: blue. Hex color #7470F7 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7470F7 is #8B8F08. Grayscale: #808080. Windows color (decimal): -9146121 or 16216180. OLE color: 16216180.
HSL color Cylindrical-coordinate representation of color #7470F7: hue angle of 241.78º degrees, saturation: 0.89, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7470F7 is Cyan = 0.53, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 116 | 112 | 247 | - |
| CMYK | 0.53 | 0.55 | 0 | 0.03 |
| HSL | 241.78º | 0.89% | 0.7% | - |
| HSV(B) | 241.78º | 0.55% | 0.97% | - |
| XYZ | 29.79 | 22.02 | 90.68 | - |
| YUV | 128.59 | 194.83 | 119.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 112 | 247 | 0.53 | 0.55 | 0 | 0.03 | 241.78 | 0.89 | 0.7 |
| Hex | 74 | 70 | F7 | 35 | 37 | 0 | 3 | F2 | 59 | 46 |
| Octal | 164 | 160 | 367 | 65 | 67 | 0 | 3 | 362 | 131 | 106 |
| Binary | 1110100 | 1110000 | 11110111 | 110101 | 110111 | 0 | 11 | 11110010 | 1011001 | 1000110 |
Color Harmonies of #7470F7
Complementary color
Monochromatic Colors of #7470F7
Black with #7470F7
Text Example
Text Example
White with #7470F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7470F7; }
p { color: rgb(116,112,247); }
H1.HeaderClassName
{
color: #7470F7;
}
.AnyTagClassName
{
color: #7470F7;
}
</style>
background-color css
<style>
a { background-color: #7470F7; }
a { background-color: rgb(116,112,247); }
div.DivClassName
{
background-color: #7470F7;
}
.BgClassName
{
background-color: #7470F7;
}
</style>
border-color css
<style>
span { border-color: #7470F7; }
span { border-color: rgb(116,112,247); }
td.TdClassName
{
border-color: #7470F7;
}
.TagClassName
{
border-color: #7470F7;
}
</style>