Shades of Medium Slate Blue #7F6BDB
Tints of Medium Slate Blue #7F6BDB
RGB
CMYK
RGB Variations
Color information
#7F6BDB (or 0x7F6BDB) is known color: Medium Slate Blue. HEX triplet: 7F, 6B and DB. RGB value is (127,107,219). Sum of RGB (Red+Green+Blue) = 127+107+219=453 (60% of max value = 765). Red value is 127 (50% from 255 or 28.04% from 453); Green value is 107 (42.19% from 255 or 23.62% from 453); Blue value is 219 (85.94% from 255 or 48.34% from 453); Max value from RGB is 219 - color contains mainly: blue. Hex color #7F6BDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F6BDB is #809424. Grayscale: #7D7D7D. Windows color (decimal): -8426533 or 14379903. OLE color: 14379903.
HSL color Cylindrical-coordinate representation of color #7F6BDB: hue angle of 250.71º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7F6BDB is Cyan = 0.42, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 127 | 107 | 219 | - |
| CMYK | 0.42 | 0.51 | 0 | 0.14 |
| HSL | 250.71º | 0.61% | 0.64% | - |
| HSV(B) | 250.71º | 0.51% | 0.86% | - |
| XYZ | 26.8 | 20.14 | 69.49 | - |
| YUV | 125.75 | 180.63 | 128.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 107 | 219 | 0.42 | 0.51 | 0 | 0.14 | 250.71 | 0.61 | 0.64 |
| Hex | 7F | 6B | DB | 2A | 33 | 0 | E | FB | 3D | 40 |
| Octal | 177 | 153 | 333 | 52 | 63 | 0 | 16 | 373 | 75 | 100 |
| Binary | 1111111 | 1101011 | 11011011 | 101010 | 110011 | 0 | 1110 | 11111011 | 111101 | 1000000 |
Color Harmonies of #7F6BDB
Complementary color
Monochromatic Colors of #7F6BDB
Black with #7F6BDB
Text Example
Text Example
White with #7F6BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F6BDB; }
p { color: rgb(127,107,219); }
H1.HeaderClassName
{
color: #7F6BDB;
}
.AnyTagClassName
{
color: #7F6BDB;
}
</style>
background-color css
<style>
a { background-color: #7F6BDB; }
a { background-color: rgb(127,107,219); }
div.DivClassName
{
background-color: #7F6BDB;
}
.BgClassName
{
background-color: #7F6BDB;
}
</style>
border-color css
<style>
span { border-color: #7F6BDB; }
span { border-color: rgb(127,107,219); }
td.TdClassName
{
border-color: #7F6BDB;
}
.TagClassName
{
border-color: #7F6BDB;
}
</style>