Shades of Slate Blue #7057C1
Tints of Slate Blue #7057C1
RGB
CMYK
RGB Variations
Color information
#7057C1 (or 0x7057C1) is known color: Slate Blue. HEX triplet: 70, 57 and C1. RGB value is (112,87,193). Sum of RGB (Red+Green+Blue) = 112+87+193=392 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.57% from 392); Green value is 87 (34.38% from 255 or 22.19% from 392); Blue value is 193 (75.78% from 255 or 49.23% from 392); Max value from RGB is 193 - color contains mainly: blue. Hex color #7057C1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7057C1 is #8FA83E. Grayscale: #6A6A6A. Windows color (decimal): -9414719 or 12670832. OLE color: 12670832.
HSL color Cylindrical-coordinate representation of color #7057C1: hue angle of 254.15º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7057C1 is Cyan = 0.42, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 112 | 87 | 193 | - |
| CMYK | 0.42 | 0.55 | 0 | 0.24 |
| HSL | 254.15º | 0.46% | 0.55% | - |
| HSV(B) | 254.15º | 0.55% | 0.76% | - |
| XYZ | 19.72 | 14.11 | 52.14 | - |
| YUV | 106.56 | 176.78 | 131.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 87 | 193 | 0.42 | 0.55 | 0 | 0.24 | 254.15 | 0.46 | 0.55 |
| Hex | 70 | 57 | C1 | 2A | 37 | 0 | 18 | FE | 2E | 37 |
| Octal | 160 | 127 | 301 | 52 | 67 | 0 | 30 | 376 | 56 | 67 |
| Binary | 1110000 | 1010111 | 11000001 | 101010 | 110111 | 0 | 11000 | 11111110 | 101110 | 110111 |
Color Harmonies of #7057C1
Complementary color
Monochromatic Colors of #7057C1
Black with #7057C1
Text Example
Text Example
White with #7057C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7057C1; }
p { color: rgb(112,87,193); }
H1.HeaderClassName
{
color: #7057C1;
}
.AnyTagClassName
{
color: #7057C1;
}
</style>
background-color css
<style>
a { background-color: #7057C1; }
a { background-color: rgb(112,87,193); }
div.DivClassName
{
background-color: #7057C1;
}
.BgClassName
{
background-color: #7057C1;
}
</style>
border-color css
<style>
span { border-color: #7057C1; }
span { border-color: rgb(112,87,193); }
td.TdClassName
{
border-color: #7057C1;
}
.TagClassName
{
border-color: #7057C1;
}
</style>