Shades of Medium Slate Blue #7076F3
Tints of Medium Slate Blue #7076F3
RGB
CMYK
RGB Variations
Color information
#7076F3 (or 0x7076F3) is known color: Medium Slate Blue. HEX triplet: 70, 76 and F3. RGB value is (112,118,243). Sum of RGB (Red+Green+Blue) = 112+118+243=473 (62% of max value = 765). Red value is 112 (44.14% from 255 or 23.68% from 473); Green value is 118 (46.48% from 255 or 24.95% from 473); Blue value is 243 (95.31% from 255 or 51.37% from 473); Max value from RGB is 243 - color contains mainly: blue. Hex color #7076F3 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7076F3 is #8F890C. Grayscale: #818181. Windows color (decimal): -9406733 or 15955568. OLE color: 15955568.
HSL color Cylindrical-coordinate representation of color #7076F3: hue angle of 237.25º degrees, saturation: 0.85, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7076F3 is Cyan = 0.54, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 112 | 118 | 243 | - |
| CMYK | 0.54 | 0.51 | 0 | 0.05 |
| HSL | 237.25º | 0.85% | 0.7% | - |
| HSV(B) | 237.25º | 0.54% | 0.95% | - |
| XYZ | 29.34 | 22.87 | 87.66 | - |
| YUV | 130.46 | 191.51 | 114.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 118 | 243 | 0.54 | 0.51 | 0 | 0.05 | 237.25 | 0.85 | 0.7 |
| Hex | 70 | 76 | F3 | 36 | 33 | 0 | 5 | ED | 55 | 46 |
| Octal | 160 | 166 | 363 | 66 | 63 | 0 | 5 | 355 | 125 | 106 |
| Binary | 1110000 | 1110110 | 11110011 | 110110 | 110011 | 0 | 101 | 11101101 | 1010101 | 1000110 |
Color Harmonies of #7076F3
Complementary color
Monochromatic Colors of #7076F3
Black with #7076F3
Text Example
Text Example
White with #7076F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7076F3; }
p { color: rgb(112,118,243); }
H1.HeaderClassName
{
color: #7076F3;
}
.AnyTagClassName
{
color: #7076F3;
}
</style>
background-color css
<style>
a { background-color: #7076F3; }
a { background-color: rgb(112,118,243); }
div.DivClassName
{
background-color: #7076F3;
}
.BgClassName
{
background-color: #7076F3;
}
</style>
border-color css
<style>
span { border-color: #7076F3; }
span { border-color: rgb(112,118,243); }
td.TdClassName
{
border-color: #7076F3;
}
.TagClassName
{
border-color: #7076F3;
}
</style>