Shades of Medium Slate Blue #7470E5
Tints of Medium Slate Blue #7470E5
RGB
CMYK
RGB Variations
Color information
#7470E5 (or 0x7470E5) is known color: Medium Slate Blue. HEX triplet: 74, 70 and E5. RGB value is (116,112,229). Sum of RGB (Red+Green+Blue) = 116+112+229=457 (60% of max value = 765). Red value is 116 (45.70% from 255 or 25.38% from 457); Green value is 112 (44.14% from 255 or 24.51% from 457); Blue value is 229 (89.84% from 255 or 50.11% from 457); Max value from RGB is 229 - color contains mainly: blue. Hex color #7470E5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7470E5 is #8B8F1A. Grayscale: #7E7E7E. Windows color (decimal): -9146139 or 15036532. OLE color: 15036532.
HSL color Cylindrical-coordinate representation of color #7470E5: hue angle of 242.05º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7470E5 is Cyan = 0.49, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 116 | 112 | 229 | - |
| CMYK | 0.49 | 0.51 | 0 | 0.10 |
| HSL | 242.05º | 0.69% | 0.67% | - |
| HSV(B) | 242.05º | 0.51% | 0.9% | - |
| XYZ | 27.14 | 20.96 | 76.74 | - |
| YUV | 126.53 | 185.83 | 120.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 112 | 229 | 0.49 | 0.51 | 0 | 0.10 | 242.05 | 0.69 | 0.67 |
| Hex | 74 | 70 | E5 | 31 | 33 | 0 | A | F2 | 45 | 43 |
| Octal | 164 | 160 | 345 | 61 | 63 | 0 | 12 | 362 | 105 | 103 |
| Binary | 1110100 | 1110000 | 11100101 | 110001 | 110011 | 0 | 1010 | 11110010 | 1000101 | 1000011 |
Color Harmonies of #7470E5
Complementary color
Monochromatic Colors of #7470E5
Black with #7470E5
Text Example
Text Example
White with #7470E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7470E5; }
p { color: rgb(116,112,229); }
H1.HeaderClassName
{
color: #7470E5;
}
.AnyTagClassName
{
color: #7470E5;
}
</style>
background-color css
<style>
a { background-color: #7470E5; }
a { background-color: rgb(116,112,229); }
div.DivClassName
{
background-color: #7470E5;
}
.BgClassName
{
background-color: #7470E5;
}
</style>
border-color css
<style>
span { border-color: #7470E5; }
span { border-color: rgb(116,112,229); }
td.TdClassName
{
border-color: #7470E5;
}
.TagClassName
{
border-color: #7470E5;
}
</style>