Shades of Slate Blue #7D4CC7
Tints of Slate Blue #7D4CC7
RGB
CMYK
RGB Variations
Color information
#7D4CC7 (or 0x7D4CC7) is known color: Slate Blue. HEX triplet: 7D, 4C and C7. RGB value is (125,76,199). Sum of RGB (Red+Green+Blue) = 125+76+199=400 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.25% from 400); Green value is 76 (30.08% from 255 or 19% from 400); Blue value is 199 (78.12% from 255 or 49.75% from 400); Max value from RGB is 199 - color contains mainly: blue. Hex color #7D4CC7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7D4CC7 is #82B338. Grayscale: #686868. Windows color (decimal): -8565561 or 13061245. OLE color: 13061245.
HSL color Cylindrical-coordinate representation of color #7D4CC7: hue angle of 263.9º degrees, saturation: 0.52, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7D4CC7 is Cyan = 0.37, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 125 | 76 | 199 | - |
| CMYK | 0.37 | 0.62 | 0 | 0.22 |
| HSL | 263.9º | 0.52% | 0.54% | - |
| HSV(B) | 263.9º | 0.62% | 0.78% | - |
| XYZ | 21.35 | 13.65 | 55.54 | - |
| YUV | 104.67 | 181.23 | 142.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 76 | 199 | 0.37 | 0.62 | 0 | 0.22 | 263.9 | 0.52 | 0.54 |
| Hex | 7D | 4C | C7 | 25 | 3E | 0 | 16 | 108 | 34 | 36 |
| Octal | 175 | 114 | 307 | 45 | 76 | 0 | 26 | 410 | 64 | 66 |
| Binary | 1111101 | 1001100 | 11000111 | 100101 | 111110 | 0 | 10110 | 100001000 | 110100 | 110110 |
Color Harmonies of #7D4CC7
Complementary color
Monochromatic Colors of #7D4CC7
Black with #7D4CC7
Text Example
Text Example
White with #7D4CC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D4CC7; }
p { color: rgb(125,76,199); }
H1.HeaderClassName
{
color: #7D4CC7;
}
.AnyTagClassName
{
color: #7D4CC7;
}
</style>
background-color css
<style>
a { background-color: #7D4CC7; }
a { background-color: rgb(125,76,199); }
div.DivClassName
{
background-color: #7D4CC7;
}
.BgClassName
{
background-color: #7D4CC7;
}
</style>
border-color css
<style>
span { border-color: #7D4CC7; }
span { border-color: rgb(125,76,199); }
td.TdClassName
{
border-color: #7D4CC7;
}
.TagClassName
{
border-color: #7D4CC7;
}
</style>