Shades of Medium Slate Blue #7F6AE8
Tints of Medium Slate Blue #7F6AE8
RGB
CMYK
RGB Variations
Color information
#7F6AE8 (or 0x7F6AE8) is known color: Medium Slate Blue. HEX triplet: 7F, 6A and E8. RGB value is (127,106,232). Sum of RGB (Red+Green+Blue) = 127+106+232=465 (61% of max value = 765). Red value is 127 (50% from 255 or 27.31% from 465); Green value is 106 (41.80% from 255 or 22.80% from 465); Blue value is 232 (91.02% from 255 or 49.89% from 465); Max value from RGB is 232 - color contains mainly: blue. Hex color #7F6AE8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7F6AE8 is #809517. Grayscale: #7E7E7E. Windows color (decimal): -8426776 or 15231615. OLE color: 15231615.
HSL color Cylindrical-coordinate representation of color #7F6AE8: hue angle of 250º degrees, saturation: 0.73, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7F6AE8 is Cyan = 0.45, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 127 | 106 | 232 | - |
| CMYK | 0.45 | 0.54 | 0 | 0.09 |
| HSL | 250º | 0.73% | 0.66% | - |
| HSV(B) | 250º | 0.54% | 0.91% | - |
| XYZ | 28.47 | 20.65 | 78.83 | - |
| YUV | 126.64 | 187.46 | 128.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 106 | 232 | 0.45 | 0.54 | 0 | 0.09 | 250 | 0.73 | 0.66 |
| Hex | 7F | 6A | E8 | 2D | 36 | 0 | 9 | FA | 49 | 42 |
| Octal | 177 | 152 | 350 | 55 | 66 | 0 | 11 | 372 | 111 | 102 |
| Binary | 1111111 | 1101010 | 11101000 | 101101 | 110110 | 0 | 1001 | 11111010 | 1001001 | 1000010 |
Color Harmonies of #7F6AE8
Complementary color
Monochromatic Colors of #7F6AE8
Black with #7F6AE8
Text Example
Text Example
White with #7F6AE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F6AE8; }
p { color: rgb(127,106,232); }
H1.HeaderClassName
{
color: #7F6AE8;
}
.AnyTagClassName
{
color: #7F6AE8;
}
</style>
background-color css
<style>
a { background-color: #7F6AE8; }
a { background-color: rgb(127,106,232); }
div.DivClassName
{
background-color: #7F6AE8;
}
.BgClassName
{
background-color: #7F6AE8;
}
</style>
border-color css
<style>
span { border-color: #7F6AE8; }
span { border-color: rgb(127,106,232); }
td.TdClassName
{
border-color: #7F6AE8;
}
.TagClassName
{
border-color: #7F6AE8;
}
</style>