Shades of Medium Slate Blue #7472EE
Tints of Medium Slate Blue #7472EE
RGB
CMYK
RGB Variations
Color information
#7472EE (or 0x7472EE) is known color: Medium Slate Blue. HEX triplet: 74, 72 and EE. RGB value is (116,114,238). Sum of RGB (Red+Green+Blue) = 116+114+238=468 (61% of max value = 765). Red value is 116 (45.70% from 255 or 24.79% from 468); Green value is 114 (44.92% from 255 or 24.36% from 468); Blue value is 238 (93.36% from 255 or 50.85% from 468); Max value from RGB is 238 - color contains mainly: blue. Hex color #7472EE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7472EE is #8B8D11. Grayscale: #808080. Windows color (decimal): -9145618 or 15626868. OLE color: 15626868.
HSL color Cylindrical-coordinate representation of color #7472EE: hue angle of 240.97º degrees, saturation: 0.78, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7472EE is Cyan = 0.51, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 116 | 114 | 238 | - |
| CMYK | 0.51 | 0.52 | 0 | 0.07 |
| HSL | 240.97º | 0.78% | 0.69% | - |
| HSV(B) | 240.97º | 0.52% | 0.93% | - |
| XYZ | 28.65 | 21.92 | 83.61 | - |
| YUV | 128.73 | 189.66 | 118.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 114 | 238 | 0.51 | 0.52 | 0 | 0.07 | 240.97 | 0.78 | 0.69 |
| Hex | 74 | 72 | EE | 33 | 34 | 0 | 7 | F1 | 4E | 45 |
| Octal | 164 | 162 | 356 | 63 | 64 | 0 | 7 | 361 | 116 | 105 |
| Binary | 1110100 | 1110010 | 11101110 | 110011 | 110100 | 0 | 111 | 11110001 | 1001110 | 1000101 |
Color Harmonies of #7472EE
Complementary color
Monochromatic Colors of #7472EE
Black with #7472EE
Text Example
Text Example
White with #7472EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7472EE; }
p { color: rgb(116,114,238); }
H1.HeaderClassName
{
color: #7472EE;
}
.AnyTagClassName
{
color: #7472EE;
}
</style>
background-color css
<style>
a { background-color: #7472EE; }
a { background-color: rgb(116,114,238); }
div.DivClassName
{
background-color: #7472EE;
}
.BgClassName
{
background-color: #7472EE;
}
</style>
border-color css
<style>
span { border-color: #7472EE; }
span { border-color: rgb(116,114,238); }
td.TdClassName
{
border-color: #7472EE;
}
.TagClassName
{
border-color: #7472EE;
}
</style>