Shades of Slate Blue #7070D4
Tints of Slate Blue #7070D4
RGB
CMYK
RGB Variations
Color information
#7070D4 (or 0x7070D4) is known color: Slate Blue. HEX triplet: 70, 70 and D4. RGB value is (112,112,212). Sum of RGB (Red+Green+Blue) = 112+112+212=436 (57% of max value = 765). Red value is 112 (44.14% from 255 or 25.69% from 436); Green value is 112 (44.14% from 255 or 25.69% from 436); Blue value is 212 (83.20% from 255 or 48.62% from 436); Max value from RGB is 212 - color contains mainly: blue. Hex color #7070D4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7070D4 is #8F8F2B. Grayscale: #7B7B7B. Windows color (decimal): -9408300 or 13922416. OLE color: 13922416.
HSL color Cylindrical-coordinate representation of color #7070D4: hue angle of 240º degrees, saturation: 0.54, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7070D4 is Cyan = 0.47, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 112 | 112 | 212 | - |
| CMYK | 0.47 | 0.47 | 0 | 0.17 |
| HSL | 240º | 0.54% | 0.64% | - |
| HSV(B) | 240º | 0.47% | 0.83% | - |
| XYZ | 24.36 | 19.79 | 64.82 | - |
| YUV | 123.4 | 178 | 119.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 112 | 212 | 0.47 | 0.47 | 0 | 0.17 | 240 | 0.54 | 0.64 |
| Hex | 70 | 70 | D4 | 2F | 2F | 0 | 11 | F0 | 36 | 40 |
| Octal | 160 | 160 | 324 | 57 | 57 | 0 | 21 | 360 | 66 | 100 |
| Binary | 1110000 | 1110000 | 11010100 | 101111 | 101111 | 0 | 10001 | 11110000 | 110110 | 1000000 |
Color Harmonies of #7070D4
Complementary color
Monochromatic Colors of #7070D4
Black with #7070D4
Text Example
Text Example
White with #7070D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7070D4; }
p { color: rgb(112,112,212); }
H1.HeaderClassName
{
color: #7070D4;
}
.AnyTagClassName
{
color: #7070D4;
}
</style>
background-color css
<style>
a { background-color: #7070D4; }
a { background-color: rgb(112,112,212); }
div.DivClassName
{
background-color: #7070D4;
}
.BgClassName
{
background-color: #7070D4;
}
</style>
border-color css
<style>
span { border-color: #7070D4; }
span { border-color: rgb(112,112,212); }
td.TdClassName
{
border-color: #7070D4;
}
.TagClassName
{
border-color: #7070D4;
}
</style>