Shades of Medium Slate Blue #7F67D9
Tints of Medium Slate Blue #7F67D9
RGB
CMYK
RGB Variations
Color information
#7F67D9 (or 0x7F67D9) is known color: Medium Slate Blue. HEX triplet: 7F, 67 and D9. RGB value is (127,103,217). Sum of RGB (Red+Green+Blue) = 127+103+217=447 (59% of max value = 765). Red value is 127 (50% from 255 or 28.41% from 447); Green value is 103 (40.62% from 255 or 23.04% from 447); Blue value is 217 (85.16% from 255 or 48.55% from 447); Max value from RGB is 217 - color contains mainly: blue. Hex color #7F67D9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F67D9 is #809826. Grayscale: #7A7A7A. Windows color (decimal): -8427559 or 14247807. OLE color: 14247807.
HSL color Cylindrical-coordinate representation of color #7F67D9: hue angle of 252.63º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7F67D9 is Cyan = 0.41, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 127 | 103 | 217 | - |
| CMYK | 0.41 | 0.53 | 0 | 0.15 |
| HSL | 252.63º | 0.6% | 0.63% | - |
| HSV(B) | 252.63º | 0.53% | 0.85% | - |
| XYZ | 26.13 | 19.22 | 67.98 | - |
| YUV | 123.17 | 180.95 | 130.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 103 | 217 | 0.41 | 0.53 | 0 | 0.15 | 252.63 | 0.6 | 0.63 |
| Hex | 7F | 67 | D9 | 29 | 35 | 0 | F | FD | 3C | 3F |
| Octal | 177 | 147 | 331 | 51 | 65 | 0 | 17 | 375 | 74 | 77 |
| Binary | 1111111 | 1100111 | 11011001 | 101001 | 110101 | 0 | 1111 | 11111101 | 111100 | 111111 |
Color Harmonies of #7F67D9
Complementary color
Monochromatic Colors of #7F67D9
Black with #7F67D9
Text Example
Text Example
White with #7F67D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F67D9; }
p { color: rgb(127,103,217); }
H1.HeaderClassName
{
color: #7F67D9;
}
.AnyTagClassName
{
color: #7F67D9;
}
</style>
background-color css
<style>
a { background-color: #7F67D9; }
a { background-color: rgb(127,103,217); }
div.DivClassName
{
background-color: #7F67D9;
}
.BgClassName
{
background-color: #7F67D9;
}
</style>
border-color css
<style>
span { border-color: #7F67D9; }
span { border-color: rgb(127,103,217); }
td.TdClassName
{
border-color: #7F67D9;
}
.TagClassName
{
border-color: #7F67D9;
}
</style>