Shades of Medium Slate Blue #7350EE
Tints of Medium Slate Blue #7350EE
RGB
CMYK
RGB Variations
Color information
#7350EE (or 0x7350EE) is known color: Medium Slate Blue. HEX triplet: 73, 50 and EE. RGB value is (115,80,238). Sum of RGB (Red+Green+Blue) = 115+80+238=433 (57% of max value = 765). Red value is 115 (45.31% from 255 or 26.56% from 433); Green value is 80 (31.64% from 255 or 18.48% from 433); Blue value is 238 (93.36% from 255 or 54.97% from 433); Max value from RGB is 238 - color contains mainly: blue. Hex color #7350EE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7350EE is #8CAF11. Grayscale: #6B6B6B. Windows color (decimal): -9219858 or 15618163. OLE color: 15618163.
HSL color Cylindrical-coordinate representation of color #7350EE: hue angle of 253.29º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7350EE is Cyan = 0.52, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 115 | 80 | 238 | - |
| CMYK | 0.52 | 0.66 | 0 | 0.07 |
| HSL | 253.29º | 0.82% | 0.62% | - |
| HSV(B) | 253.29º | 0.66% | 0.93% | - |
| XYZ | 25.37 | 15.56 | 82.55 | - |
| YUV | 108.48 | 201.1 | 132.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 80 | 238 | 0.52 | 0.66 | 0 | 0.07 | 253.29 | 0.82 | 0.62 |
| Hex | 73 | 50 | EE | 34 | 42 | 0 | 7 | FD | 52 | 3E |
| Octal | 163 | 120 | 356 | 64 | 102 | 0 | 7 | 375 | 122 | 76 |
| Binary | 1110011 | 1010000 | 11101110 | 110100 | 1000010 | 0 | 111 | 11111101 | 1010010 | 111110 |
Color Harmonies of #7350EE
Complementary color
Monochromatic Colors of #7350EE
Black with #7350EE
Text Example
Text Example
White with #7350EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7350EE; }
p { color: rgb(115,80,238); }
H1.HeaderClassName
{
color: #7350EE;
}
.AnyTagClassName
{
color: #7350EE;
}
</style>
background-color css
<style>
a { background-color: #7350EE; }
a { background-color: rgb(115,80,238); }
div.DivClassName
{
background-color: #7350EE;
}
.BgClassName
{
background-color: #7350EE;
}
</style>
border-color css
<style>
span { border-color: #7350EE; }
span { border-color: rgb(115,80,238); }
td.TdClassName
{
border-color: #7350EE;
}
.TagClassName
{
border-color: #7350EE;
}
</style>