Shades of Slate Blue #7067D9
Tints of Slate Blue #7067D9
RGB
CMYK
RGB Variations
Color information
#7067D9 (or 0x7067D9) is known color: Slate Blue. HEX triplet: 70, 67 and D9. RGB value is (112,103,217). Sum of RGB (Red+Green+Blue) = 112+103+217=432 (57% of max value = 765). Red value is 112 (44.14% from 255 or 25.93% from 432); Green value is 103 (40.62% from 255 or 23.84% from 432); Blue value is 217 (85.16% from 255 or 50.23% from 432); Max value from RGB is 217 - color contains mainly: blue. Hex color #7067D9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7067D9 is #8F9826. Grayscale: #767676. Windows color (decimal): -9410599 or 14247792. OLE color: 14247792.
HSL color Cylindrical-coordinate representation of color #7067D9: hue angle of 244.74º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7067D9 is Cyan = 0.48, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 112 | 103 | 217 | - |
| CMYK | 0.48 | 0.53 | 0 | 0.15 |
| HSL | 244.74º | 0.6% | 0.63% | - |
| HSV(B) | 244.74º | 0.53% | 0.85% | - |
| XYZ | 24.06 | 18.15 | 67.88 | - |
| YUV | 118.69 | 183.48 | 123.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 103 | 217 | 0.48 | 0.53 | 0 | 0.15 | 244.74 | 0.6 | 0.63 |
| Hex | 70 | 67 | D9 | 30 | 35 | 0 | F | F5 | 3C | 3F |
| Octal | 160 | 147 | 331 | 60 | 65 | 0 | 17 | 365 | 74 | 77 |
| Binary | 1110000 | 1100111 | 11011001 | 110000 | 110101 | 0 | 1111 | 11110101 | 111100 | 111111 |
Color Harmonies of #7067D9
Complementary color
Monochromatic Colors of #7067D9
Black with #7067D9
Text Example
Text Example
White with #7067D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7067D9; }
p { color: rgb(112,103,217); }
H1.HeaderClassName
{
color: #7067D9;
}
.AnyTagClassName
{
color: #7067D9;
}
</style>
background-color css
<style>
a { background-color: #7067D9; }
a { background-color: rgb(112,103,217); }
div.DivClassName
{
background-color: #7067D9;
}
.BgClassName
{
background-color: #7067D9;
}
</style>
border-color css
<style>
span { border-color: #7067D9; }
span { border-color: rgb(112,103,217); }
td.TdClassName
{
border-color: #7067D9;
}
.TagClassName
{
border-color: #7067D9;
}
</style>