Shades of Medium Slate Blue #7445FA
Tints of Medium Slate Blue #7445FA
RGB
CMYK
RGB Variations
Color information
#7445FA (or 0x7445FA) is known color: Medium Slate Blue. HEX triplet: 74, 45 and FA. RGB value is (116,69,250). Sum of RGB (Red+Green+Blue) = 116+69+250=435 (57% of max value = 765). Red value is 116 (45.70% from 255 or 26.67% from 435); Green value is 69 (27.34% from 255 or 15.86% from 435); Blue value is 250 (98.05% from 255 or 57.47% from 435); Max value from RGB is 250 - color contains mainly: blue. Hex color #7445FA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7445FA is #8BBA05. Grayscale: #676767. Windows color (decimal): -9157126 or 16401780. OLE color: 16401780.
HSL color Cylindrical-coordinate representation of color #7445FA: hue angle of 255.58º 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 #7445FA is Cyan = 0.54, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 116 | 69 | 250 | - |
| CMYK | 0.54 | 0.72 | 0 | 0.02 |
| HSL | 255.58º | 0.95% | 0.63% | - |
| HSV(B) | 255.58º | 0.72% | 0.98% | - |
| XYZ | 26.59 | 14.87 | 91.91 | - |
| YUV | 103.69 | 210.57 | 136.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 69 | 250 | 0.54 | 0.72 | 0 | 0.02 | 255.58 | 0.95 | 0.63 |
| Hex | 74 | 45 | FA | 36 | 48 | 0 | 2 | 100 | 5F | 3F |
| Octal | 164 | 105 | 372 | 66 | 110 | 0 | 2 | 400 | 137 | 77 |
| Binary | 1110100 | 1000101 | 11111010 | 110110 | 1001000 | 0 | 10 | 100000000 | 1011111 | 111111 |
Color Harmonies of #7445FA
Complementary color
Monochromatic Colors of #7445FA
Black with #7445FA
Text Example
Text Example
White with #7445FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7445FA; }
p { color: rgb(116,69,250); }
H1.HeaderClassName
{
color: #7445FA;
}
.AnyTagClassName
{
color: #7445FA;
}
</style>
background-color css
<style>
a { background-color: #7445FA; }
a { background-color: rgb(116,69,250); }
div.DivClassName
{
background-color: #7445FA;
}
.BgClassName
{
background-color: #7445FA;
}
</style>
border-color css
<style>
span { border-color: #7445FA; }
span { border-color: rgb(116,69,250); }
td.TdClassName
{
border-color: #7445FA;
}
.TagClassName
{
border-color: #7445FA;
}
</style>