Shades of Medium Slate Blue #5E72FE
Tints of Medium Slate Blue #5E72FE
RGB
CMYK
RGB Variations
Color information
#5E72FE (or 0x5E72FE) is known color: Medium Slate Blue. HEX triplet: 5E, 72 and FE. RGB value is (94,114,254). Sum of RGB (Red+Green+Blue) = 94+114+254=462 (61% of max value = 765). Red value is 94 (37.11% from 255 or 20.35% from 462); Green value is 114 (44.92% from 255 or 24.68% from 462); Blue value is 254 (99.61% from 255 or 54.98% from 462); Max value from RGB is 254 - color contains mainly: blue. Hex color #5E72FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5E72FE is #A18D01. Grayscale: #7B7B7B. Windows color (decimal): -10587394 or 16675422. OLE color: 16675422.
HSL color Cylindrical-coordinate representation of color #5E72FE: hue angle of 232.5º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5E72FE is Cyan = 0.63, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 94 | 114 | 254 | - |
| CMYK | 0.63 | 0.55 | 0 | 0.00 |
| HSL | 232.5º | 0.99% | 0.68% | - |
| HSV(B) | 232.5º | 0.63% | 1% | - |
| XYZ | 28.52 | 21.57 | 96.43 | - |
| YUV | 123.98 | 201.37 | 106.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 114 | 254 | 0.63 | 0.55 | 0 | 0.00 | 232.5 | 0.99 | 0.68 |
| Hex | 5E | 72 | FE | 3F | 37 | 0 | 0 | E8 | 63 | 44 |
| Octal | 136 | 162 | 376 | 77 | 67 | 0 | 0 | 350 | 143 | 104 |
| Binary | 1011110 | 1110010 | 11111110 | 111111 | 110111 | 0 | 0 | 11101000 | 1100011 | 1000100 |
Color Harmonies of #5E72FE
Complementary color
Monochromatic Colors of #5E72FE
Black with #5E72FE
Text Example
Text Example
White with #5E72FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E72FE; }
p { color: rgb(94,114,254); }
H1.HeaderClassName
{
color: #5E72FE;
}
.AnyTagClassName
{
color: #5E72FE;
}
</style>
background-color css
<style>
a { background-color: #5E72FE; }
a { background-color: rgb(94,114,254); }
div.DivClassName
{
background-color: #5E72FE;
}
.BgClassName
{
background-color: #5E72FE;
}
</style>
border-color css
<style>
span { border-color: #5E72FE; }
span { border-color: rgb(94,114,254); }
td.TdClassName
{
border-color: #5E72FE;
}
.TagClassName
{
border-color: #5E72FE;
}
</style>