Shades of Medium Slate Blue #7066EB
Tints of Medium Slate Blue #7066EB
RGB
CMYK
RGB Variations
Color information
#7066EB (or 0x7066EB) is known color: Medium Slate Blue. HEX triplet: 70, 66 and EB. RGB value is (112,102,235). Sum of RGB (Red+Green+Blue) = 112+102+235=449 (59% of max value = 765). Red value is 112 (44.14% from 255 or 24.94% from 449); Green value is 102 (40.23% from 255 or 22.72% from 449); Blue value is 235 (92.19% from 255 or 52.34% from 449); Max value from RGB is 235 - color contains mainly: blue. Hex color #7066EB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7066EB is #8F9914. Grayscale: #777777. Windows color (decimal): -9410837 or 15427184. OLE color: 15427184.
HSL color Cylindrical-coordinate representation of color #7066EB: hue angle of 244.51º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7066EB is Cyan = 0.52, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 112 | 102 | 235 | - |
| CMYK | 0.52 | 0.57 | 0 | 0.08 |
| HSL | 244.51º | 0.77% | 0.66% | - |
| HSV(B) | 244.51º | 0.57% | 0.92% | - |
| XYZ | 26.43 | 18.95 | 80.86 | - |
| YUV | 120.15 | 192.81 | 122.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 102 | 235 | 0.52 | 0.57 | 0 | 0.08 | 244.51 | 0.77 | 0.66 |
| Hex | 70 | 66 | EB | 34 | 39 | 0 | 8 | F5 | 4D | 42 |
| Octal | 160 | 146 | 353 | 64 | 71 | 0 | 10 | 365 | 115 | 102 |
| Binary | 1110000 | 1100110 | 11101011 | 110100 | 111001 | 0 | 1000 | 11110101 | 1001101 | 1000010 |
Color Harmonies of #7066EB
Complementary color
Monochromatic Colors of #7066EB
Black with #7066EB
Text Example
Text Example
White with #7066EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7066EB; }
p { color: rgb(112,102,235); }
H1.HeaderClassName
{
color: #7066EB;
}
.AnyTagClassName
{
color: #7066EB;
}
</style>
background-color css
<style>
a { background-color: #7066EB; }
a { background-color: rgb(112,102,235); }
div.DivClassName
{
background-color: #7066EB;
}
.BgClassName
{
background-color: #7066EB;
}
</style>
border-color css
<style>
span { border-color: #7066EB; }
span { border-color: rgb(112,102,235); }
td.TdClassName
{
border-color: #7066EB;
}
.TagClassName
{
border-color: #7066EB;
}
</style>