Shades of Slate Blue #7543DB
Tints of Slate Blue #7543DB
RGB
CMYK
RGB Variations
Color information
#7543DB (or 0x7543DB) is known color: Slate Blue. HEX triplet: 75, 43 and DB. RGB value is (117,67,219). Sum of RGB (Red+Green+Blue) = 117+67+219=403 (53% of max value = 765). Red value is 117 (46.09% from 255 or 29.03% from 403); Green value is 67 (26.56% from 255 or 16.63% from 403); Blue value is 219 (85.94% from 255 or 54.34% from 403); Max value from RGB is 219 - color contains mainly: blue. Hex color #7543DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7543DB is #8ABC24. Grayscale: #626262. Windows color (decimal): -9092133 or 14369653. OLE color: 14369653.
HSL color Cylindrical-coordinate representation of color #7543DB: hue angle of 259.74º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7543DB is Cyan = 0.47, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 117 | 67 | 219 | - |
| CMYK | 0.47 | 0.69 | 0 | 0.14 |
| HSL | 259.74º | 0.68% | 0.56% | - |
| HSV(B) | 259.74º | 0.69% | 0.86% | - |
| XYZ | 22.13 | 12.91 | 68.34 | - |
| YUV | 99.28 | 195.57 | 140.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 67 | 219 | 0.47 | 0.69 | 0 | 0.14 | 259.74 | 0.68 | 0.56 |
| Hex | 75 | 43 | DB | 2F | 45 | 0 | E | 104 | 44 | 38 |
| Octal | 165 | 103 | 333 | 57 | 105 | 0 | 16 | 404 | 104 | 70 |
| Binary | 1110101 | 1000011 | 11011011 | 101111 | 1000101 | 0 | 1110 | 100000100 | 1000100 | 111000 |
Color Harmonies of #7543DB
Complementary color
Monochromatic Colors of #7543DB
Black with #7543DB
Text Example
Text Example
White with #7543DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7543DB; }
p { color: rgb(117,67,219); }
H1.HeaderClassName
{
color: #7543DB;
}
.AnyTagClassName
{
color: #7543DB;
}
</style>
background-color css
<style>
a { background-color: #7543DB; }
a { background-color: rgb(117,67,219); }
div.DivClassName
{
background-color: #7543DB;
}
.BgClassName
{
background-color: #7543DB;
}
</style>
border-color css
<style>
span { border-color: #7543DB; }
span { border-color: rgb(117,67,219); }
td.TdClassName
{
border-color: #7543DB;
}
.TagClassName
{
border-color: #7543DB;
}
</style>