Shades of Medium Slate Blue #7F6DDB
Tints of Medium Slate Blue #7F6DDB
RGB
CMYK
RGB Variations
Color information
#7F6DDB (or 0x7F6DDB) is known color: Medium Slate Blue. HEX triplet: 7F, 6D and DB. RGB value is (127,109,219). Sum of RGB (Red+Green+Blue) = 127+109+219=455 (60% of max value = 765). Red value is 127 (50% from 255 or 27.91% from 455); Green value is 109 (42.97% from 255 or 23.96% 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 #7F6DDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F6DDB is #809224. Grayscale: #7E7E7E. Windows color (decimal): -8426021 or 14380415. OLE color: 14380415.
HSL color Cylindrical-coordinate representation of color #7F6DDB: hue angle of 249.82º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7F6DDB is Cyan = 0.42, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 127 | 109 | 219 | - |
CMYK | 0.42 | 0.50 | 0 | 0.14 |
HSL | 249.82º | 0.6% | 0.64% | - |
HSV(B) | 249.82º | 0.5% | 0.86% | - |
XYZ | 27.01 | 20.56 | 69.56 | - |
YUV | 126.92 | 179.96 | 128.06 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 127 | 109 | 219 | 0.42 | 0.50 | 0 | 0.14 | 249.82 | 0.6 | 0.64 |
Hex | 7F | 6D | DB | 2A | 32 | 0 | E | FA | 3C | 40 |
Octal | 177 | 155 | 333 | 52 | 62 | 0 | 16 | 372 | 74 | 100 |
Binary | 1111111 | 1101101 | 11011011 | 101010 | 110010 | 0 | 1110 | 11111010 | 111100 | 1000000 |
Color Harmonies of #7F6DDB
Complementary color
Monochromatic Colors of #7F6DDB
Black with #7F6DDB
Text Example
Text Example
White with #7F6DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F6DDB; }
p { color: rgb(127,109,219); }
H1.HeaderClassName
{
color: #7F6DDB;
}
.AnyTagClassName
{
color: #7F6DDB;
}
</style>
background-color css
<style>
a { background-color: #7F6DDB; }
a { background-color: rgb(127,109,219); }
div.DivClassName
{
background-color: #7F6DDB;
}
.BgClassName
{
background-color: #7F6DDB;
}
</style>
border-color css
<style>
span { border-color: #7F6DDB; }
span { border-color: rgb(127,109,219); }
td.TdClassName
{
border-color: #7F6DDB;
}
.TagClassName
{
border-color: #7F6DDB;
}
</style>