Shades of Medium Slate Blue #7874DB
Tints of Medium Slate Blue #7874DB
RGB
CMYK
RGB Variations
Color information
#7874DB (or 0x7874DB) is known color: Medium Slate Blue. HEX triplet: 78, 74 and DB. RGB value is (120,116,219). Sum of RGB (Red+Green+Blue) = 120+116+219=455 (60% of max value = 765). Red value is 120 (47.27% from 255 or 26.37% from 455); Green value is 116 (45.70% from 255 or 25.49% from 455); Blue value is 219 (85.94% from 255 or 48.13% from 455); Max value from RGB is 219 - color contains mainly: blue. Hex color #7874DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7874DB is #878B24. Grayscale: #808080. Windows color (decimal): -8882981 or 14382200. OLE color: 14382200.
HSL color Cylindrical-coordinate representation of color #7874DB: hue angle of 242.33º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7874DB is Cyan = 0.45, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 120 | 116 | 219 | - |
| CMYK | 0.45 | 0.47 | 0 | 0.14 |
| HSL | 242.33º | 0.59% | 0.66% | - |
| HSV(B) | 242.33º | 0.47% | 0.86% | - |
| XYZ | 26.78 | 21.6 | 69.78 | - |
| YUV | 128.94 | 178.83 | 121.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 116 | 219 | 0.45 | 0.47 | 0 | 0.14 | 242.33 | 0.59 | 0.66 |
| Hex | 78 | 74 | DB | 2D | 2F | 0 | E | F2 | 3B | 42 |
| Octal | 170 | 164 | 333 | 55 | 57 | 0 | 16 | 362 | 73 | 102 |
| Binary | 1111000 | 1110100 | 11011011 | 101101 | 101111 | 0 | 1110 | 11110010 | 111011 | 1000010 |
Color Harmonies of #7874DB
Complementary color
Monochromatic Colors of #7874DB
Black with #7874DB
Text Example
Text Example
White with #7874DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7874DB; }
p { color: rgb(120,116,219); }
H1.HeaderClassName
{
color: #7874DB;
}
.AnyTagClassName
{
color: #7874DB;
}
</style>
background-color css
<style>
a { background-color: #7874DB; }
a { background-color: rgb(120,116,219); }
div.DivClassName
{
background-color: #7874DB;
}
.BgClassName
{
background-color: #7874DB;
}
</style>
border-color css
<style>
span { border-color: #7874DB; }
span { border-color: rgb(120,116,219); }
td.TdClassName
{
border-color: #7874DB;
}
.TagClassName
{
border-color: #7874DB;
}
</style>