Shades of Medium Slate Blue #7067DD
Tints of Medium Slate Blue #7067DD
RGB
CMYK
RGB Variations
Color information
#7067DD (or 0x7067DD) is known color: Medium Slate Blue. HEX triplet: 70, 67 and DD. RGB value is (112,103,221). Sum of RGB (Red+Green+Blue) = 112+103+221=436 (57% of max value = 765). Red value is 112 (44.14% from 255 or 25.69% from 436); Green value is 103 (40.62% from 255 or 23.62% from 436); Blue value is 221 (86.72% from 255 or 50.69% from 436); Max value from RGB is 221 - color contains mainly: blue. Hex color #7067DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7067DD is #8F9822. Grayscale: #767676. Windows color (decimal): -9410595 or 14509936. OLE color: 14509936.
HSL color Cylindrical-coordinate representation of color #7067DD: hue angle of 244.58º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7067DD is Cyan = 0.49, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 112 | 103 | 221 | - |
| CMYK | 0.49 | 0.53 | 0 | 0.13 |
| HSL | 244.58º | 0.63% | 0.64% | - |
| HSV(B) | 244.58º | 0.53% | 0.87% | - |
| XYZ | 24.58 | 18.37 | 70.66 | - |
| YUV | 119.14 | 185.48 | 122.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 103 | 221 | 0.49 | 0.53 | 0 | 0.13 | 244.58 | 0.63 | 0.64 |
| Hex | 70 | 67 | DD | 31 | 35 | 0 | D | F5 | 3F | 40 |
| Octal | 160 | 147 | 335 | 61 | 65 | 0 | 15 | 365 | 77 | 100 |
| Binary | 1110000 | 1100111 | 11011101 | 110001 | 110101 | 0 | 1101 | 11110101 | 111111 | 1000000 |
Color Harmonies of #7067DD
Complementary color
Monochromatic Colors of #7067DD
Black with #7067DD
Text Example
Text Example
White with #7067DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7067DD; }
p { color: rgb(112,103,221); }
H1.HeaderClassName
{
color: #7067DD;
}
.AnyTagClassName
{
color: #7067DD;
}
</style>
background-color css
<style>
a { background-color: #7067DD; }
a { background-color: rgb(112,103,221); }
div.DivClassName
{
background-color: #7067DD;
}
.BgClassName
{
background-color: #7067DD;
}
</style>
border-color css
<style>
span { border-color: #7067DD; }
span { border-color: rgb(112,103,221); }
td.TdClassName
{
border-color: #7067DD;
}
.TagClassName
{
border-color: #7067DD;
}
</style>