Shades of Medium Slate Blue #7543FE
Tints of Medium Slate Blue #7543FE
RGB
CMYK
RGB Variations
Color information
#7543FE (or 0x7543FE) is known color: Medium Slate Blue. HEX triplet: 75, 43 and FE. RGB value is (117,67,254). Sum of RGB (Red+Green+Blue) = 117+67+254=438 (58% of max value = 765). Red value is 117 (46.09% from 255 or 26.71% from 438); Green value is 67 (26.56% from 255 or 15.30% from 438); Blue value is 254 (99.61% from 255 or 57.99% from 438); Max value from RGB is 254 - color contains mainly: blue. Hex color #7543FE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7543FE is #8ABC01. Grayscale: #666666. Windows color (decimal): -9092098 or 16663413. OLE color: 16663413.
HSL color Cylindrical-coordinate representation of color #7543FE: hue angle of 256.04º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7543FE is Cyan = 0.54, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 117 | 67 | 254 | - |
| CMYK | 0.54 | 0.74 | 0 | 0.00 |
| HSL | 256.04º | 0.99% | 0.63% | - |
| HSV(B) | 256.04º | 0.74% | 1% | - |
| XYZ | 27.23 | 14.95 | 95.22 | - |
| YUV | 103.27 | 213.07 | 137.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 67 | 254 | 0.54 | 0.74 | 0 | 0.00 | 256.04 | 0.99 | 0.63 |
| Hex | 75 | 43 | FE | 36 | 4A | 0 | 0 | 100 | 63 | 3F |
| Octal | 165 | 103 | 376 | 66 | 112 | 0 | 0 | 400 | 143 | 77 |
| Binary | 1110101 | 1000011 | 11111110 | 110110 | 1001010 | 0 | 0 | 100000000 | 1100011 | 111111 |
Color Harmonies of #7543FE
Complementary color
Monochromatic Colors of #7543FE
Black with #7543FE
Text Example
Text Example
White with #7543FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7543FE; }
p { color: rgb(117,67,254); }
H1.HeaderClassName
{
color: #7543FE;
}
.AnyTagClassName
{
color: #7543FE;
}
</style>
background-color css
<style>
a { background-color: #7543FE; }
a { background-color: rgb(117,67,254); }
div.DivClassName
{
background-color: #7543FE;
}
.BgClassName
{
background-color: #7543FE;
}
</style>
border-color css
<style>
span { border-color: #7543FE; }
span { border-color: rgb(117,67,254); }
td.TdClassName
{
border-color: #7543FE;
}
.TagClassName
{
border-color: #7543FE;
}
</style>