Shades of Medium Slate Blue #7067DE
Tints of Medium Slate Blue #7067DE
RGB
CMYK
RGB Variations
Color information
#7067DE (or 0x7067DE) is known color: Medium Slate Blue. HEX triplet: 70, 67 and DE. RGB value is (112,103,222). Sum of RGB (Red+Green+Blue) = 112+103+222=437 (57% of max value = 765). Red value is 112 (44.14% from 255 or 25.63% from 437); Green value is 103 (40.62% from 255 or 23.57% from 437); Blue value is 222 (87.11% from 255 or 50.80% from 437); Max value from RGB is 222 - color contains mainly: blue. Hex color #7067DE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7067DE is #8F9821. Grayscale: #767676. Windows color (decimal): -9410594 or 14575472. OLE color: 14575472.
HSL color Cylindrical-coordinate representation of color #7067DE: hue angle of 244.54º degrees, saturation: 0.64, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7067DE is Cyan = 0.50, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 112 | 103 | 222 | - |
| CMYK | 0.50 | 0.54 | 0 | 0.13 |
| HSL | 244.54º | 0.64% | 0.64% | - |
| HSV(B) | 244.54º | 0.54% | 0.87% | - |
| XYZ | 24.72 | 18.42 | 71.36 | - |
| YUV | 119.26 | 185.98 | 122.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 103 | 222 | 0.50 | 0.54 | 0 | 0.13 | 244.54 | 0.64 | 0.64 |
| Hex | 70 | 67 | DE | 32 | 36 | 0 | D | F5 | 40 | 40 |
| Octal | 160 | 147 | 336 | 62 | 66 | 0 | 15 | 365 | 100 | 100 |
| Binary | 1110000 | 1100111 | 11011110 | 110010 | 110110 | 0 | 1101 | 11110101 | 1000000 | 1000000 |
Color Harmonies of #7067DE
Complementary color
Monochromatic Colors of #7067DE
Black with #7067DE
Text Example
Text Example
White with #7067DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7067DE; }
p { color: rgb(112,103,222); }
H1.HeaderClassName
{
color: #7067DE;
}
.AnyTagClassName
{
color: #7067DE;
}
</style>
background-color css
<style>
a { background-color: #7067DE; }
a { background-color: rgb(112,103,222); }
div.DivClassName
{
background-color: #7067DE;
}
.BgClassName
{
background-color: #7067DE;
}
</style>
border-color css
<style>
span { border-color: #7067DE; }
span { border-color: rgb(112,103,222); }
td.TdClassName
{
border-color: #7067DE;
}
.TagClassName
{
border-color: #7067DE;
}
</style>