Shades of Medium Slate Blue #7543FD
Tints of Medium Slate Blue #7543FD
RGB
CMYK
RGB Variations
Color information
#7543FD (or 0x7543FD) is known color: Medium Slate Blue. HEX triplet: 75, 43 and FD. RGB value is (117,67,253). Sum of RGB (Red+Green+Blue) = 117+67+253=437 (57% of max value = 765). Red value is 117 (46.09% from 255 or 26.77% from 437); Green value is 67 (26.56% from 255 or 15.33% from 437); Blue value is 253 (99.22% from 255 or 57.89% from 437); Max value from RGB is 253 - color contains mainly: blue. Hex color #7543FD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7543FD is #8ABC02. Grayscale: #666666. Windows color (decimal): -9092099 or 16597877. OLE color: 16597877.
HSL color Cylindrical-coordinate representation of color #7543FD: hue angle of 256.13º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7543FD is Cyan = 0.54, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 117 | 67 | 253 | - |
| CMYK | 0.54 | 0.74 | 0 | 0.01 |
| HSL | 256.13º | 0.98% | 0.63% | - |
| HSV(B) | 256.13º | 0.74% | 0.99% | - |
| XYZ | 27.07 | 14.89 | 94.38 | - |
| YUV | 103.15 | 212.57 | 137.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 67 | 253 | 0.54 | 0.74 | 0 | 0.01 | 256.13 | 0.98 | 0.63 |
| Hex | 75 | 43 | FD | 36 | 4A | 0 | 1 | 100 | 62 | 3F |
| Octal | 165 | 103 | 375 | 66 | 112 | 0 | 1 | 400 | 142 | 77 |
| Binary | 1110101 | 1000011 | 11111101 | 110110 | 1001010 | 0 | 1 | 100000000 | 1100010 | 111111 |
Color Harmonies of #7543FD
Complementary color
Monochromatic Colors of #7543FD
Black with #7543FD
Text Example
Text Example
White with #7543FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7543FD; }
p { color: rgb(117,67,253); }
H1.HeaderClassName
{
color: #7543FD;
}
.AnyTagClassName
{
color: #7543FD;
}
</style>
background-color css
<style>
a { background-color: #7543FD; }
a { background-color: rgb(117,67,253); }
div.DivClassName
{
background-color: #7543FD;
}
.BgClassName
{
background-color: #7543FD;
}
</style>
border-color css
<style>
span { border-color: #7543FD; }
span { border-color: rgb(117,67,253); }
td.TdClassName
{
border-color: #7543FD;
}
.TagClassName
{
border-color: #7543FD;
}
</style>