Shades of Slate Blue #7051DA
Tints of Slate Blue #7051DA
RGB
CMYK
RGB Variations
Color information
#7051DA (or 0x7051DA) is known color: Slate Blue. HEX triplet: 70, 51 and DA. RGB value is (112,81,218). Sum of RGB (Red+Green+Blue) = 112+81+218=411 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.25% from 411); Green value is 81 (32.03% from 255 or 19.71% from 411); Blue value is 218 (85.55% from 255 or 53.04% from 411); Max value from RGB is 218 - color contains mainly: blue. Hex color #7051DA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7051DA is #8FAE25. Grayscale: #696969. Windows color (decimal): -9416230 or 14307696. OLE color: 14307696.
HSL color Cylindrical-coordinate representation of color #7051DA: hue angle of 253.58º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7051DA is Cyan = 0.49, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 112 | 81 | 218 | - |
| CMYK | 0.49 | 0.63 | 0 | 0.15 |
| HSL | 253.58º | 0.65% | 0.59% | - |
| HSV(B) | 253.58º | 0.63% | 0.85% | - |
| XYZ | 22.28 | 14.39 | 67.93 | - |
| YUV | 105.89 | 191.27 | 132.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 81 | 218 | 0.49 | 0.63 | 0 | 0.15 | 253.58 | 0.65 | 0.59 |
| Hex | 70 | 51 | DA | 31 | 3F | 0 | F | FE | 41 | 3B |
| Octal | 160 | 121 | 332 | 61 | 77 | 0 | 17 | 376 | 101 | 73 |
| Binary | 1110000 | 1010001 | 11011010 | 110001 | 111111 | 0 | 1111 | 11111110 | 1000001 | 111011 |
Color Harmonies of #7051DA
Complementary color
Monochromatic Colors of #7051DA
Black with #7051DA
Text Example
Text Example
White with #7051DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7051DA; }
p { color: rgb(112,81,218); }
H1.HeaderClassName
{
color: #7051DA;
}
.AnyTagClassName
{
color: #7051DA;
}
</style>
background-color css
<style>
a { background-color: #7051DA; }
a { background-color: rgb(112,81,218); }
div.DivClassName
{
background-color: #7051DA;
}
.BgClassName
{
background-color: #7051DA;
}
</style>
border-color css
<style>
span { border-color: #7051DA; }
span { border-color: rgb(112,81,218); }
td.TdClassName
{
border-color: #7051DA;
}
.TagClassName
{
border-color: #7051DA;
}
</style>