Shades of Slate Blue #7D4CC8
Tints of Slate Blue #7D4CC8
RGB
CMYK
RGB Variations
Color information
#7D4CC8 (or 0x7D4CC8) is known color: Slate Blue. HEX triplet: 7D, 4C and C8. RGB value is (125,76,200). Sum of RGB (Red+Green+Blue) = 125+76+200=401 (53% of max value = 765). Red value is 125 (49.22% from 255 or 31.17% from 401); Green value is 76 (30.08% from 255 or 18.95% from 401); Blue value is 200 (78.52% from 255 or 49.88% from 401); Max value from RGB is 200 - color contains mainly: blue. Hex color #7D4CC8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7D4CC8 is #82B337. Grayscale: #686868. Windows color (decimal): -8565560 or 13126781. OLE color: 13126781.
HSL color Cylindrical-coordinate representation of color #7D4CC8: hue angle of 263.71º degrees, saturation: 0.53, 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 #7D4CC8 is Cyan = 0.38, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 125 | 76 | 200 | - |
| CMYK | 0.38 | 0.62 | 0 | 0.22 |
| HSL | 263.71º | 0.53% | 0.54% | - |
| HSV(B) | 263.71º | 0.62% | 0.78% | - |
| XYZ | 21.47 | 13.7 | 56.16 | - |
| YUV | 104.79 | 181.73 | 142.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 76 | 200 | 0.38 | 0.62 | 0 | 0.22 | 263.71 | 0.53 | 0.54 |
| Hex | 7D | 4C | C8 | 26 | 3E | 0 | 16 | 108 | 35 | 36 |
| Octal | 175 | 114 | 310 | 46 | 76 | 0 | 26 | 410 | 65 | 66 |
| Binary | 1111101 | 1001100 | 11001000 | 100110 | 111110 | 0 | 10110 | 100001000 | 110101 | 110110 |
Color Harmonies of #7D4CC8
Complementary color
Monochromatic Colors of #7D4CC8
Black with #7D4CC8
Text Example
Text Example
White with #7D4CC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D4CC8; }
p { color: rgb(125,76,200); }
H1.HeaderClassName
{
color: #7D4CC8;
}
.AnyTagClassName
{
color: #7D4CC8;
}
</style>
background-color css
<style>
a { background-color: #7D4CC8; }
a { background-color: rgb(125,76,200); }
div.DivClassName
{
background-color: #7D4CC8;
}
.BgClassName
{
background-color: #7D4CC8;
}
</style>
border-color css
<style>
span { border-color: #7D4CC8; }
span { border-color: rgb(125,76,200); }
td.TdClassName
{
border-color: #7D4CC8;
}
.TagClassName
{
border-color: #7D4CC8;
}
</style>