Shades of Medium Slate Blue #7543FA
Tints of Medium Slate Blue #7543FA
RGB
CMYK
RGB Variations
Color information
#7543FA (or 0x7543FA) is known color: Medium Slate Blue. HEX triplet: 75, 43 and FA. RGB value is (117,67,250). Sum of RGB (Red+Green+Blue) = 117+67+250=434 (57% of max value = 765). Red value is 117 (46.09% from 255 or 26.96% from 434); Green value is 67 (26.56% from 255 or 15.44% 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 #7543FA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7543FA is #8ABC05. Grayscale: #666666. Windows color (decimal): -9092102 or 16401269. OLE color: 16401269.
HSL color Cylindrical-coordinate representation of color #7543FA: hue angle of 256.39º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7543FA is Cyan = 0.53, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 117 | 67 | 250 | - |
| CMYK | 0.53 | 0.73 | 0 | 0.02 |
| HSL | 256.39º | 0.95% | 0.62% | - |
| HSV(B) | 256.39º | 0.73% | 0.98% | - |
| XYZ | 26.6 | 14.7 | 91.88 | - |
| YUV | 102.81 | 211.07 | 138.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 67 | 250 | 0.53 | 0.73 | 0 | 0.02 | 256.39 | 0.95 | 0.62 |
| Hex | 75 | 43 | FA | 35 | 49 | 0 | 2 | 100 | 5F | 3E |
| Octal | 165 | 103 | 372 | 65 | 111 | 0 | 2 | 400 | 137 | 76 |
| Binary | 1110101 | 1000011 | 11111010 | 110101 | 1001001 | 0 | 10 | 100000000 | 1011111 | 111110 |
Color Harmonies of #7543FA
Complementary color
Monochromatic Colors of #7543FA
Black with #7543FA
Text Example
Text Example
White with #7543FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7543FA; }
p { color: rgb(117,67,250); }
H1.HeaderClassName
{
color: #7543FA;
}
.AnyTagClassName
{
color: #7543FA;
}
</style>
background-color css
<style>
a { background-color: #7543FA; }
a { background-color: rgb(117,67,250); }
div.DivClassName
{
background-color: #7543FA;
}
.BgClassName
{
background-color: #7543FA;
}
</style>
border-color css
<style>
span { border-color: #7543FA; }
span { border-color: rgb(117,67,250); }
td.TdClassName
{
border-color: #7543FA;
}
.TagClassName
{
border-color: #7543FA;
}
</style>