Shades of Medium Slate Blue #7F70DC
Tints of Medium Slate Blue #7F70DC
RGB
CMYK
RGB Variations
Color information
#7F70DC (or 0x7F70DC) is known color: Medium Slate Blue. HEX triplet: 7F, 70 and DC. RGB value is (127,112,220). Sum of RGB (Red+Green+Blue) = 127+112+220=459 (60% of max value = 765). Red value is 127 (50% from 255 or 27.67% from 459); Green value is 112 (44.14% from 255 or 24.40% from 459); Blue value is 220 (86.33% from 255 or 47.93% from 459); Max value from RGB is 220 - color contains mainly: blue. Hex color #7F70DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F70DC is #808F23. Grayscale: #808080. Windows color (decimal): -8425252 or 14446719. OLE color: 14446719.
HSL color Cylindrical-coordinate representation of color #7F70DC: hue angle of 248.33º 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 #7F70DC is Cyan = 0.42, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 127 | 112 | 220 | - |
| CMYK | 0.42 | 0.49 | 0 | 0.14 |
| HSL | 248.33º | 0.61% | 0.65% | - |
| HSV(B) | 248.33º | 0.49% | 0.86% | - |
| XYZ | 27.46 | 21.27 | 70.37 | - |
| YUV | 128.8 | 179.47 | 126.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 112 | 220 | 0.42 | 0.49 | 0 | 0.14 | 248.33 | 0.61 | 0.65 |
| Hex | 7F | 70 | DC | 2A | 31 | 0 | E | F8 | 3D | 41 |
| Octal | 177 | 160 | 334 | 52 | 61 | 0 | 16 | 370 | 75 | 101 |
| Binary | 1111111 | 1110000 | 11011100 | 101010 | 110001 | 0 | 1110 | 11111000 | 111101 | 1000001 |
Color Harmonies of #7F70DC
Complementary color
Monochromatic Colors of #7F70DC
Black with #7F70DC
Text Example
Text Example
White with #7F70DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F70DC; }
p { color: rgb(127,112,220); }
H1.HeaderClassName
{
color: #7F70DC;
}
.AnyTagClassName
{
color: #7F70DC;
}
</style>
background-color css
<style>
a { background-color: #7F70DC; }
a { background-color: rgb(127,112,220); }
div.DivClassName
{
background-color: #7F70DC;
}
.BgClassName
{
background-color: #7F70DC;
}
</style>
border-color css
<style>
span { border-color: #7F70DC; }
span { border-color: rgb(127,112,220); }
td.TdClassName
{
border-color: #7F70DC;
}
.TagClassName
{
border-color: #7F70DC;
}
</style>