Shades of Medium Slate Blue #7353FB
Tints of Medium Slate Blue #7353FB
RGB
CMYK
RGB Variations
Color information
#7353FB (or 0x7353FB) is known color: Medium Slate Blue. HEX triplet: 73, 53 and FB. RGB value is (115,83,251). Sum of RGB (Red+Green+Blue) = 115+83+251=449 (59% of max value = 765). Red value is 115 (45.31% from 255 or 25.61% from 449); Green value is 83 (32.81% from 255 or 18.49% from 449); Blue value is 251 (98.44% from 255 or 55.90% from 449); Max value from RGB is 251 - color contains mainly: blue. Hex color #7353FB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7353FB is #8CAC04. Grayscale: #6F6F6F. Windows color (decimal): -9219077 or 16470899. OLE color: 16470899.
HSL color Cylindrical-coordinate representation of color #7353FB: hue angle of 251.43º degrees, saturation: 0.95, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7353FB is Cyan = 0.54, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 115 | 83 | 251 | - |
| CMYK | 0.54 | 0.67 | 0 | 0.02 |
| HSL | 251.43º | 0.95% | 0.65% | - |
| HSV(B) | 251.43º | 0.67% | 0.98% | - |
| XYZ | 27.58 | 16.8 | 93.06 | - |
| YUV | 111.72 | 206.6 | 130.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 83 | 251 | 0.54 | 0.67 | 0 | 0.02 | 251.43 | 0.95 | 0.65 |
| Hex | 73 | 53 | FB | 36 | 43 | 0 | 2 | FB | 5F | 41 |
| Octal | 163 | 123 | 373 | 66 | 103 | 0 | 2 | 373 | 137 | 101 |
| Binary | 1110011 | 1010011 | 11111011 | 110110 | 1000011 | 0 | 10 | 11111011 | 1011111 | 1000001 |
Color Harmonies of #7353FB
Complementary color
Monochromatic Colors of #7353FB
Black with #7353FB
Text Example
Text Example
White with #7353FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7353FB; }
p { color: rgb(115,83,251); }
H1.HeaderClassName
{
color: #7353FB;
}
.AnyTagClassName
{
color: #7353FB;
}
</style>
background-color css
<style>
a { background-color: #7353FB; }
a { background-color: rgb(115,83,251); }
div.DivClassName
{
background-color: #7353FB;
}
.BgClassName
{
background-color: #7353FB;
}
</style>
border-color css
<style>
span { border-color: #7353FB; }
span { border-color: rgb(115,83,251); }
td.TdClassName
{
border-color: #7353FB;
}
.TagClassName
{
border-color: #7353FB;
}
</style>