Shades of Medium Slate Blue #7964DB
Tints of Medium Slate Blue #7964DB
RGB
CMYK
RGB Variations
Color information
#7964DB (or 0x7964DB) is known color: Medium Slate Blue. HEX triplet: 79, 64 and DB. RGB value is (121,100,219). Sum of RGB (Red+Green+Blue) = 121+100+219=440 (58% of max value = 765). Red value is 121 (47.66% from 255 or 27.5% from 440); Green value is 100 (39.45% from 255 or 22.73% from 440); Blue value is 219 (85.94% from 255 or 49.77% from 440); Max value from RGB is 219 - color contains mainly: blue. Hex color #7964DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7964DB is #869B24. Grayscale: #777777. Windows color (decimal): -8821541 or 14378105. OLE color: 14378105.
HSL color Cylindrical-coordinate representation of color #7964DB: hue angle of 250.59º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7964DB is Cyan = 0.45, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 121 | 100 | 219 | - |
| CMYK | 0.45 | 0.54 | 0 | 0.14 |
| HSL | 250.59º | 0.62% | 0.63% | - |
| HSV(B) | 250.59º | 0.54% | 0.86% | - |
| XYZ | 25.23 | 18.29 | 69.22 | - |
| YUV | 119.85 | 183.96 | 128.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 100 | 219 | 0.45 | 0.54 | 0 | 0.14 | 250.59 | 0.62 | 0.63 |
| Hex | 79 | 64 | DB | 2D | 36 | 0 | E | FB | 3E | 3F |
| Octal | 171 | 144 | 333 | 55 | 66 | 0 | 16 | 373 | 76 | 77 |
| Binary | 1111001 | 1100100 | 11011011 | 101101 | 110110 | 0 | 1110 | 11111011 | 111110 | 111111 |
Color Harmonies of #7964DB
Complementary color
Monochromatic Colors of #7964DB
Black with #7964DB
Text Example
Text Example
White with #7964DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7964DB; }
p { color: rgb(121,100,219); }
H1.HeaderClassName
{
color: #7964DB;
}
.AnyTagClassName
{
color: #7964DB;
}
</style>
background-color css
<style>
a { background-color: #7964DB; }
a { background-color: rgb(121,100,219); }
div.DivClassName
{
background-color: #7964DB;
}
.BgClassName
{
background-color: #7964DB;
}
</style>
border-color css
<style>
span { border-color: #7964DB; }
span { border-color: rgb(121,100,219); }
td.TdClassName
{
border-color: #7964DB;
}
.TagClassName
{
border-color: #7964DB;
}
</style>