Shades of Slate Blue #7D4DC6
Tints of Slate Blue #7D4DC6
RGB
CMYK
RGB Variations
Color information
#7D4DC6 (or 0x7D4DC6) is known color: Slate Blue. HEX triplet: 7D, 4D and C6. RGB value is (125,77,198). Sum of RGB (Red+Green+Blue) = 125+77+198=400 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.25% from 400); Green value is 77 (30.47% from 255 or 19.25% from 400); Blue value is 198 (77.73% from 255 or 49.5% from 400); Max value from RGB is 198 - color contains mainly: blue. Hex color #7D4DC6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D4DC6 is #82B239. Grayscale: #686868. Windows color (decimal): -8565306 or 12995965. OLE color: 12995965.
HSL color Cylindrical-coordinate representation of color #7D4DC6: hue angle of 263.8º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7D4DC6 is Cyan = 0.37, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 125 | 77 | 198 | - |
| CMYK | 0.37 | 0.61 | 0 | 0.22 |
| HSL | 263.8º | 0.51% | 0.54% | - |
| HSV(B) | 263.8º | 0.61% | 0.78% | - |
| XYZ | 21.3 | 13.74 | 54.96 | - |
| YUV | 105.15 | 180.4 | 142.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 77 | 198 | 0.37 | 0.61 | 0 | 0.22 | 263.8 | 0.51 | 0.54 |
| Hex | 7D | 4D | C6 | 25 | 3D | 0 | 16 | 108 | 33 | 36 |
| Octal | 175 | 115 | 306 | 45 | 75 | 0 | 26 | 410 | 63 | 66 |
| Binary | 1111101 | 1001101 | 11000110 | 100101 | 111101 | 0 | 10110 | 100001000 | 110011 | 110110 |
Color Harmonies of #7D4DC6
Complementary color
Monochromatic Colors of #7D4DC6
Black with #7D4DC6
Text Example
Text Example
White with #7D4DC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D4DC6; }
p { color: rgb(125,77,198); }
H1.HeaderClassName
{
color: #7D4DC6;
}
.AnyTagClassName
{
color: #7D4DC6;
}
</style>
background-color css
<style>
a { background-color: #7D4DC6; }
a { background-color: rgb(125,77,198); }
div.DivClassName
{
background-color: #7D4DC6;
}
.BgClassName
{
background-color: #7D4DC6;
}
</style>
border-color css
<style>
span { border-color: #7D4DC6; }
span { border-color: rgb(125,77,198); }
td.TdClassName
{
border-color: #7D4DC6;
}
.TagClassName
{
border-color: #7D4DC6;
}
</style>