Shades of Medium Slate Blue #7D67D9
Tints of Medium Slate Blue #7D67D9
RGB
CMYK
RGB Variations
Color information
#7D67D9 (or 0x7D67D9) is known color: Medium Slate Blue. HEX triplet: 7D, 67 and D9. RGB value is (125,103,217). Sum of RGB (Red+Green+Blue) = 125+103+217=445 (58% of max value = 765). Red value is 125 (49.22% from 255 or 28.09% from 445); Green value is 103 (40.62% from 255 or 23.15% from 445); Blue value is 217 (85.16% from 255 or 48.76% from 445); Max value from RGB is 217 - color contains mainly: blue. Hex color #7D67D9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D67D9 is #829826. Grayscale: #7A7A7A. Windows color (decimal): -8558631 or 14247805. OLE color: 14247805.
HSL color Cylindrical-coordinate representation of color #7D67D9: hue angle of 251.58º 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 #7D67D9 is Cyan = 0.42, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 125 | 103 | 217 | - |
| CMYK | 0.42 | 0.53 | 0 | 0.15 |
| HSL | 251.58º | 0.6% | 0.63% | - |
| HSV(B) | 251.58º | 0.53% | 0.85% | - |
| XYZ | 25.83 | 19.07 | 67.97 | - |
| YUV | 122.57 | 181.29 | 129.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 103 | 217 | 0.42 | 0.53 | 0 | 0.15 | 251.58 | 0.6 | 0.63 |
| Hex | 7D | 67 | D9 | 2A | 35 | 0 | F | FC | 3C | 3F |
| Octal | 175 | 147 | 331 | 52 | 65 | 0 | 17 | 374 | 74 | 77 |
| Binary | 1111101 | 1100111 | 11011001 | 101010 | 110101 | 0 | 1111 | 11111100 | 111100 | 111111 |
Color Harmonies of #7D67D9
Complementary color
Monochromatic Colors of #7D67D9
Black with #7D67D9
Text Example
Text Example
White with #7D67D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D67D9; }
p { color: rgb(125,103,217); }
H1.HeaderClassName
{
color: #7D67D9;
}
.AnyTagClassName
{
color: #7D67D9;
}
</style>
background-color css
<style>
a { background-color: #7D67D9; }
a { background-color: rgb(125,103,217); }
div.DivClassName
{
background-color: #7D67D9;
}
.BgClassName
{
background-color: #7D67D9;
}
</style>
border-color css
<style>
span { border-color: #7D67D9; }
span { border-color: rgb(125,103,217); }
td.TdClassName
{
border-color: #7D67D9;
}
.TagClassName
{
border-color: #7D67D9;
}
</style>