Shades of Slate Blue #7057CB
Tints of Slate Blue #7057CB
RGB
CMYK
RGB Variations
Color information
#7057CB (or 0x7057CB) is known color: Slate Blue. HEX triplet: 70, 57 and CB. RGB value is (112,87,203). Sum of RGB (Red+Green+Blue) = 112+87+203=402 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.86% from 402); Green value is 87 (34.38% from 255 or 21.64% from 402); Blue value is 203 (79.69% from 255 or 50.50% from 402); Max value from RGB is 203 - color contains mainly: blue. Hex color #7057CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7057CB is #8FA834. Grayscale: #6B6B6B. Windows color (decimal): -9414709 or 13326192. OLE color: 13326192.
HSL color Cylindrical-coordinate representation of color #7057CB: hue angle of 252.93º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7057CB is Cyan = 0.45, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 112 | 87 | 203 | - |
| CMYK | 0.45 | 0.57 | 0 | 0.20 |
| HSL | 252.93º | 0.53% | 0.57% | - |
| HSV(B) | 252.93º | 0.57% | 0.8% | - |
| XYZ | 20.87 | 14.57 | 58.21 | - |
| YUV | 107.7 | 181.78 | 131.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 87 | 203 | 0.45 | 0.57 | 0 | 0.20 | 252.93 | 0.53 | 0.57 |
| Hex | 70 | 57 | CB | 2D | 39 | 0 | 14 | FD | 35 | 39 |
| Octal | 160 | 127 | 313 | 55 | 71 | 0 | 24 | 375 | 65 | 71 |
| Binary | 1110000 | 1010111 | 11001011 | 101101 | 111001 | 0 | 10100 | 11111101 | 110101 | 111001 |
Color Harmonies of #7057CB
Complementary color
Monochromatic Colors of #7057CB
Black with #7057CB
Text Example
Text Example
White with #7057CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7057CB; }
p { color: rgb(112,87,203); }
H1.HeaderClassName
{
color: #7057CB;
}
.AnyTagClassName
{
color: #7057CB;
}
</style>
background-color css
<style>
a { background-color: #7057CB; }
a { background-color: rgb(112,87,203); }
div.DivClassName
{
background-color: #7057CB;
}
.BgClassName
{
background-color: #7057CB;
}
</style>
border-color css
<style>
span { border-color: #7057CB; }
span { border-color: rgb(112,87,203); }
td.TdClassName
{
border-color: #7057CB;
}
.TagClassName
{
border-color: #7057CB;
}
</style>