Shades of Medium Slate Blue #7358FB
Tints of Medium Slate Blue #7358FB
RGB
CMYK
RGB Variations
Color information
#7358FB (or 0x7358FB) is known color: Medium Slate Blue. HEX triplet: 73, 58 and FB. RGB value is (115,88,251). Sum of RGB (Red+Green+Blue) = 115+88+251=454 (60% of max value = 765). Red value is 115 (45.31% from 255 or 25.33% from 454); Green value is 88 (34.77% from 255 or 19.38% from 454); Blue value is 251 (98.44% from 255 or 55.29% from 454); Max value from RGB is 251 - color contains mainly: blue. Hex color #7358FB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7358FB is #8CA704. Grayscale: #727272. Windows color (decimal): -9217797 or 16472179. OLE color: 16472179.
HSL color Cylindrical-coordinate representation of color #7358FB: hue angle of 249.94º degrees, saturation: 0.95, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7358FB is Cyan = 0.54, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 115 | 88 | 251 | - |
| CMYK | 0.54 | 0.65 | 0 | 0.02 |
| HSL | 249.94º | 0.95% | 0.66% | - |
| HSV(B) | 249.94º | 0.65% | 0.98% | - |
| XYZ | 27.97 | 17.59 | 93.19 | - |
| YUV | 114.66 | 204.95 | 128.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 88 | 251 | 0.54 | 0.65 | 0 | 0.02 | 249.94 | 0.95 | 0.66 |
| Hex | 73 | 58 | FB | 36 | 41 | 0 | 2 | FA | 5F | 42 |
| Octal | 163 | 130 | 373 | 66 | 101 | 0 | 2 | 372 | 137 | 102 |
| Binary | 1110011 | 1011000 | 11111011 | 110110 | 1000001 | 0 | 10 | 11111010 | 1011111 | 1000010 |
Color Harmonies of #7358FB
Complementary color
Monochromatic Colors of #7358FB
Black with #7358FB
Text Example
Text Example
White with #7358FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7358FB; }
p { color: rgb(115,88,251); }
H1.HeaderClassName
{
color: #7358FB;
}
.AnyTagClassName
{
color: #7358FB;
}
</style>
background-color css
<style>
a { background-color: #7358FB; }
a { background-color: rgb(115,88,251); }
div.DivClassName
{
background-color: #7358FB;
}
.BgClassName
{
background-color: #7358FB;
}
</style>
border-color css
<style>
span { border-color: #7358FB; }
span { border-color: rgb(115,88,251); }
td.TdClassName
{
border-color: #7358FB;
}
.TagClassName
{
border-color: #7358FB;
}
</style>