Shades of Medium Slate Blue #7877DC
Tints of Medium Slate Blue #7877DC
RGB
CMYK
RGB Variations
Color information
#7877DC (or 0x7877DC) is known color: Medium Slate Blue. HEX triplet: 78, 77 and DC. RGB value is (120,119,220). Sum of RGB (Red+Green+Blue) = 120+119+220=459 (60% of max value = 765). Red value is 120 (47.27% from 255 or 26.14% from 459); Green value is 119 (46.88% from 255 or 25.93% 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 #7877DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7877DC is #878823. Grayscale: #828282. Windows color (decimal): -8882212 or 14448504. OLE color: 14448504.
HSL color Cylindrical-coordinate representation of color #7877DC: hue angle of 240.59º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7877DC is Cyan = 0.45, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 120 | 119 | 220 | - |
| CMYK | 0.45 | 0.46 | 0 | 0.14 |
| HSL | 240.59º | 0.59% | 0.66% | - |
| HSV(B) | 240.59º | 0.46% | 0.86% | - |
| XYZ | 27.26 | 22.35 | 70.59 | - |
| YUV | 130.81 | 178.33 | 120.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 119 | 220 | 0.45 | 0.46 | 0 | 0.14 | 240.59 | 0.59 | 0.66 |
| Hex | 78 | 77 | DC | 2D | 2E | 0 | E | F1 | 3B | 42 |
| Octal | 170 | 167 | 334 | 55 | 56 | 0 | 16 | 361 | 73 | 102 |
| Binary | 1111000 | 1110111 | 11011100 | 101101 | 101110 | 0 | 1110 | 11110001 | 111011 | 1000010 |
Color Harmonies of #7877DC
Complementary color
Monochromatic Colors of #7877DC
Black with #7877DC
Text Example
Text Example
White with #7877DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7877DC; }
p { color: rgb(120,119,220); }
H1.HeaderClassName
{
color: #7877DC;
}
.AnyTagClassName
{
color: #7877DC;
}
</style>
background-color css
<style>
a { background-color: #7877DC; }
a { background-color: rgb(120,119,220); }
div.DivClassName
{
background-color: #7877DC;
}
.BgClassName
{
background-color: #7877DC;
}
</style>
border-color css
<style>
span { border-color: #7877DC; }
span { border-color: rgb(120,119,220); }
td.TdClassName
{
border-color: #7877DC;
}
.TagClassName
{
border-color: #7877DC;
}
</style>