Shades of Medium Slate Blue #7543FF
Tints of Medium Slate Blue #7543FF
RGB
CMYK
RGB Variations
Color information
#7543FF (or 0x7543FF) is known color: Medium Slate Blue. HEX triplet: 75, 43 and FF. RGB value is (117,67,255). Sum of RGB (Red+Green+Blue) = 117+67+255=439 (58% of max value = 765). Red value is 117 (46.09% from 255 or 26.65% from 439); Green value is 67 (26.56% from 255 or 15.26% from 439); Blue value is 255 (100% from 255 or 58.09% from 439); Max value from RGB is 255 - color contains mainly: blue. Hex color #7543FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7543FF is #8ABC00. Grayscale: #666666. Windows color (decimal): -9092097 or 16728949. OLE color: 16728949.
HSL color Cylindrical-coordinate representation of color #7543FF: hue angle of 255.96º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7543FF is Cyan = 0.54, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 117 | 67 | 255 | - |
| CMYK | 0.54 | 0.74 | 0 | 0 |
| HSL | 255.96º | 1% | 0.63% | - |
| HSV(B) | 255.96º | 0.74% | 1% | - |
| XYZ | 27.39 | 15.02 | 96.06 | - |
| YUV | 103.38 | 213.57 | 137.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 67 | 255 | 0.54 | 0.74 | 0 | 0 | 255.96 | 1 | 0.63 |
| Hex | 75 | 43 | FF | 36 | 4A | 0 | 0 | 100 | 64 | 3F |
| Octal | 165 | 103 | 377 | 66 | 112 | 0 | 0 | 400 | 144 | 77 |
| Binary | 1110101 | 1000011 | 11111111 | 110110 | 1001010 | 0 | 0 | 100000000 | 1100100 | 111111 |
Color Harmonies of #7543FF
Complementary color
Monochromatic Colors of #7543FF
Black with #7543FF
Text Example
Text Example
White with #7543FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7543FF; }
p { color: rgb(117,67,255); }
H1.HeaderClassName
{
color: #7543FF;
}
.AnyTagClassName
{
color: #7543FF;
}
</style>
background-color css
<style>
a { background-color: #7543FF; }
a { background-color: rgb(117,67,255); }
div.DivClassName
{
background-color: #7543FF;
}
.BgClassName
{
background-color: #7543FF;
}
</style>
border-color css
<style>
span { border-color: #7543FF; }
span { border-color: rgb(117,67,255); }
td.TdClassName
{
border-color: #7543FF;
}
.TagClassName
{
border-color: #7543FF;
}
</style>