Shades of Slate Blue #7543DC
Tints of Slate Blue #7543DC
RGB
CMYK
RGB Variations
Color information
#7543DC (or 0x7543DC) is known color: Slate Blue. HEX triplet: 75, 43 and DC. RGB value is (117,67,220). Sum of RGB (Red+Green+Blue) = 117+67+220=404 (53% of max value = 765). Red value is 117 (46.09% from 255 or 28.96% from 404); Green value is 67 (26.56% from 255 or 16.58% from 404); Blue value is 220 (86.33% from 255 or 54.46% from 404); Max value from RGB is 220 - color contains mainly: blue. Hex color #7543DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7543DC is #8ABC23. Grayscale: #626262. Windows color (decimal): -9092132 or 14435189. OLE color: 14435189.
HSL color Cylindrical-coordinate representation of color #7543DC: hue angle of 259.61º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7543DC is Cyan = 0.47, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 117 | 67 | 220 | - |
| CMYK | 0.47 | 0.70 | 0 | 0.14 |
| HSL | 259.61º | 0.69% | 0.56% | - |
| HSV(B) | 259.61º | 0.7% | 0.86% | - |
| XYZ | 22.26 | 12.96 | 69.04 | - |
| YUV | 99.39 | 196.07 | 140.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 67 | 220 | 0.47 | 0.70 | 0 | 0.14 | 259.61 | 0.69 | 0.56 |
| Hex | 75 | 43 | DC | 2F | 46 | 0 | E | 104 | 45 | 38 |
| Octal | 165 | 103 | 334 | 57 | 106 | 0 | 16 | 404 | 105 | 70 |
| Binary | 1110101 | 1000011 | 11011100 | 101111 | 1000110 | 0 | 1110 | 100000100 | 1000101 | 111000 |
Color Harmonies of #7543DC
Complementary color
Monochromatic Colors of #7543DC
Black with #7543DC
Text Example
Text Example
White with #7543DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7543DC; }
p { color: rgb(117,67,220); }
H1.HeaderClassName
{
color: #7543DC;
}
.AnyTagClassName
{
color: #7543DC;
}
</style>
background-color css
<style>
a { background-color: #7543DC; }
a { background-color: rgb(117,67,220); }
div.DivClassName
{
background-color: #7543DC;
}
.BgClassName
{
background-color: #7543DC;
}
</style>
border-color css
<style>
span { border-color: #7543DC; }
span { border-color: rgb(117,67,220); }
td.TdClassName
{
border-color: #7543DC;
}
.TagClassName
{
border-color: #7543DC;
}
</style>