Shades of Slate Blue #7D4BDF
Tints of Slate Blue #7D4BDF
RGB
CMYK
RGB Variations
Color information
#7D4BDF (or 0x7D4BDF) is known color: Slate Blue. HEX triplet: 7D, 4B and DF. RGB value is (125,75,223). Sum of RGB (Red+Green+Blue) = 125+75+223=423 (56% of max value = 765). Red value is 125 (49.22% from 255 or 29.55% from 423); Green value is 75 (29.69% from 255 or 17.73% from 423); Blue value is 223 (87.5% from 255 or 52.72% from 423); Max value from RGB is 223 - color contains mainly: blue. Hex color #7D4BDF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7D4BDF is #82B420. Grayscale: #6A6A6A. Windows color (decimal): -8565793 or 14633853. OLE color: 14633853.
HSL color Cylindrical-coordinate representation of color #7D4BDF: hue angle of 260.27º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7D4BDF is Cyan = 0.44, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 125 | 75 | 223 | - |
| CMYK | 0.44 | 0.66 | 0 | 0.13 |
| HSL | 260.27º | 0.7% | 0.58% | - |
| HSV(B) | 260.27º | 0.66% | 0.87% | - |
| XYZ | 24.29 | 14.72 | 71.37 | - |
| YUV | 106.82 | 193.57 | 140.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 75 | 223 | 0.44 | 0.66 | 0 | 0.13 | 260.27 | 0.7 | 0.58 |
| Hex | 7D | 4B | DF | 2C | 42 | 0 | D | 104 | 46 | 3A |
| Octal | 175 | 113 | 337 | 54 | 102 | 0 | 15 | 404 | 106 | 72 |
| Binary | 1111101 | 1001011 | 11011111 | 101100 | 1000010 | 0 | 1101 | 100000100 | 1000110 | 111010 |
Color Harmonies of #7D4BDF
Complementary color
Monochromatic Colors of #7D4BDF
Black with #7D4BDF
Text Example
Text Example
White with #7D4BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D4BDF; }
p { color: rgb(125,75,223); }
H1.HeaderClassName
{
color: #7D4BDF;
}
.AnyTagClassName
{
color: #7D4BDF;
}
</style>
background-color css
<style>
a { background-color: #7D4BDF; }
a { background-color: rgb(125,75,223); }
div.DivClassName
{
background-color: #7D4BDF;
}
.BgClassName
{
background-color: #7D4BDF;
}
</style>
border-color css
<style>
span { border-color: #7D4BDF; }
span { border-color: rgb(125,75,223); }
td.TdClassName
{
border-color: #7D4BDF;
}
.TagClassName
{
border-color: #7D4BDF;
}
</style>