Shades of Medium Slate Blue #7574E6
Tints of Medium Slate Blue #7574E6
RGB
CMYK
RGB Variations
Color information
#7574E6 (or 0x7574E6) is known color: Medium Slate Blue. HEX triplet: 75, 74 and E6. RGB value is (117,116,230). Sum of RGB (Red+Green+Blue) = 117+116+230=463 (61% of max value = 765). Red value is 117 (46.09% from 255 or 25.27% from 463); Green value is 116 (45.70% from 255 or 25.05% from 463); Blue value is 230 (90.23% from 255 or 49.68% from 463); Max value from RGB is 230 - color contains mainly: blue. Hex color #7574E6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7574E6 is #8A8B19. Grayscale: #808080. Windows color (decimal): -9079578 or 15103093. OLE color: 15103093.
HSL color Cylindrical-coordinate representation of color #7574E6: hue angle of 240.53º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7574E6 is Cyan = 0.49, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 117 | 116 | 230 | - |
| CMYK | 0.49 | 0.50 | 0 | 0.10 |
| HSL | 240.53º | 0.7% | 0.68% | - |
| HSV(B) | 240.53º | 0.5% | 0.9% | - |
| XYZ | 27.86 | 21.99 | 77.64 | - |
| YUV | 129.3 | 184.83 | 119.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 116 | 230 | 0.49 | 0.50 | 0 | 0.10 | 240.53 | 0.7 | 0.68 |
| Hex | 75 | 74 | E6 | 31 | 32 | 0 | A | F1 | 46 | 44 |
| Octal | 165 | 164 | 346 | 61 | 62 | 0 | 12 | 361 | 106 | 104 |
| Binary | 1110101 | 1110100 | 11100110 | 110001 | 110010 | 0 | 1010 | 11110001 | 1000110 | 1000100 |
Color Harmonies of #7574E6
Complementary color
Monochromatic Colors of #7574E6
Black with #7574E6
Text Example
Text Example
White with #7574E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7574E6; }
p { color: rgb(117,116,230); }
H1.HeaderClassName
{
color: #7574E6;
}
.AnyTagClassName
{
color: #7574E6;
}
</style>
background-color css
<style>
a { background-color: #7574E6; }
a { background-color: rgb(117,116,230); }
div.DivClassName
{
background-color: #7574E6;
}
.BgClassName
{
background-color: #7574E6;
}
</style>
border-color css
<style>
span { border-color: #7574E6; }
span { border-color: rgb(117,116,230); }
td.TdClassName
{
border-color: #7574E6;
}
.TagClassName
{
border-color: #7574E6;
}
</style>