Shades of Medium Slate Blue #7355FA
Tints of Medium Slate Blue #7355FA
RGB
CMYK
RGB Variations
Color information
#7355FA (or 0x7355FA) is known color: Medium Slate Blue. HEX triplet: 73, 55 and FA. RGB value is (115,85,250). Sum of RGB (Red+Green+Blue) = 115+85+250=450 (59% of max value = 765). Red value is 115 (45.31% from 255 or 25.56% from 450); Green value is 85 (33.59% from 255 or 18.89% from 450); Blue value is 250 (98.05% from 255 or 55.56% from 450); Max value from RGB is 250 - color contains mainly: blue. Hex color #7355FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7355FA is #8CAA05. Grayscale: #707070. Windows color (decimal): -9218566 or 16405875. OLE color: 16405875.
HSL color Cylindrical-coordinate representation of color #7355FA: hue angle of 250.91º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7355FA is Cyan = 0.54, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 115 | 85 | 250 | - |
| CMYK | 0.54 | 0.66 | 0 | 0.02 |
| HSL | 250.91º | 0.94% | 0.66% | - |
| HSV(B) | 250.91º | 0.66% | 0.98% | - |
| XYZ | 27.57 | 17.04 | 92.28 | - |
| YUV | 112.78 | 205.44 | 129.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 85 | 250 | 0.54 | 0.66 | 0 | 0.02 | 250.91 | 0.94 | 0.66 |
| Hex | 73 | 55 | FA | 36 | 42 | 0 | 2 | FB | 5E | 42 |
| Octal | 163 | 125 | 372 | 66 | 102 | 0 | 2 | 373 | 136 | 102 |
| Binary | 1110011 | 1010101 | 11111010 | 110110 | 1000010 | 0 | 10 | 11111011 | 1011110 | 1000010 |
Color Harmonies of #7355FA
Complementary color
Monochromatic Colors of #7355FA
Black with #7355FA
Text Example
Text Example
White with #7355FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7355FA; }
p { color: rgb(115,85,250); }
H1.HeaderClassName
{
color: #7355FA;
}
.AnyTagClassName
{
color: #7355FA;
}
</style>
background-color css
<style>
a { background-color: #7355FA; }
a { background-color: rgb(115,85,250); }
div.DivClassName
{
background-color: #7355FA;
}
.BgClassName
{
background-color: #7355FA;
}
</style>
border-color css
<style>
span { border-color: #7355FA; }
span { border-color: rgb(115,85,250); }
td.TdClassName
{
border-color: #7355FA;
}
.TagClassName
{
border-color: #7355FA;
}
</style>