Shades of Slate Blue #7043DC
Tints of Slate Blue #7043DC
RGB
CMYK
RGB Variations
Color information
#7043DC (or 0x7043DC) is known color: Slate Blue. HEX triplet: 70, 43 and DC. RGB value is (112,67,220). Sum of RGB (Red+Green+Blue) = 112+67+220=399 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.07% from 399); Green value is 67 (26.56% from 255 or 16.79% from 399); Blue value is 220 (86.33% from 255 or 55.14% from 399); Max value from RGB is 220 - color contains mainly: blue. Hex color #7043DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7043DC is #8FBC23. Grayscale: #616161. Windows color (decimal): -9419812 or 14435184. OLE color: 14435184.
HSL color Cylindrical-coordinate representation of color #7043DC: hue angle of 257.65º 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 #7043DC is Cyan = 0.49, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 112 | 67 | 220 | - |
| CMYK | 0.49 | 0.70 | 0 | 0.14 |
| HSL | 257.65º | 0.69% | 0.56% | - |
| HSV(B) | 257.65º | 0.7% | 0.86% | - |
| XYZ | 21.61 | 12.63 | 69.01 | - |
| YUV | 97.9 | 196.91 | 138.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 67 | 220 | 0.49 | 0.70 | 0 | 0.14 | 257.65 | 0.69 | 0.56 |
| Hex | 70 | 43 | DC | 31 | 46 | 0 | E | 102 | 45 | 38 |
| Octal | 160 | 103 | 334 | 61 | 106 | 0 | 16 | 402 | 105 | 70 |
| Binary | 1110000 | 1000011 | 11011100 | 110001 | 1000110 | 0 | 1110 | 100000010 | 1000101 | 111000 |
Color Harmonies of #7043DC
Complementary color
Monochromatic Colors of #7043DC
Black with #7043DC
Text Example
Text Example
White with #7043DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7043DC; }
p { color: rgb(112,67,220); }
H1.HeaderClassName
{
color: #7043DC;
}
.AnyTagClassName
{
color: #7043DC;
}
</style>
background-color css
<style>
a { background-color: #7043DC; }
a { background-color: rgb(112,67,220); }
div.DivClassName
{
background-color: #7043DC;
}
.BgClassName
{
background-color: #7043DC;
}
</style>
border-color css
<style>
span { border-color: #7043DC; }
span { border-color: rgb(112,67,220); }
td.TdClassName
{
border-color: #7043DC;
}
.TagClassName
{
border-color: #7043DC;
}
</style>