Shades of Medium Slate Blue #7543FC
Tints of Medium Slate Blue #7543FC
RGB
CMYK
RGB Variations
Color information
#7543FC (or 0x7543FC) is known color: Medium Slate Blue. HEX triplet: 75, 43 and FC. RGB value is (117,67,252). Sum of RGB (Red+Green+Blue) = 117+67+252=436 (57% of max value = 765). Red value is 117 (46.09% from 255 or 26.83% from 436); Green value is 67 (26.56% from 255 or 15.37% from 436); Blue value is 252 (98.83% from 255 or 57.80% from 436); Max value from RGB is 252 - color contains mainly: blue. Hex color #7543FC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7543FC is #8ABC03. Grayscale: #666666. Windows color (decimal): -9092100 or 16532341. OLE color: 16532341.
HSL color Cylindrical-coordinate representation of color #7543FC: hue angle of 256.22º degrees, saturation: 0.97, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7543FC is Cyan = 0.54, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 117 | 67 | 252 | - |
| CMYK | 0.54 | 0.73 | 0 | 0.01 |
| HSL | 256.22º | 0.97% | 0.63% | - |
| HSV(B) | 256.22º | 0.73% | 0.99% | - |
| XYZ | 26.91 | 14.82 | 93.54 | - |
| YUV | 103.04 | 212.07 | 137.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 67 | 252 | 0.54 | 0.73 | 0 | 0.01 | 256.22 | 0.97 | 0.63 |
| Hex | 75 | 43 | FC | 36 | 49 | 0 | 1 | 100 | 61 | 3F |
| Octal | 165 | 103 | 374 | 66 | 111 | 0 | 1 | 400 | 141 | 77 |
| Binary | 1110101 | 1000011 | 11111100 | 110110 | 1001001 | 0 | 1 | 100000000 | 1100001 | 111111 |
Color Harmonies of #7543FC
Complementary color
Monochromatic Colors of #7543FC
Black with #7543FC
Text Example
Text Example
White with #7543FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7543FC; }
p { color: rgb(117,67,252); }
H1.HeaderClassName
{
color: #7543FC;
}
.AnyTagClassName
{
color: #7543FC;
}
</style>
background-color css
<style>
a { background-color: #7543FC; }
a { background-color: rgb(117,67,252); }
div.DivClassName
{
background-color: #7543FC;
}
.BgClassName
{
background-color: #7543FC;
}
</style>
border-color css
<style>
span { border-color: #7543FC; }
span { border-color: rgb(117,67,252); }
td.TdClassName
{
border-color: #7543FC;
}
.TagClassName
{
border-color: #7543FC;
}
</style>