Shades of Slate Blue #7D4BDC
Tints of Slate Blue #7D4BDC
RGB
CMYK
RGB Variations
Color information
#7D4BDC (or 0x7D4BDC) is known color: Slate Blue. HEX triplet: 7D, 4B and DC. RGB value is (125,75,220). Sum of RGB (Red+Green+Blue) = 125+75+220=420 (55% of max value = 765). Red value is 125 (49.22% from 255 or 29.76% from 420); Green value is 75 (29.69% from 255 or 17.86% from 420); Blue value is 220 (86.33% from 255 or 52.38% from 420); Max value from RGB is 220 - color contains mainly: blue. Hex color #7D4BDC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7D4BDC is #82B423. Grayscale: #696969. Windows color (decimal): -8565796 or 14437245. OLE color: 14437245.
HSL color Cylindrical-coordinate representation of color #7D4BDC: hue angle of 260.69º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7D4BDC is Cyan = 0.43, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 125 | 75 | 220 | - |
| CMYK | 0.43 | 0.66 | 0 | 0.14 |
| HSL | 260.69º | 0.67% | 0.58% | - |
| HSV(B) | 260.69º | 0.66% | 0.86% | - |
| XYZ | 23.89 | 14.56 | 69.26 | - |
| YUV | 106.48 | 192.07 | 141.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 75 | 220 | 0.43 | 0.66 | 0 | 0.14 | 260.69 | 0.67 | 0.58 |
| Hex | 7D | 4B | DC | 2B | 42 | 0 | E | 105 | 43 | 3A |
| Octal | 175 | 113 | 334 | 53 | 102 | 0 | 16 | 405 | 103 | 72 |
| Binary | 1111101 | 1001011 | 11011100 | 101011 | 1000010 | 0 | 1110 | 100000101 | 1000011 | 111010 |
Color Harmonies of #7D4BDC
Complementary color
Monochromatic Colors of #7D4BDC
Black with #7D4BDC
Text Example
Text Example
White with #7D4BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D4BDC; }
p { color: rgb(125,75,220); }
H1.HeaderClassName
{
color: #7D4BDC;
}
.AnyTagClassName
{
color: #7D4BDC;
}
</style>
background-color css
<style>
a { background-color: #7D4BDC; }
a { background-color: rgb(125,75,220); }
div.DivClassName
{
background-color: #7D4BDC;
}
.BgClassName
{
background-color: #7D4BDC;
}
</style>
border-color css
<style>
span { border-color: #7D4BDC; }
span { border-color: rgb(125,75,220); }
td.TdClassName
{
border-color: #7D4BDC;
}
.TagClassName
{
border-color: #7D4BDC;
}
</style>