Shades of Medium Slate Blue #7867DD
Tints of Medium Slate Blue #7867DD
RGB
CMYK
RGB Variations
Color information
#7867DD (or 0x7867DD) is known color: Medium Slate Blue. HEX triplet: 78, 67 and DD. RGB value is (120,103,221). Sum of RGB (Red+Green+Blue) = 120+103+221=444 (58% of max value = 765). Red value is 120 (47.27% from 255 or 27.03% from 444); Green value is 103 (40.62% from 255 or 23.20% from 444); Blue value is 221 (86.72% from 255 or 49.77% from 444); Max value from RGB is 221 - color contains mainly: blue. Hex color #7867DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7867DD is #879822. Grayscale: #797979. Windows color (decimal): -8886307 or 14509944. OLE color: 14509944.
HSL color Cylindrical-coordinate representation of color #7867DD: hue angle of 248.64º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7867DD is Cyan = 0.46, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 120 | 103 | 221 | - |
| CMYK | 0.46 | 0.53 | 0 | 0.13 |
| HSL | 248.64º | 0.63% | 0.64% | - |
| HSV(B) | 248.64º | 0.53% | 0.87% | - |
| XYZ | 25.65 | 18.91 | 70.71 | - |
| YUV | 121.54 | 184.13 | 126.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 103 | 221 | 0.46 | 0.53 | 0 | 0.13 | 248.64 | 0.63 | 0.64 |
| Hex | 78 | 67 | DD | 2E | 35 | 0 | D | F9 | 3F | 40 |
| Octal | 170 | 147 | 335 | 56 | 65 | 0 | 15 | 371 | 77 | 100 |
| Binary | 1111000 | 1100111 | 11011101 | 101110 | 110101 | 0 | 1101 | 11111001 | 111111 | 1000000 |
Color Harmonies of #7867DD
Complementary color
Monochromatic Colors of #7867DD
Black with #7867DD
Text Example
Text Example
White with #7867DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7867DD; }
p { color: rgb(120,103,221); }
H1.HeaderClassName
{
color: #7867DD;
}
.AnyTagClassName
{
color: #7867DD;
}
</style>
background-color css
<style>
a { background-color: #7867DD; }
a { background-color: rgb(120,103,221); }
div.DivClassName
{
background-color: #7867DD;
}
.BgClassName
{
background-color: #7867DD;
}
</style>
border-color css
<style>
span { border-color: #7867DD; }
span { border-color: rgb(120,103,221); }
td.TdClassName
{
border-color: #7867DD;
}
.TagClassName
{
border-color: #7867DD;
}
</style>