Shades of Slate Blue #7051DF
Tints of Slate Blue #7051DF
RGB
CMYK
RGB Variations
Color information
#7051DF (or 0x7051DF) is known color: Slate Blue. HEX triplet: 70, 51 and DF. RGB value is (112,81,223). Sum of RGB (Red+Green+Blue) = 112+81+223=416 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.92% from 416); Green value is 81 (32.03% from 255 or 19.47% from 416); Blue value is 223 (87.5% from 255 or 53.61% from 416); Max value from RGB is 223 - color contains mainly: blue. Hex color #7051DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7051DF is #8FAE20. Grayscale: #696969. Windows color (decimal): -9416225 or 14635376. OLE color: 14635376.
HSL color Cylindrical-coordinate representation of color #7051DF: hue angle of 253.1º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7051DF is Cyan = 0.50, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 112 | 81 | 223 | - |
| CMYK | 0.50 | 0.64 | 0 | 0.13 |
| HSL | 253.1º | 0.69% | 0.6% | - |
| HSV(B) | 253.1º | 0.64% | 0.87% | - |
| XYZ | 22.94 | 14.66 | 71.43 | - |
| YUV | 106.46 | 193.77 | 131.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 81 | 223 | 0.50 | 0.64 | 0 | 0.13 | 253.1 | 0.69 | 0.6 |
| Hex | 70 | 51 | DF | 32 | 40 | 0 | D | FD | 45 | 3C |
| Octal | 160 | 121 | 337 | 62 | 100 | 0 | 15 | 375 | 105 | 74 |
| Binary | 1110000 | 1010001 | 11011111 | 110010 | 1000000 | 0 | 1101 | 11111101 | 1000101 | 111100 |
Color Harmonies of #7051DF
Complementary color
Monochromatic Colors of #7051DF
Black with #7051DF
Text Example
Text Example
White with #7051DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7051DF; }
p { color: rgb(112,81,223); }
H1.HeaderClassName
{
color: #7051DF;
}
.AnyTagClassName
{
color: #7051DF;
}
</style>
background-color css
<style>
a { background-color: #7051DF; }
a { background-color: rgb(112,81,223); }
div.DivClassName
{
background-color: #7051DF;
}
.BgClassName
{
background-color: #7051DF;
}
</style>
border-color css
<style>
span { border-color: #7051DF; }
span { border-color: rgb(112,81,223); }
td.TdClassName
{
border-color: #7051DF;
}
.TagClassName
{
border-color: #7051DF;
}
</style>