Shades of Medium Slate Blue #7F56DC
Tints of Medium Slate Blue #7F56DC
RGB
CMYK
RGB Variations
Color information
#7F56DC (or 0x7F56DC) is known color: Medium Slate Blue. HEX triplet: 7F, 56 and DC. RGB value is (127,86,220). Sum of RGB (Red+Green+Blue) = 127+86+220=433 (57% of max value = 765). Red value is 127 (50% from 255 or 29.33% from 433); Green value is 86 (33.98% from 255 or 19.86% from 433); Blue value is 220 (86.33% from 255 or 50.81% from 433); Max value from RGB is 220 - color contains mainly: blue. Hex color #7F56DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F56DC is #80A923. Grayscale: #717171. Windows color (decimal): -8431908 or 14440063. OLE color: 14440063.
HSL color Cylindrical-coordinate representation of color #7F56DC: hue angle of 258.36º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7F56DC is Cyan = 0.42, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 127 | 86 | 220 | - |
| CMYK | 0.42 | 0.61 | 0 | 0.14 |
| HSL | 258.36º | 0.66% | 0.6% | - |
| HSV(B) | 258.36º | 0.61% | 0.86% | - |
| XYZ | 25 | 16.33 | 69.55 | - |
| YUV | 113.54 | 188.08 | 137.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 86 | 220 | 0.42 | 0.61 | 0 | 0.14 | 258.36 | 0.66 | 0.6 |
| Hex | 7F | 56 | DC | 2A | 3D | 0 | E | 102 | 42 | 3C |
| Octal | 177 | 126 | 334 | 52 | 75 | 0 | 16 | 402 | 102 | 74 |
| Binary | 1111111 | 1010110 | 11011100 | 101010 | 111101 | 0 | 1110 | 100000010 | 1000010 | 111100 |
Color Harmonies of #7F56DC
Complementary color
Monochromatic Colors of #7F56DC
Black with #7F56DC
Text Example
Text Example
White with #7F56DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F56DC; }
p { color: rgb(127,86,220); }
H1.HeaderClassName
{
color: #7F56DC;
}
.AnyTagClassName
{
color: #7F56DC;
}
</style>
background-color css
<style>
a { background-color: #7F56DC; }
a { background-color: rgb(127,86,220); }
div.DivClassName
{
background-color: #7F56DC;
}
.BgClassName
{
background-color: #7F56DC;
}
</style>
border-color css
<style>
span { border-color: #7F56DC; }
span { border-color: rgb(127,86,220); }
td.TdClassName
{
border-color: #7F56DC;
}
.TagClassName
{
border-color: #7F56DC;
}
</style>