Shades of Slate Blue #7053C0
Tints of Slate Blue #7053C0
RGB
CMYK
RGB Variations
Color information
#7053C0 (or 0x7053C0) is known color: Slate Blue. HEX triplet: 70, 53 and C0. RGB value is (112,83,192). Sum of RGB (Red+Green+Blue) = 112+83+192=387 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.94% from 387); Green value is 83 (32.81% from 255 or 21.45% from 387); Blue value is 192 (75.39% from 255 or 49.61% from 387); Max value from RGB is 192 - color contains mainly: blue. Hex color #7053C0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7053C0 is #8FAC3F. Grayscale: #676767. Windows color (decimal): -9415744 or 12604272. OLE color: 12604272.
HSL color Cylindrical-coordinate representation of color #7053C0: hue angle of 255.96º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7053C0 is Cyan = 0.42, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 112 | 83 | 192 | - |
| CMYK | 0.42 | 0.57 | 0 | 0.25 |
| HSL | 255.96º | 0.46% | 0.54% | - |
| HSV(B) | 255.96º | 0.57% | 0.75% | - |
| XYZ | 19.29 | 13.44 | 51.45 | - |
| YUV | 104.1 | 177.61 | 133.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 83 | 192 | 0.42 | 0.57 | 0 | 0.25 | 255.96 | 0.46 | 0.54 |
| Hex | 70 | 53 | C0 | 2A | 39 | 0 | 19 | 100 | 2E | 36 |
| Octal | 160 | 123 | 300 | 52 | 71 | 0 | 31 | 400 | 56 | 66 |
| Binary | 1110000 | 1010011 | 11000000 | 101010 | 111001 | 0 | 11001 | 100000000 | 101110 | 110110 |
Color Harmonies of #7053C0
Complementary color
Monochromatic Colors of #7053C0
Black with #7053C0
Text Example
Text Example
White with #7053C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7053C0; }
p { color: rgb(112,83,192); }
H1.HeaderClassName
{
color: #7053C0;
}
.AnyTagClassName
{
color: #7053C0;
}
</style>
background-color css
<style>
a { background-color: #7053C0; }
a { background-color: rgb(112,83,192); }
div.DivClassName
{
background-color: #7053C0;
}
.BgClassName
{
background-color: #7053C0;
}
</style>
border-color css
<style>
span { border-color: #7053C0; }
span { border-color: rgb(112,83,192); }
td.TdClassName
{
border-color: #7053C0;
}
.TagClassName
{
border-color: #7053C0;
}
</style>