Shades of Medium Slate Blue #7867DC
Tints of Medium Slate Blue #7867DC
RGB
CMYK
RGB Variations
Color information
#7867DC (or 0x7867DC) is known color: Medium Slate Blue. HEX triplet: 78, 67 and DC. RGB value is (120,103,220). Sum of RGB (Red+Green+Blue) = 120+103+220=443 (58% of max value = 765). Red value is 120 (47.27% from 255 or 27.09% from 443); Green value is 103 (40.62% from 255 or 23.25% from 443); Blue value is 220 (86.33% from 255 or 49.66% from 443); Max value from RGB is 220 - color contains mainly: blue. Hex color #7867DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7867DC is #879823. Grayscale: #787878. Windows color (decimal): -8886308 or 14444408. OLE color: 14444408.
HSL color Cylindrical-coordinate representation of color #7867DC: hue angle of 248.72º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7867DC is Cyan = 0.45, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 120 | 103 | 220 | - |
| CMYK | 0.45 | 0.53 | 0 | 0.14 |
| HSL | 248.72º | 0.63% | 0.63% | - |
| HSV(B) | 248.72º | 0.53% | 0.86% | - |
| XYZ | 25.51 | 18.86 | 70.01 | - |
| YUV | 121.42 | 183.63 | 126.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 103 | 220 | 0.45 | 0.53 | 0 | 0.14 | 248.72 | 0.63 | 0.63 |
| Hex | 78 | 67 | DC | 2D | 35 | 0 | E | F9 | 3F | 3F |
| Octal | 170 | 147 | 334 | 55 | 65 | 0 | 16 | 371 | 77 | 77 |
| Binary | 1111000 | 1100111 | 11011100 | 101101 | 110101 | 0 | 1110 | 11111001 | 111111 | 111111 |
Color Harmonies of #7867DC
Complementary color
Monochromatic Colors of #7867DC
Black with #7867DC
Text Example
Text Example
White with #7867DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7867DC; }
p { color: rgb(120,103,220); }
H1.HeaderClassName
{
color: #7867DC;
}
.AnyTagClassName
{
color: #7867DC;
}
</style>
background-color css
<style>
a { background-color: #7867DC; }
a { background-color: rgb(120,103,220); }
div.DivClassName
{
background-color: #7867DC;
}
.BgClassName
{
background-color: #7867DC;
}
</style>
border-color css
<style>
span { border-color: #7867DC; }
span { border-color: rgb(120,103,220); }
td.TdClassName
{
border-color: #7867DC;
}
.TagClassName
{
border-color: #7867DC;
}
</style>