Shades of Medium Slate Blue #7445F0
Tints of Medium Slate Blue #7445F0
RGB
CMYK
RGB Variations
Color information
#7445F0 (or 0x7445F0) is known color: Medium Slate Blue. HEX triplet: 74, 45 and F0. RGB value is (116,69,240). Sum of RGB (Red+Green+Blue) = 116+69+240=425 (56% of max value = 765). Red value is 116 (45.70% from 255 or 27.29% from 425); Green value is 69 (27.34% from 255 or 16.24% from 425); Blue value is 240 (94.14% from 255 or 56.47% from 425); Max value from RGB is 240 - color contains mainly: blue. Hex color #7445F0 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7445F0 is #8BBA0F. Grayscale: #656565. Windows color (decimal): -9157136 or 15746420. OLE color: 15746420.
HSL color Cylindrical-coordinate representation of color #7445F0: hue angle of 256.49º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7445F0 is Cyan = 0.52, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 116 | 69 | 240 | - |
| CMYK | 0.52 | 0.71 | 0 | 0.06 |
| HSL | 256.49º | 0.85% | 0.61% | - |
| HSV(B) | 256.49º | 0.71% | 0.94% | - |
| XYZ | 25.06 | 14.26 | 83.87 | - |
| YUV | 102.55 | 205.57 | 137.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 69 | 240 | 0.52 | 0.71 | 0 | 0.06 | 256.49 | 0.85 | 0.61 |
| Hex | 74 | 45 | F0 | 34 | 47 | 0 | 6 | 100 | 55 | 3D |
| Octal | 164 | 105 | 360 | 64 | 107 | 0 | 6 | 400 | 125 | 75 |
| Binary | 1110100 | 1000101 | 11110000 | 110100 | 1000111 | 0 | 110 | 100000000 | 1010101 | 111101 |
Color Harmonies of #7445F0
Complementary color
Monochromatic Colors of #7445F0
Black with #7445F0
Text Example
Text Example
White with #7445F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7445F0; }
p { color: rgb(116,69,240); }
H1.HeaderClassName
{
color: #7445F0;
}
.AnyTagClassName
{
color: #7445F0;
}
</style>
background-color css
<style>
a { background-color: #7445F0; }
a { background-color: rgb(116,69,240); }
div.DivClassName
{
background-color: #7445F0;
}
.BgClassName
{
background-color: #7445F0;
}
</style>
border-color css
<style>
span { border-color: #7445F0; }
span { border-color: rgb(116,69,240); }
td.TdClassName
{
border-color: #7445F0;
}
.TagClassName
{
border-color: #7445F0;
}
</style>