Shades of Medium Slate Blue #7478EC
Tints of Medium Slate Blue #7478EC
RGB
CMYK
RGB Variations
Color information
#7478EC (or 0x7478EC) is known color: Medium Slate Blue. HEX triplet: 74, 78 and EC. RGB value is (116,120,236). Sum of RGB (Red+Green+Blue) = 116+120+236=472 (62% of max value = 765). Red value is 116 (45.70% from 255 or 24.58% from 472); Green value is 120 (47.27% from 255 or 25.42% from 472); Blue value is 236 (92.58% from 255 or 50% from 472); Max value from RGB is 236 - color contains mainly: blue. Hex color #7478EC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7478EC is #8B8713. Grayscale: #838383. Windows color (decimal): -9144084 or 15497332. OLE color: 15497332.
HSL color Cylindrical-coordinate representation of color #7478EC: hue angle of 238º degrees, saturation: 0.76, 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 #7478EC is Cyan = 0.51, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 116 | 120 | 236 | - |
| CMYK | 0.51 | 0.49 | 0 | 0.07 |
| HSL | 238º | 0.76% | 0.69% | - |
| HSV(B) | 238º | 0.51% | 0.93% | - |
| XYZ | 29.06 | 23.2 | 82.3 | - |
| YUV | 132.03 | 186.67 | 116.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 120 | 236 | 0.51 | 0.49 | 0 | 0.07 | 238 | 0.76 | 0.69 |
| Hex | 74 | 78 | EC | 33 | 31 | 0 | 7 | EE | 4C | 45 |
| Octal | 164 | 170 | 354 | 63 | 61 | 0 | 7 | 356 | 114 | 105 |
| Binary | 1110100 | 1111000 | 11101100 | 110011 | 110001 | 0 | 111 | 11101110 | 1001100 | 1000101 |
Color Harmonies of #7478EC
Complementary color
Monochromatic Colors of #7478EC
Black with #7478EC
Text Example
Text Example
White with #7478EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7478EC; }
p { color: rgb(116,120,236); }
H1.HeaderClassName
{
color: #7478EC;
}
.AnyTagClassName
{
color: #7478EC;
}
</style>
background-color css
<style>
a { background-color: #7478EC; }
a { background-color: rgb(116,120,236); }
div.DivClassName
{
background-color: #7478EC;
}
.BgClassName
{
background-color: #7478EC;
}
</style>
border-color css
<style>
span { border-color: #7478EC; }
span { border-color: rgb(116,120,236); }
td.TdClassName
{
border-color: #7478EC;
}
.TagClassName
{
border-color: #7478EC;
}
</style>