Shades of Slate Blue #7050DF
Tints of Slate Blue #7050DF
RGB
CMYK
RGB Variations
Color information
#7050DF (or 0x7050DF) is known color: Slate Blue. HEX triplet: 70, 50 and DF. RGB value is (112,80,223). Sum of RGB (Red+Green+Blue) = 112+80+223=415 (54% of max value = 765). Red value is 112 (44.14% from 255 or 26.99% from 415); Green value is 80 (31.64% from 255 or 19.28% from 415); Blue value is 223 (87.5% from 255 or 53.73% from 415); Max value from RGB is 223 - color contains mainly: blue. Hex color #7050DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7050DF is #8FAF20. Grayscale: #696969. Windows color (decimal): -9416481 or 14635120. OLE color: 14635120.
HSL color Cylindrical-coordinate representation of color #7050DF: hue angle of 253.43º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7050DF is Cyan = 0.50, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 112 | 80 | 223 | - |
| CMYK | 0.50 | 0.64 | 0 | 0.13 |
| HSL | 253.43º | 0.69% | 0.59% | - |
| HSV(B) | 253.43º | 0.64% | 0.87% | - |
| XYZ | 22.87 | 14.51 | 71.41 | - |
| YUV | 105.87 | 194.1 | 132.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 80 | 223 | 0.50 | 0.64 | 0 | 0.13 | 253.43 | 0.69 | 0.59 |
| Hex | 70 | 50 | DF | 32 | 40 | 0 | D | FD | 45 | 3B |
| Octal | 160 | 120 | 337 | 62 | 100 | 0 | 15 | 375 | 105 | 73 |
| Binary | 1110000 | 1010000 | 11011111 | 110010 | 1000000 | 0 | 1101 | 11111101 | 1000101 | 111011 |
Color Harmonies of #7050DF
Complementary color
Monochromatic Colors of #7050DF
Black with #7050DF
Text Example
Text Example
White with #7050DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7050DF; }
p { color: rgb(112,80,223); }
H1.HeaderClassName
{
color: #7050DF;
}
.AnyTagClassName
{
color: #7050DF;
}
</style>
background-color css
<style>
a { background-color: #7050DF; }
a { background-color: rgb(112,80,223); }
div.DivClassName
{
background-color: #7050DF;
}
.BgClassName
{
background-color: #7050DF;
}
</style>
border-color css
<style>
span { border-color: #7050DF; }
span { border-color: rgb(112,80,223); }
td.TdClassName
{
border-color: #7050DF;
}
.TagClassName
{
border-color: #7050DF;
}
</style>