Shades of Medium Slate Blue #747CEA
Tints of Medium Slate Blue #747CEA
RGB
CMYK
RGB Variations
Color information
#747CEA (or 0x747CEA) is known color: Medium Slate Blue. HEX triplet: 74, 7C and EA. RGB value is (116,124,234). Sum of RGB (Red+Green+Blue) = 116+124+234=474 (62% of max value = 765). Red value is 116 (45.70% from 255 or 24.47% from 474); Green value is 124 (48.83% from 255 or 26.16% from 474); Blue value is 234 (91.80% from 255 or 49.37% from 474); Max value from RGB is 234 - color contains mainly: blue. Hex color #747CEA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #747CEA is #8B8315. Grayscale: #858585. Windows color (decimal): -9143062 or 15367284. OLE color: 15367284.
HSL color Cylindrical-coordinate representation of color #747CEA: hue angle of 235.93º degrees, saturation: 0.74, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #747CEA is Cyan = 0.50, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 116 | 124 | 234 | - |
| CMYK | 0.50 | 0.47 | 0 | 0.08 |
| HSL | 235.93º | 0.74% | 0.69% | - |
| HSV(B) | 235.93º | 0.5% | 0.92% | - |
| XYZ | 29.26 | 24.07 | 80.95 | - |
| YUV | 134.15 | 184.35 | 115.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 124 | 234 | 0.50 | 0.47 | 0 | 0.08 | 235.93 | 0.74 | 0.69 |
| Hex | 74 | 7C | EA | 32 | 2F | 0 | 8 | EC | 4A | 45 |
| Octal | 164 | 174 | 352 | 62 | 57 | 0 | 10 | 354 | 112 | 105 |
| Binary | 1110100 | 1111100 | 11101010 | 110010 | 101111 | 0 | 1000 | 11101100 | 1001010 | 1000101 |
Color Harmonies of #747CEA
Complementary color
Monochromatic Colors of #747CEA
Black with #747CEA
Text Example
Text Example
White with #747CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747CEA; }
p { color: rgb(116,124,234); }
H1.HeaderClassName
{
color: #747CEA;
}
.AnyTagClassName
{
color: #747CEA;
}
</style>
background-color css
<style>
a { background-color: #747CEA; }
a { background-color: rgb(116,124,234); }
div.DivClassName
{
background-color: #747CEA;
}
.BgClassName
{
background-color: #747CEA;
}
</style>
border-color css
<style>
span { border-color: #747CEA; }
span { border-color: rgb(116,124,234); }
td.TdClassName
{
border-color: #747CEA;
}
.TagClassName
{
border-color: #747CEA;
}
</style>