Shades of Medium Slate Blue #7351EE
Tints of Medium Slate Blue #7351EE
RGB
CMYK
RGB Variations
Color information
#7351EE (or 0x7351EE) is known color: Medium Slate Blue. HEX triplet: 73, 51 and EE. RGB value is (115,81,238). Sum of RGB (Red+Green+Blue) = 115+81+238=434 (57% of max value = 765). Red value is 115 (45.31% from 255 or 26.50% from 434); Green value is 81 (32.03% from 255 or 18.66% from 434); Blue value is 238 (93.36% from 255 or 54.84% from 434); Max value from RGB is 238 - color contains mainly: blue. Hex color #7351EE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7351EE is #8CAE11. Grayscale: #6C6C6C. Windows color (decimal): -9219602 or 15618419. OLE color: 15618419.
HSL color Cylindrical-coordinate representation of color #7351EE: hue angle of 252.99º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7351EE is Cyan = 0.52, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 115 | 81 | 238 | - |
| CMYK | 0.52 | 0.66 | 0 | 0.07 |
| HSL | 252.99º | 0.82% | 0.63% | - |
| HSV(B) | 252.99º | 0.66% | 0.93% | - |
| XYZ | 25.45 | 15.7 | 82.58 | - |
| YUV | 109.06 | 200.76 | 132.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 81 | 238 | 0.52 | 0.66 | 0 | 0.07 | 252.99 | 0.82 | 0.63 |
| Hex | 73 | 51 | EE | 34 | 42 | 0 | 7 | FD | 52 | 3F |
| Octal | 163 | 121 | 356 | 64 | 102 | 0 | 7 | 375 | 122 | 77 |
| Binary | 1110011 | 1010001 | 11101110 | 110100 | 1000010 | 0 | 111 | 11111101 | 1010010 | 111111 |
Color Harmonies of #7351EE
Complementary color
Monochromatic Colors of #7351EE
Black with #7351EE
Text Example
Text Example
White with #7351EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7351EE; }
p { color: rgb(115,81,238); }
H1.HeaderClassName
{
color: #7351EE;
}
.AnyTagClassName
{
color: #7351EE;
}
</style>
background-color css
<style>
a { background-color: #7351EE; }
a { background-color: rgb(115,81,238); }
div.DivClassName
{
background-color: #7351EE;
}
.BgClassName
{
background-color: #7351EE;
}
</style>
border-color css
<style>
span { border-color: #7351EE; }
span { border-color: rgb(115,81,238); }
td.TdClassName
{
border-color: #7351EE;
}
.TagClassName
{
border-color: #7351EE;
}
</style>