Shades of Medium Slate Blue #7355FC
Tints of Medium Slate Blue #7355FC
RGB
CMYK
RGB Variations
Color information
#7355FC (or 0x7355FC) is known color: Medium Slate Blue. HEX triplet: 73, 55 and FC. RGB value is (115,85,252). Sum of RGB (Red+Green+Blue) = 115+85+252=452 (59% of max value = 765). Red value is 115 (45.31% from 255 or 25.44% from 452); Green value is 85 (33.59% from 255 or 18.81% from 452); Blue value is 252 (98.83% from 255 or 55.75% from 452); Max value from RGB is 252 - color contains mainly: blue. Hex color #7355FC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7355FC is #8CAA03. Grayscale: #707070. Windows color (decimal): -9218564 or 16536947. OLE color: 16536947.
HSL color Cylindrical-coordinate representation of color #7355FC: hue angle of 250.78º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7355FC is Cyan = 0.54, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 115 | 85 | 252 | - |
| CMYK | 0.54 | 0.66 | 0 | 0.01 |
| HSL | 250.78º | 0.97% | 0.66% | - |
| HSV(B) | 250.78º | 0.66% | 0.99% | - |
| XYZ | 27.89 | 17.17 | 93.94 | - |
| YUV | 113.01 | 206.44 | 129.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 85 | 252 | 0.54 | 0.66 | 0 | 0.01 | 250.78 | 0.97 | 0.66 |
| Hex | 73 | 55 | FC | 36 | 42 | 0 | 1 | FB | 61 | 42 |
| Octal | 163 | 125 | 374 | 66 | 102 | 0 | 1 | 373 | 141 | 102 |
| Binary | 1110011 | 1010101 | 11111100 | 110110 | 1000010 | 0 | 1 | 11111011 | 1100001 | 1000010 |
Color Harmonies of #7355FC
Complementary color
Monochromatic Colors of #7355FC
Black with #7355FC
Text Example
Text Example
White with #7355FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7355FC; }
p { color: rgb(115,85,252); }
H1.HeaderClassName
{
color: #7355FC;
}
.AnyTagClassName
{
color: #7355FC;
}
</style>
background-color css
<style>
a { background-color: #7355FC; }
a { background-color: rgb(115,85,252); }
div.DivClassName
{
background-color: #7355FC;
}
.BgClassName
{
background-color: #7355FC;
}
</style>
border-color css
<style>
span { border-color: #7355FC; }
span { border-color: rgb(115,85,252); }
td.TdClassName
{
border-color: #7355FC;
}
.TagClassName
{
border-color: #7355FC;
}
</style>