Shades of Medium Slate Blue #7472F0
Tints of Medium Slate Blue #7472F0
RGB
CMYK
RGB Variations
Color information
#7472F0 (or 0x7472F0) is known color: Medium Slate Blue. HEX triplet: 74, 72 and F0. RGB value is (116,114,240). Sum of RGB (Red+Green+Blue) = 116+114+240=470 (62% of max value = 765). Red value is 116 (45.70% from 255 or 24.68% from 470); Green value is 114 (44.92% from 255 or 24.26% from 470); Blue value is 240 (94.14% from 255 or 51.06% from 470); Max value from RGB is 240 - color contains mainly: blue. Hex color #7472F0 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7472F0 is #8B8D0F. Grayscale: #808080. Windows color (decimal): -9145616 or 15757940. OLE color: 15757940.
HSL color Cylindrical-coordinate representation of color #7472F0: hue angle of 240.95º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7472F0 is Cyan = 0.52, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 116 | 114 | 240 | - |
| CMYK | 0.52 | 0.52 | 0 | 0.06 |
| HSL | 240.95º | 0.81% | 0.69% | - |
| HSV(B) | 240.95º | 0.53% | 0.94% | - |
| XYZ | 28.95 | 22.04 | 85.17 | - |
| YUV | 128.96 | 190.66 | 118.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 114 | 240 | 0.52 | 0.52 | 0 | 0.06 | 240.95 | 0.81 | 0.69 |
| Hex | 74 | 72 | F0 | 34 | 34 | 0 | 6 | F1 | 51 | 45 |
| Octal | 164 | 162 | 360 | 64 | 64 | 0 | 6 | 361 | 121 | 105 |
| Binary | 1110100 | 1110010 | 11110000 | 110100 | 110100 | 0 | 110 | 11110001 | 1010001 | 1000101 |
Color Harmonies of #7472F0
Complementary color
Monochromatic Colors of #7472F0
Black with #7472F0
Text Example
Text Example
White with #7472F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7472F0; }
p { color: rgb(116,114,240); }
H1.HeaderClassName
{
color: #7472F0;
}
.AnyTagClassName
{
color: #7472F0;
}
</style>
background-color css
<style>
a { background-color: #7472F0; }
a { background-color: rgb(116,114,240); }
div.DivClassName
{
background-color: #7472F0;
}
.BgClassName
{
background-color: #7472F0;
}
</style>
border-color css
<style>
span { border-color: #7472F0; }
span { border-color: rgb(116,114,240); }
td.TdClassName
{
border-color: #7472F0;
}
.TagClassName
{
border-color: #7472F0;
}
</style>