Shades of Medium Slate Blue #7F64DB
Tints of Medium Slate Blue #7F64DB
RGB
CMYK
RGB Variations
Color information
#7F64DB (or 0x7F64DB) is known color: Medium Slate Blue. HEX triplet: 7F, 64 and DB. RGB value is (127,100,219). Sum of RGB (Red+Green+Blue) = 127+100+219=446 (59% of max value = 765). Red value is 127 (50% from 255 or 28.48% from 446); Green value is 100 (39.45% from 255 or 22.42% from 446); Blue value is 219 (85.94% from 255 or 49.10% from 446); Max value from RGB is 219 - color contains mainly: blue. Hex color #7F64DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F64DB is #809B24. Grayscale: #797979. Windows color (decimal): -8428325 or 14378111. OLE color: 14378111.
HSL color Cylindrical-coordinate representation of color #7F64DB: hue angle of 253.61º 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 #7F64DB is Cyan = 0.42, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 127 | 100 | 219 | - |
| CMYK | 0.42 | 0.54 | 0 | 0.14 |
| HSL | 253.61º | 0.62% | 0.63% | - |
| HSV(B) | 253.61º | 0.54% | 0.86% | - |
| XYZ | 26.1 | 18.74 | 69.26 | - |
| YUV | 121.64 | 182.95 | 131.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 100 | 219 | 0.42 | 0.54 | 0 | 0.14 | 253.61 | 0.62 | 0.63 |
| Hex | 7F | 64 | DB | 2A | 36 | 0 | E | FE | 3E | 3F |
| Octal | 177 | 144 | 333 | 52 | 66 | 0 | 16 | 376 | 76 | 77 |
| Binary | 1111111 | 1100100 | 11011011 | 101010 | 110110 | 0 | 1110 | 11111110 | 111110 | 111111 |
Color Harmonies of #7F64DB
Complementary color
Monochromatic Colors of #7F64DB
Black with #7F64DB
Text Example
Text Example
White with #7F64DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F64DB; }
p { color: rgb(127,100,219); }
H1.HeaderClassName
{
color: #7F64DB;
}
.AnyTagClassName
{
color: #7F64DB;
}
</style>
background-color css
<style>
a { background-color: #7F64DB; }
a { background-color: rgb(127,100,219); }
div.DivClassName
{
background-color: #7F64DB;
}
.BgClassName
{
background-color: #7F64DB;
}
</style>
border-color css
<style>
span { border-color: #7F64DB; }
span { border-color: rgb(127,100,219); }
td.TdClassName
{
border-color: #7F64DB;
}
.TagClassName
{
border-color: #7F64DB;
}
</style>