Shades of Medium Slate Blue #7345FA
Tints of Medium Slate Blue #7345FA
RGB
CMYK
RGB Variations
Color information
#7345FA (or 0x7345FA) is known color: Medium Slate Blue. HEX triplet: 73, 45 and FA. RGB value is (115,69,250). Sum of RGB (Red+Green+Blue) = 115+69+250=434 (57% of max value = 765). Red value is 115 (45.31% from 255 or 26.50% from 434); Green value is 69 (27.34% from 255 or 15.90% from 434); Blue value is 250 (98.05% from 255 or 57.60% from 434); Max value from RGB is 250 - color contains mainly: blue. Hex color #7345FA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7345FA is #8CBA05. Grayscale: #666666. Windows color (decimal): -9222662 or 16401779. OLE color: 16401779.
HSL color Cylindrical-coordinate representation of color #7345FA: hue angle of 255.25º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7345FA is Cyan = 0.54, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 115 | 69 | 250 | - |
| CMYK | 0.54 | 0.72 | 0 | 0.02 |
| HSL | 255.25º | 0.95% | 0.63% | - |
| HSV(B) | 255.25º | 0.72% | 0.98% | - |
| XYZ | 26.45 | 14.8 | 91.91 | - |
| YUV | 103.39 | 210.74 | 136.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 69 | 250 | 0.54 | 0.72 | 0 | 0.02 | 255.25 | 0.95 | 0.63 |
| Hex | 73 | 45 | FA | 36 | 48 | 0 | 2 | FF | 5F | 3F |
| Octal | 163 | 105 | 372 | 66 | 110 | 0 | 2 | 377 | 137 | 77 |
| Binary | 1110011 | 1000101 | 11111010 | 110110 | 1001000 | 0 | 10 | 11111111 | 1011111 | 111111 |
Color Harmonies of #7345FA
Complementary color
Monochromatic Colors of #7345FA
Black with #7345FA
Text Example
Text Example
White with #7345FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7345FA; }
p { color: rgb(115,69,250); }
H1.HeaderClassName
{
color: #7345FA;
}
.AnyTagClassName
{
color: #7345FA;
}
</style>
background-color css
<style>
a { background-color: #7345FA; }
a { background-color: rgb(115,69,250); }
div.DivClassName
{
background-color: #7345FA;
}
.BgClassName
{
background-color: #7345FA;
}
</style>
border-color css
<style>
span { border-color: #7345FA; }
span { border-color: rgb(115,69,250); }
td.TdClassName
{
border-color: #7345FA;
}
.TagClassName
{
border-color: #7345FA;
}
</style>