Shades of Slate Blue #7057CF
Tints of Slate Blue #7057CF
RGB
CMYK
RGB Variations
Color information
#7057CF (or 0x7057CF) is known color: Slate Blue. HEX triplet: 70, 57 and CF. RGB value is (112,87,207). Sum of RGB (Red+Green+Blue) = 112+87+207=406 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.59% from 406); Green value is 87 (34.38% from 255 or 21.43% from 406); Blue value is 207 (81.25% from 255 or 50.99% from 406); Max value from RGB is 207 - color contains mainly: blue. Hex color #7057CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7057CF is #8FA830. Grayscale: #6B6B6B. Windows color (decimal): -9414705 or 13588336. OLE color: 13588336.
HSL color Cylindrical-coordinate representation of color #7057CF: hue angle of 252.5º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7057CF is Cyan = 0.46, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 112 | 87 | 207 | - |
| CMYK | 0.46 | 0.58 | 0 | 0.19 |
| HSL | 252.5º | 0.56% | 0.58% | - |
| HSV(B) | 252.5º | 0.58% | 0.81% | - |
| XYZ | 21.35 | 14.77 | 60.76 | - |
| YUV | 108.16 | 183.78 | 130.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 87 | 207 | 0.46 | 0.58 | 0 | 0.19 | 252.5 | 0.56 | 0.58 |
| Hex | 70 | 57 | CF | 2E | 3A | 0 | 13 | FD | 38 | 3A |
| Octal | 160 | 127 | 317 | 56 | 72 | 0 | 23 | 375 | 70 | 72 |
| Binary | 1110000 | 1010111 | 11001111 | 101110 | 111010 | 0 | 10011 | 11111101 | 111000 | 111010 |
Color Harmonies of #7057CF
Complementary color
Monochromatic Colors of #7057CF
Black with #7057CF
Text Example
Text Example
White with #7057CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7057CF; }
p { color: rgb(112,87,207); }
H1.HeaderClassName
{
color: #7057CF;
}
.AnyTagClassName
{
color: #7057CF;
}
</style>
background-color css
<style>
a { background-color: #7057CF; }
a { background-color: rgb(112,87,207); }
div.DivClassName
{
background-color: #7057CF;
}
.BgClassName
{
background-color: #7057CF;
}
</style>
border-color css
<style>
span { border-color: #7057CF; }
span { border-color: rgb(112,87,207); }
td.TdClassName
{
border-color: #7057CF;
}
.TagClassName
{
border-color: #7057CF;
}
</style>