Shades of Medium Slate Blue #7355F7
Tints of Medium Slate Blue #7355F7
RGB
CMYK
RGB Variations
Color information
#7355F7 (or 0x7355F7) is known color: Medium Slate Blue. HEX triplet: 73, 55 and F7. RGB value is (115,85,247). Sum of RGB (Red+Green+Blue) = 115+85+247=447 (59% of max value = 765). Red value is 115 (45.31% from 255 or 25.73% from 447); Green value is 85 (33.59% from 255 or 19.02% from 447); Blue value is 247 (96.88% from 255 or 55.26% from 447); Max value from RGB is 247 - color contains mainly: blue. Hex color #7355F7 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7355F7 is #8CAA08. Grayscale: #6F6F6F. Windows color (decimal): -9218569 or 16209267. OLE color: 16209267.
HSL color Cylindrical-coordinate representation of color #7355F7: hue angle of 251.11º degrees, saturation: 0.91, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7355F7 is Cyan = 0.53, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 115 | 85 | 247 | - |
| CMYK | 0.53 | 0.66 | 0 | 0.03 |
| HSL | 251.11º | 0.91% | 0.65% | - |
| HSV(B) | 251.11º | 0.66% | 0.97% | - |
| XYZ | 27.11 | 16.86 | 89.82 | - |
| YUV | 112.44 | 203.94 | 129.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 85 | 247 | 0.53 | 0.66 | 0 | 0.03 | 251.11 | 0.91 | 0.65 |
| Hex | 73 | 55 | F7 | 35 | 42 | 0 | 3 | FB | 5B | 41 |
| Octal | 163 | 125 | 367 | 65 | 102 | 0 | 3 | 373 | 133 | 101 |
| Binary | 1110011 | 1010101 | 11110111 | 110101 | 1000010 | 0 | 11 | 11111011 | 1011011 | 1000001 |
Color Harmonies of #7355F7
Complementary color
Monochromatic Colors of #7355F7
Black with #7355F7
Text Example
Text Example
White with #7355F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7355F7; }
p { color: rgb(115,85,247); }
H1.HeaderClassName
{
color: #7355F7;
}
.AnyTagClassName
{
color: #7355F7;
}
</style>
background-color css
<style>
a { background-color: #7355F7; }
a { background-color: rgb(115,85,247); }
div.DivClassName
{
background-color: #7355F7;
}
.BgClassName
{
background-color: #7355F7;
}
</style>
border-color css
<style>
span { border-color: #7355F7; }
span { border-color: rgb(115,85,247); }
td.TdClassName
{
border-color: #7355F7;
}
.TagClassName
{
border-color: #7355F7;
}
</style>