Shades of Medium Slate Blue #7477EE
Tints of Medium Slate Blue #7477EE
RGB
CMYK
RGB Variations
Color information
#7477EE (or 0x7477EE) is known color: Medium Slate Blue. HEX triplet: 74, 77 and EE. RGB value is (116,119,238). Sum of RGB (Red+Green+Blue) = 116+119+238=473 (62% of max value = 765). Red value is 116 (45.70% from 255 or 24.52% from 473); Green value is 119 (46.88% from 255 or 25.16% from 473); Blue value is 238 (93.36% from 255 or 50.32% from 473); Max value from RGB is 238 - color contains mainly: blue. Hex color #7477EE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7477EE is #8B8811. Grayscale: #838383. Windows color (decimal): -9144338 or 15628148. OLE color: 15628148.
HSL color Cylindrical-coordinate representation of color #7477EE: hue angle of 238.52º degrees, saturation: 0.78, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7477EE is Cyan = 0.51, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 116 | 119 | 238 | - |
| CMYK | 0.51 | 0.50 | 0 | 0.07 |
| HSL | 238.52º | 0.78% | 0.69% | - |
| HSV(B) | 238.52º | 0.51% | 0.93% | - |
| XYZ | 29.23 | 23.08 | 83.8 | - |
| YUV | 131.67 | 188.01 | 116.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 119 | 238 | 0.51 | 0.50 | 0 | 0.07 | 238.52 | 0.78 | 0.69 |
| Hex | 74 | 77 | EE | 33 | 32 | 0 | 7 | EF | 4E | 45 |
| Octal | 164 | 167 | 356 | 63 | 62 | 0 | 7 | 357 | 116 | 105 |
| Binary | 1110100 | 1110111 | 11101110 | 110011 | 110010 | 0 | 111 | 11101111 | 1001110 | 1000101 |
Color Harmonies of #7477EE
Complementary color
Monochromatic Colors of #7477EE
Black with #7477EE
Text Example
Text Example
White with #7477EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7477EE; }
p { color: rgb(116,119,238); }
H1.HeaderClassName
{
color: #7477EE;
}
.AnyTagClassName
{
color: #7477EE;
}
</style>
background-color css
<style>
a { background-color: #7477EE; }
a { background-color: rgb(116,119,238); }
div.DivClassName
{
background-color: #7477EE;
}
.BgClassName
{
background-color: #7477EE;
}
</style>
border-color css
<style>
span { border-color: #7477EE; }
span { border-color: rgb(116,119,238); }
td.TdClassName
{
border-color: #7477EE;
}
.TagClassName
{
border-color: #7477EE;
}
</style>