Shades of Medium Slate Blue #7355F6
Tints of Medium Slate Blue #7355F6
RGB
CMYK
RGB Variations
Color information
#7355F6 (or 0x7355F6) is known color: Medium Slate Blue. HEX triplet: 73, 55 and F6. RGB value is (115,85,246). Sum of RGB (Red+Green+Blue) = 115+85+246=446 (59% of max value = 765). Red value is 115 (45.31% from 255 or 25.78% from 446); Green value is 85 (33.59% from 255 or 19.06% from 446); Blue value is 246 (96.48% from 255 or 55.16% from 446); Max value from RGB is 246 - color contains mainly: blue. Hex color #7355F6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7355F6 is #8CAA09. Grayscale: #6F6F6F. Windows color (decimal): -9218570 or 16143731. OLE color: 16143731.
HSL color Cylindrical-coordinate representation of color #7355F6: hue angle of 251.18º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7355F6 is Cyan = 0.53, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 115 | 85 | 246 | - |
| CMYK | 0.53 | 0.65 | 0 | 0.04 |
| HSL | 251.18º | 0.9% | 0.65% | - |
| HSV(B) | 251.18º | 0.65% | 0.96% | - |
| XYZ | 26.95 | 16.8 | 89.01 | - |
| YUV | 112.32 | 203.44 | 129.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 85 | 246 | 0.53 | 0.65 | 0 | 0.04 | 251.18 | 0.9 | 0.65 |
| Hex | 73 | 55 | F6 | 35 | 41 | 0 | 4 | FB | 5A | 41 |
| Octal | 163 | 125 | 366 | 65 | 101 | 0 | 4 | 373 | 132 | 101 |
| Binary | 1110011 | 1010101 | 11110110 | 110101 | 1000001 | 0 | 100 | 11111011 | 1011010 | 1000001 |
Color Harmonies of #7355F6
Complementary color
Monochromatic Colors of #7355F6
Black with #7355F6
Text Example
Text Example
White with #7355F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7355F6; }
p { color: rgb(115,85,246); }
H1.HeaderClassName
{
color: #7355F6;
}
.AnyTagClassName
{
color: #7355F6;
}
</style>
background-color css
<style>
a { background-color: #7355F6; }
a { background-color: rgb(115,85,246); }
div.DivClassName
{
background-color: #7355F6;
}
.BgClassName
{
background-color: #7355F6;
}
</style>
border-color css
<style>
span { border-color: #7355F6; }
span { border-color: rgb(115,85,246); }
td.TdClassName
{
border-color: #7355F6;
}
.TagClassName
{
border-color: #7355F6;
}
</style>