Shades of Medium Slate Blue #7350FF
Tints of Medium Slate Blue #7350FF
RGB
CMYK
RGB Variations
Color information
#7350FF (or 0x7350FF) is known color: Medium Slate Blue. HEX triplet: 73, 50 and FF. RGB value is (115,80,255). Sum of RGB (Red+Green+Blue) = 115+80+255=450 (59% of max value = 765). Red value is 115 (45.31% from 255 or 25.56% from 450); Green value is 80 (31.64% from 255 or 17.78% from 450); Blue value is 255 (100% from 255 or 56.67% from 450); Max value from RGB is 255 - color contains mainly: blue. Hex color #7350FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7350FF is #8CAF00. Grayscale: #6D6D6D. Windows color (decimal): -9219841 or 16732275. OLE color: 16732275.
HSL color Cylindrical-coordinate representation of color #7350FF: hue angle of 252º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7350FF is Cyan = 0.55, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 115 | 80 | 255 | - |
| CMYK | 0.55 | 0.69 | 0 | 0 |
| HSL | 252º | 1% | 0.66% | - |
| HSV(B) | 252º | 0.69% | 1% | - |
| XYZ | 27.99 | 16.6 | 96.34 | - |
| YUV | 110.42 | 209.6 | 131.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 80 | 255 | 0.55 | 0.69 | 0 | 0 | 252 | 1 | 0.66 |
| Hex | 73 | 50 | FF | 37 | 45 | 0 | 0 | FC | 64 | 42 |
| Octal | 163 | 120 | 377 | 67 | 105 | 0 | 0 | 374 | 144 | 102 |
| Binary | 1110011 | 1010000 | 11111111 | 110111 | 1000101 | 0 | 0 | 11111100 | 1100100 | 1000010 |
Color Harmonies of #7350FF
Complementary color
Monochromatic Colors of #7350FF
Black with #7350FF
Text Example
Text Example
White with #7350FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7350FF; }
p { color: rgb(115,80,255); }
H1.HeaderClassName
{
color: #7350FF;
}
.AnyTagClassName
{
color: #7350FF;
}
</style>
background-color css
<style>
a { background-color: #7350FF; }
a { background-color: rgb(115,80,255); }
div.DivClassName
{
background-color: #7350FF;
}
.BgClassName
{
background-color: #7350FF;
}
</style>
border-color css
<style>
span { border-color: #7350FF; }
span { border-color: rgb(115,80,255); }
td.TdClassName
{
border-color: #7350FF;
}
.TagClassName
{
border-color: #7350FF;
}
</style>