Shades of Medium Slate Blue #7356FF
Tints of Medium Slate Blue #7356FF
RGB
CMYK
RGB Variations
Color information
#7356FF (or 0x7356FF) is known color: Medium Slate Blue. HEX triplet: 73, 56 and FF. RGB value is (115,86,255). Sum of RGB (Red+Green+Blue) = 115+86+255=456 (60% of max value = 765). Red value is 115 (45.31% from 255 or 25.22% from 456); Green value is 86 (33.98% from 255 or 18.86% from 456); Blue value is 255 (100% from 255 or 55.92% from 456); Max value from RGB is 255 - color contains mainly: blue. Hex color #7356FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7356FF is #8CA900. Grayscale: #717171. Windows color (decimal): -9218305 or 16733811. OLE color: 16733811.
HSL color Cylindrical-coordinate representation of color #7356FF: hue angle of 250.3º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7356FF is Cyan = 0.55, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 115 | 86 | 255 | - |
| CMYK | 0.55 | 0.66 | 0 | 0 |
| HSL | 250.3º | 1% | 0.67% | - |
| HSV(B) | 250.3º | 0.66% | 1% | - |
| XYZ | 28.45 | 17.52 | 96.49 | - |
| YUV | 113.94 | 207.61 | 128.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 86 | 255 | 0.55 | 0.66 | 0 | 0 | 250.3 | 1 | 0.67 |
| Hex | 73 | 56 | FF | 37 | 42 | 0 | 0 | FA | 64 | 43 |
| Octal | 163 | 126 | 377 | 67 | 102 | 0 | 0 | 372 | 144 | 103 |
| Binary | 1110011 | 1010110 | 11111111 | 110111 | 1000010 | 0 | 0 | 11111010 | 1100100 | 1000011 |
Color Harmonies of #7356FF
Complementary color
Monochromatic Colors of #7356FF
Black with #7356FF
Text Example
Text Example
White with #7356FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7356FF; }
p { color: rgb(115,86,255); }
H1.HeaderClassName
{
color: #7356FF;
}
.AnyTagClassName
{
color: #7356FF;
}
</style>
background-color css
<style>
a { background-color: #7356FF; }
a { background-color: rgb(115,86,255); }
div.DivClassName
{
background-color: #7356FF;
}
.BgClassName
{
background-color: #7356FF;
}
</style>
border-color css
<style>
span { border-color: #7356FF; }
span { border-color: rgb(115,86,255); }
td.TdClassName
{
border-color: #7356FF;
}
.TagClassName
{
border-color: #7356FF;
}
</style>