Shades of Medium Slate Blue #5E62EA
Tints of Medium Slate Blue #5E62EA
RGB
CMYK
RGB Variations
Color information
#5E62EA (or 0x5E62EA) is known color: Medium Slate Blue. HEX triplet: 5E, 62 and EA. RGB value is (94,98,234). Sum of RGB (Red+Green+Blue) = 94+98+234=426 (56% of max value = 765). Red value is 94 (37.11% from 255 or 22.07% from 426); Green value is 98 (38.67% from 255 or 23.00% from 426); Blue value is 234 (91.80% from 255 or 54.93% from 426); Max value from RGB is 234 - color contains mainly: blue. Hex color #5E62EA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5E62EA is #A19D15. Grayscale: #6F6F6F. Windows color (decimal): -10591510 or 15360606. OLE color: 15360606.
HSL color Cylindrical-coordinate representation of color #5E62EA: hue angle of 238.29º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5E62EA is Cyan = 0.60, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 94 | 98 | 234 | - |
| CMYK | 0.60 | 0.58 | 0 | 0.08 |
| HSL | 238.29º | 0.77% | 0.64% | - |
| HSV(B) | 238.29º | 0.6% | 0.92% | - |
| XYZ | 23.84 | 17.06 | 79.88 | - |
| YUV | 112.31 | 196.67 | 114.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 98 | 234 | 0.60 | 0.58 | 0 | 0.08 | 238.29 | 0.77 | 0.64 |
| Hex | 5E | 62 | EA | 3C | 3A | 0 | 8 | EE | 4D | 40 |
| Octal | 136 | 142 | 352 | 74 | 72 | 0 | 10 | 356 | 115 | 100 |
| Binary | 1011110 | 1100010 | 11101010 | 111100 | 111010 | 0 | 1000 | 11101110 | 1001101 | 1000000 |
Color Harmonies of #5E62EA
Complementary color
Monochromatic Colors of #5E62EA
Black with #5E62EA
Text Example
Text Example
White with #5E62EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E62EA; }
p { color: rgb(94,98,234); }
H1.HeaderClassName
{
color: #5E62EA;
}
.AnyTagClassName
{
color: #5E62EA;
}
</style>
background-color css
<style>
a { background-color: #5E62EA; }
a { background-color: rgb(94,98,234); }
div.DivClassName
{
background-color: #5E62EA;
}
.BgClassName
{
background-color: #5E62EA;
}
</style>
border-color css
<style>
span { border-color: #5E62EA; }
span { border-color: rgb(94,98,234); }
td.TdClassName
{
border-color: #5E62EA;
}
.TagClassName
{
border-color: #5E62EA;
}
</style>