Shades of Medium Slate Blue #7345F8
Tints of Medium Slate Blue #7345F8
RGB
CMYK
RGB Variations
Color information
#7345F8 (or 0x7345F8) is known color: Medium Slate Blue. HEX triplet: 73, 45 and F8. RGB value is (115,69,248). Sum of RGB (Red+Green+Blue) = 115+69+248=432 (57% of max value = 765). Red value is 115 (45.31% from 255 or 26.62% from 432); Green value is 69 (27.34% from 255 or 15.97% from 432); Blue value is 248 (97.27% from 255 or 57.41% from 432); Max value from RGB is 248 - color contains mainly: blue. Hex color #7345F8 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7345F8 is #8CBA07. Grayscale: #666666. Windows color (decimal): -9222664 or 16270707. OLE color: 16270707.
HSL color Cylindrical-coordinate representation of color #7345F8: hue angle of 255.42º degrees, saturation: 0.93, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7345F8 is Cyan = 0.54, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 115 | 69 | 248 | - |
| CMYK | 0.54 | 0.72 | 0 | 0.03 |
| HSL | 255.42º | 0.93% | 0.62% | - |
| HSV(B) | 255.42º | 0.72% | 0.97% | - |
| XYZ | 26.14 | 14.68 | 90.26 | - |
| YUV | 103.16 | 209.74 | 136.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 69 | 248 | 0.54 | 0.72 | 0 | 0.03 | 255.42 | 0.93 | 0.62 |
| Hex | 73 | 45 | F8 | 36 | 48 | 0 | 3 | FF | 5D | 3E |
| Octal | 163 | 105 | 370 | 66 | 110 | 0 | 3 | 377 | 135 | 76 |
| Binary | 1110011 | 1000101 | 11111000 | 110110 | 1001000 | 0 | 11 | 11111111 | 1011101 | 111110 |
Color Harmonies of #7345F8
Complementary color
Monochromatic Colors of #7345F8
Black with #7345F8
Text Example
Text Example
White with #7345F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7345F8; }
p { color: rgb(115,69,248); }
H1.HeaderClassName
{
color: #7345F8;
}
.AnyTagClassName
{
color: #7345F8;
}
</style>
background-color css
<style>
a { background-color: #7345F8; }
a { background-color: rgb(115,69,248); }
div.DivClassName
{
background-color: #7345F8;
}
.BgClassName
{
background-color: #7345F8;
}
</style>
border-color css
<style>
span { border-color: #7345F8; }
span { border-color: rgb(115,69,248); }
td.TdClassName
{
border-color: #7345F8;
}
.TagClassName
{
border-color: #7345F8;
}
</style>