Shades of Slate Blue #7067D3
Tints of Slate Blue #7067D3
RGB
CMYK
RGB Variations
Color information
#7067D3 (or 0x7067D3) is known color: Slate Blue. HEX triplet: 70, 67 and D3. RGB value is (112,103,211). Sum of RGB (Red+Green+Blue) = 112+103+211=426 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.29% from 426); Green value is 103 (40.62% from 255 or 24.18% from 426); Blue value is 211 (82.81% from 255 or 49.53% from 426); Max value from RGB is 211 - color contains mainly: blue. Hex color #7067D3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7067D3 is #8F982C. Grayscale: #757575. Windows color (decimal): -9410605 or 13854576. OLE color: 13854576.
HSL color Cylindrical-coordinate representation of color #7067D3: hue angle of 245º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7067D3 is Cyan = 0.47, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 112 | 103 | 211 | - |
| CMYK | 0.47 | 0.51 | 0 | 0.17 |
| HSL | 245º | 0.55% | 0.62% | - |
| HSV(B) | 245º | 0.51% | 0.83% | - |
| XYZ | 23.29 | 17.85 | 63.85 | - |
| YUV | 118 | 180.48 | 123.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 103 | 211 | 0.47 | 0.51 | 0 | 0.17 | 245 | 0.55 | 0.62 |
| Hex | 70 | 67 | D3 | 2F | 33 | 0 | 11 | F5 | 37 | 3E |
| Octal | 160 | 147 | 323 | 57 | 63 | 0 | 21 | 365 | 67 | 76 |
| Binary | 1110000 | 1100111 | 11010011 | 101111 | 110011 | 0 | 10001 | 11110101 | 110111 | 111110 |
Color Harmonies of #7067D3
Complementary color
Monochromatic Colors of #7067D3
Black with #7067D3
Text Example
Text Example
White with #7067D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7067D3; }
p { color: rgb(112,103,211); }
H1.HeaderClassName
{
color: #7067D3;
}
.AnyTagClassName
{
color: #7067D3;
}
</style>
background-color css
<style>
a { background-color: #7067D3; }
a { background-color: rgb(112,103,211); }
div.DivClassName
{
background-color: #7067D3;
}
.BgClassName
{
background-color: #7067D3;
}
</style>
border-color css
<style>
span { border-color: #7067D3; }
span { border-color: rgb(112,103,211); }
td.TdClassName
{
border-color: #7067D3;
}
.TagClassName
{
border-color: #7067D3;
}
</style>