Shades of Slate Blue #7067DC
Tints of Slate Blue #7067DC
RGB
CMYK
RGB Variations
Color information
#7067DC (or 0x7067DC) is known color: Slate Blue. HEX triplet: 70, 67 and DC. RGB value is (112,103,220). Sum of RGB (Red+Green+Blue) = 112+103+220=435 (57% of max value = 765). Red value is 112 (44.14% from 255 or 25.75% from 435); Green value is 103 (40.62% from 255 or 23.68% from 435); Blue value is 220 (86.33% from 255 or 50.57% from 435); Max value from RGB is 220 - color contains mainly: blue. Hex color #7067DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7067DC is #8F9823. Grayscale: #767676. Windows color (decimal): -9410596 or 14444400. OLE color: 14444400.
HSL color Cylindrical-coordinate representation of color #7067DC: hue angle of 244.62º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7067DC is Cyan = 0.49, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 112 | 103 | 220 | - |
| CMYK | 0.49 | 0.53 | 0 | 0.14 |
| HSL | 244.62º | 0.63% | 0.63% | - |
| HSV(B) | 244.62º | 0.53% | 0.86% | - |
| XYZ | 24.45 | 18.31 | 69.96 | - |
| YUV | 119.03 | 184.98 | 122.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 103 | 220 | 0.49 | 0.53 | 0 | 0.14 | 244.62 | 0.63 | 0.63 |
| Hex | 70 | 67 | DC | 31 | 35 | 0 | E | F5 | 3F | 3F |
| Octal | 160 | 147 | 334 | 61 | 65 | 0 | 16 | 365 | 77 | 77 |
| Binary | 1110000 | 1100111 | 11011100 | 110001 | 110101 | 0 | 1110 | 11110101 | 111111 | 111111 |
Color Harmonies of #7067DC
Complementary color
Monochromatic Colors of #7067DC
Black with #7067DC
Text Example
Text Example
White with #7067DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7067DC; }
p { color: rgb(112,103,220); }
H1.HeaderClassName
{
color: #7067DC;
}
.AnyTagClassName
{
color: #7067DC;
}
</style>
background-color css
<style>
a { background-color: #7067DC; }
a { background-color: rgb(112,103,220); }
div.DivClassName
{
background-color: #7067DC;
}
.BgClassName
{
background-color: #7067DC;
}
</style>
border-color css
<style>
span { border-color: #7067DC; }
span { border-color: rgb(112,103,220); }
td.TdClassName
{
border-color: #7067DC;
}
.TagClassName
{
border-color: #7067DC;
}
</style>