Shades of Slate Blue #7051DB
Tints of Slate Blue #7051DB
RGB
CMYK
RGB Variations
Color information
#7051DB (or 0x7051DB) is known color: Slate Blue. HEX triplet: 70, 51 and DB. RGB value is (112,81,219). Sum of RGB (Red+Green+Blue) = 112+81+219=412 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.18% from 412); Green value is 81 (32.03% from 255 or 19.66% from 412); Blue value is 219 (85.94% from 255 or 53.16% from 412); Max value from RGB is 219 - color contains mainly: blue. Hex color #7051DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7051DB is #8FAE24. Grayscale: #696969. Windows color (decimal): -9416229 or 14373232. OLE color: 14373232.
HSL color Cylindrical-coordinate representation of color #7051DB: hue angle of 253.48º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7051DB is Cyan = 0.49, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 112 | 81 | 219 | - |
| CMYK | 0.49 | 0.63 | 0 | 0.14 |
| HSL | 253.48º | 0.66% | 0.59% | - |
| HSV(B) | 253.48º | 0.63% | 0.86% | - |
| XYZ | 22.41 | 14.44 | 68.62 | - |
| YUV | 106 | 191.77 | 132.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 81 | 219 | 0.49 | 0.63 | 0 | 0.14 | 253.48 | 0.66 | 0.59 |
| Hex | 70 | 51 | DB | 31 | 3F | 0 | E | FD | 42 | 3B |
| Octal | 160 | 121 | 333 | 61 | 77 | 0 | 16 | 375 | 102 | 73 |
| Binary | 1110000 | 1010001 | 11011011 | 110001 | 111111 | 0 | 1110 | 11111101 | 1000010 | 111011 |
Color Harmonies of #7051DB
Complementary color
Monochromatic Colors of #7051DB
Black with #7051DB
Text Example
Text Example
White with #7051DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7051DB; }
p { color: rgb(112,81,219); }
H1.HeaderClassName
{
color: #7051DB;
}
.AnyTagClassName
{
color: #7051DB;
}
</style>
background-color css
<style>
a { background-color: #7051DB; }
a { background-color: rgb(112,81,219); }
div.DivClassName
{
background-color: #7051DB;
}
.BgClassName
{
background-color: #7051DB;
}
</style>
border-color css
<style>
span { border-color: #7051DB; }
span { border-color: rgb(112,81,219); }
td.TdClassName
{
border-color: #7051DB;
}
.TagClassName
{
border-color: #7051DB;
}
</style>