Shades of Slate Blue #7443DC
Tints of Slate Blue #7443DC
RGB
CMYK
RGB Variations
Color information
#7443DC (or 0x7443DC) is known color: Slate Blue. HEX triplet: 74, 43 and DC. RGB value is (116,67,220). Sum of RGB (Red+Green+Blue) = 116+67+220=403 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.78% from 403); Green value is 67 (26.56% from 255 or 16.63% from 403); Blue value is 220 (86.33% from 255 or 54.59% from 403); Max value from RGB is 220 - color contains mainly: blue. Hex color #7443DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7443DC is #8BBC23. Grayscale: #626262. Windows color (decimal): -9157668 or 14435188. OLE color: 14435188.
HSL color Cylindrical-coordinate representation of color #7443DC: hue angle of 259.22º 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 #7443DC is Cyan = 0.47, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 116 | 67 | 220 | - |
| CMYK | 0.47 | 0.70 | 0 | 0.14 |
| HSL | 259.22º | 0.69% | 0.56% | - |
| HSV(B) | 259.22º | 0.7% | 0.86% | - |
| XYZ | 22.13 | 12.89 | 69.03 | - |
| YUV | 99.09 | 196.23 | 140.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 67 | 220 | 0.47 | 0.70 | 0 | 0.14 | 259.22 | 0.69 | 0.56 |
| Hex | 74 | 43 | DC | 2F | 46 | 0 | E | 103 | 45 | 38 |
| Octal | 164 | 103 | 334 | 57 | 106 | 0 | 16 | 403 | 105 | 70 |
| Binary | 1110100 | 1000011 | 11011100 | 101111 | 1000110 | 0 | 1110 | 100000011 | 1000101 | 111000 |
Color Harmonies of #7443DC
Complementary color
Monochromatic Colors of #7443DC
Black with #7443DC
Text Example
Text Example
White with #7443DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7443DC; }
p { color: rgb(116,67,220); }
H1.HeaderClassName
{
color: #7443DC;
}
.AnyTagClassName
{
color: #7443DC;
}
</style>
background-color css
<style>
a { background-color: #7443DC; }
a { background-color: rgb(116,67,220); }
div.DivClassName
{
background-color: #7443DC;
}
.BgClassName
{
background-color: #7443DC;
}
</style>
border-color css
<style>
span { border-color: #7443DC; }
span { border-color: rgb(116,67,220); }
td.TdClassName
{
border-color: #7443DC;
}
.TagClassName
{
border-color: #7443DC;
}
</style>