Shades of Medium Slate Blue #7F6FDF
Tints of Medium Slate Blue #7F6FDF
RGB
CMYK
RGB Variations
Color information
#7F6FDF (or 0x7F6FDF) is known color: Medium Slate Blue. HEX triplet: 7F, 6F and DF. RGB value is (127,111,223). Sum of RGB (Red+Green+Blue) = 127+111+223=461 (61% of max value = 765). Red value is 127 (50% from 255 or 27.55% from 461); Green value is 111 (43.75% from 255 or 24.08% from 461); Blue value is 223 (87.5% from 255 or 48.37% from 461); Max value from RGB is 223 - color contains mainly: blue. Hex color #7F6FDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F6FDF is #809020. Grayscale: #808080. Windows color (decimal): -8425505 or 14643071. OLE color: 14643071.
HSL color Cylindrical-coordinate representation of color #7F6FDF: hue angle of 248.57º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7F6FDF is Cyan = 0.43, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 127 | 111 | 223 | - |
| CMYK | 0.43 | 0.50 | 0 | 0.13 |
| HSL | 248.57º | 0.64% | 0.65% | - |
| HSV(B) | 248.57º | 0.5% | 0.87% | - |
| XYZ | 27.76 | 21.21 | 72.44 | - |
| YUV | 128.55 | 181.3 | 126.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 111 | 223 | 0.43 | 0.50 | 0 | 0.13 | 248.57 | 0.64 | 0.65 |
| Hex | 7F | 6F | DF | 2B | 32 | 0 | D | F9 | 40 | 41 |
| Octal | 177 | 157 | 337 | 53 | 62 | 0 | 15 | 371 | 100 | 101 |
| Binary | 1111111 | 1101111 | 11011111 | 101011 | 110010 | 0 | 1101 | 11111001 | 1000000 | 1000001 |
Color Harmonies of #7F6FDF
Complementary color
Monochromatic Colors of #7F6FDF
Black with #7F6FDF
Text Example
Text Example
White with #7F6FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F6FDF; }
p { color: rgb(127,111,223); }
H1.HeaderClassName
{
color: #7F6FDF;
}
.AnyTagClassName
{
color: #7F6FDF;
}
</style>
background-color css
<style>
a { background-color: #7F6FDF; }
a { background-color: rgb(127,111,223); }
div.DivClassName
{
background-color: #7F6FDF;
}
.BgClassName
{
background-color: #7F6FDF;
}
</style>
border-color css
<style>
span { border-color: #7F6FDF; }
span { border-color: rgb(127,111,223); }
td.TdClassName
{
border-color: #7F6FDF;
}
.TagClassName
{
border-color: #7F6FDF;
}
</style>