Shades of Medium Slate Blue #7867DB
Tints of Medium Slate Blue #7867DB
RGB
CMYK
RGB Variations
Color information
#7867DB (or 0x7867DB) is known color: Medium Slate Blue. HEX triplet: 78, 67 and DB. RGB value is (120,103,219). Sum of RGB (Red+Green+Blue) = 120+103+219=442 (58% of max value = 765). Red value is 120 (47.27% from 255 or 27.15% from 442); Green value is 103 (40.62% from 255 or 23.30% from 442); Blue value is 219 (85.94% from 255 or 49.55% from 442); Max value from RGB is 219 - color contains mainly: blue. Hex color #7867DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7867DB is #879824. Grayscale: #787878. Windows color (decimal): -8886309 or 14378872. OLE color: 14378872.
HSL color Cylindrical-coordinate representation of color #7867DB: hue angle of 248.79º degrees, saturation: 0.62, 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 #7867DB is Cyan = 0.45, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 120 | 103 | 219 | - |
| CMYK | 0.45 | 0.53 | 0 | 0.14 |
| HSL | 248.79º | 0.62% | 0.63% | - |
| HSV(B) | 248.79º | 0.53% | 0.86% | - |
| XYZ | 25.38 | 18.81 | 69.31 | - |
| YUV | 121.31 | 183.13 | 127.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 103 | 219 | 0.45 | 0.53 | 0 | 0.14 | 248.79 | 0.62 | 0.63 |
| Hex | 78 | 67 | DB | 2D | 35 | 0 | E | F9 | 3E | 3F |
| Octal | 170 | 147 | 333 | 55 | 65 | 0 | 16 | 371 | 76 | 77 |
| Binary | 1111000 | 1100111 | 11011011 | 101101 | 110101 | 0 | 1110 | 11111001 | 111110 | 111111 |
Color Harmonies of #7867DB
Complementary color
Monochromatic Colors of #7867DB
Black with #7867DB
Text Example
Text Example
White with #7867DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7867DB; }
p { color: rgb(120,103,219); }
H1.HeaderClassName
{
color: #7867DB;
}
.AnyTagClassName
{
color: #7867DB;
}
</style>
background-color css
<style>
a { background-color: #7867DB; }
a { background-color: rgb(120,103,219); }
div.DivClassName
{
background-color: #7867DB;
}
.BgClassName
{
background-color: #7867DB;
}
</style>
border-color css
<style>
span { border-color: #7867DB; }
span { border-color: rgb(120,103,219); }
td.TdClassName
{
border-color: #7867DB;
}
.TagClassName
{
border-color: #7867DB;
}
</style>