Shades of Medium Slate Blue #7353FF
Tints of Medium Slate Blue #7353FF
RGB
CMYK
RGB Variations
Color information
#7353FF (or 0x7353FF) is known color: Medium Slate Blue. HEX triplet: 73, 53 and FF. RGB value is (115,83,255). Sum of RGB (Red+Green+Blue) = 115+83+255=453 (60% of max value = 765). Red value is 115 (45.31% from 255 or 25.39% from 453); Green value is 83 (32.81% from 255 or 18.32% from 453); Blue value is 255 (100% from 255 or 56.29% from 453); Max value from RGB is 255 - color contains mainly: blue. Hex color #7353FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7353FF is #8CAC00. Grayscale: #6F6F6F. Windows color (decimal): -9219073 or 16733043. OLE color: 16733043.
HSL color Cylindrical-coordinate representation of color #7353FF: hue angle of 251.16º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7353FF is Cyan = 0.55, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 115 | 83 | 255 | - |
| CMYK | 0.55 | 0.67 | 0 | 0 |
| HSL | 251.16º | 1% | 0.66% | - |
| HSV(B) | 251.16º | 0.67% | 1% | - |
| XYZ | 28.21 | 17.05 | 96.41 | - |
| YUV | 112.18 | 208.6 | 130.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 83 | 255 | 0.55 | 0.67 | 0 | 0 | 251.16 | 1 | 0.66 |
| Hex | 73 | 53 | FF | 37 | 43 | 0 | 0 | FB | 64 | 42 |
| Octal | 163 | 123 | 377 | 67 | 103 | 0 | 0 | 373 | 144 | 102 |
| Binary | 1110011 | 1010011 | 11111111 | 110111 | 1000011 | 0 | 0 | 11111011 | 1100100 | 1000010 |
Color Harmonies of #7353FF
Complementary color
Monochromatic Colors of #7353FF
Black with #7353FF
Text Example
Text Example
White with #7353FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7353FF; }
p { color: rgb(115,83,255); }
H1.HeaderClassName
{
color: #7353FF;
}
.AnyTagClassName
{
color: #7353FF;
}
</style>
background-color css
<style>
a { background-color: #7353FF; }
a { background-color: rgb(115,83,255); }
div.DivClassName
{
background-color: #7353FF;
}
.BgClassName
{
background-color: #7353FF;
}
</style>
border-color css
<style>
span { border-color: #7353FF; }
span { border-color: rgb(115,83,255); }
td.TdClassName
{
border-color: #7353FF;
}
.TagClassName
{
border-color: #7353FF;
}
</style>