Shades of Medium Slate Blue #7076DC
Tints of Medium Slate Blue #7076DC
RGB
CMYK
RGB Variations
Color information
#7076DC (or 0x7076DC) is known color: Medium Slate Blue. HEX triplet: 70, 76 and DC. RGB value is (112,118,220). Sum of RGB (Red+Green+Blue) = 112+118+220=450 (59% of max value = 765). Red value is 112 (44.14% from 255 or 24.89% from 450); Green value is 118 (46.48% from 255 or 26.22% from 450); Blue value is 220 (86.33% from 255 or 48.89% from 450); Max value from RGB is 220 - color contains mainly: blue. Hex color #7076DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7076DC is #8F8923. Grayscale: #7F7F7F. Windows color (decimal): -9406756 or 14448240. OLE color: 14448240.
HSL color Cylindrical-coordinate representation of color #7076DC: hue angle of 236.67º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7076DC is Cyan = 0.49, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 112 | 118 | 220 | - |
| CMYK | 0.49 | 0.46 | 0 | 0.14 |
| HSL | 236.67º | 0.61% | 0.65% | - |
| HSV(B) | 236.67º | 0.49% | 0.86% | - |
| XYZ | 26.08 | 21.57 | 70.5 | - |
| YUV | 127.83 | 180.01 | 116.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 118 | 220 | 0.49 | 0.46 | 0 | 0.14 | 236.67 | 0.61 | 0.65 |
| Hex | 70 | 76 | DC | 31 | 2E | 0 | E | ED | 3D | 41 |
| Octal | 160 | 166 | 334 | 61 | 56 | 0 | 16 | 355 | 75 | 101 |
| Binary | 1110000 | 1110110 | 11011100 | 110001 | 101110 | 0 | 1110 | 11101101 | 111101 | 1000001 |
Color Harmonies of #7076DC
Complementary color
Monochromatic Colors of #7076DC
Black with #7076DC
Text Example
Text Example
White with #7076DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7076DC; }
p { color: rgb(112,118,220); }
H1.HeaderClassName
{
color: #7076DC;
}
.AnyTagClassName
{
color: #7076DC;
}
</style>
background-color css
<style>
a { background-color: #7076DC; }
a { background-color: rgb(112,118,220); }
div.DivClassName
{
background-color: #7076DC;
}
.BgClassName
{
background-color: #7076DC;
}
</style>
border-color css
<style>
span { border-color: #7076DC; }
span { border-color: rgb(112,118,220); }
td.TdClassName
{
border-color: #7076DC;
}
.TagClassName
{
border-color: #7076DC;
}
</style>