Shades of Slate Blue #7D4ECE
Tints of Slate Blue #7D4ECE
RGB
CMYK
RGB Variations
Color information
#7D4ECE (or 0x7D4ECE) is known color: Slate Blue. HEX triplet: 7D, 4E and CE. RGB value is (125,78,206). Sum of RGB (Red+Green+Blue) = 125+78+206=409 (54% of max value = 765). Red value is 125 (49.22% from 255 or 30.56% from 409); Green value is 78 (30.86% from 255 or 19.07% from 409); Blue value is 206 (80.86% from 255 or 50.37% from 409); Max value from RGB is 206 - color contains mainly: blue. Hex color #7D4ECE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D4ECE is #82B131. Grayscale: #6A6A6A. Windows color (decimal): -8565042 or 13520509. OLE color: 13520509.
HSL color Cylindrical-coordinate representation of color #7D4ECE: hue angle of 262.03º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7D4ECE is Cyan = 0.39, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 125 | 78 | 206 | - |
| CMYK | 0.39 | 0.62 | 0 | 0.19 |
| HSL | 262.03º | 0.57% | 0.56% | - |
| HSV(B) | 262.03º | 0.62% | 0.81% | - |
| XYZ | 22.32 | 14.26 | 59.97 | - |
| YUV | 106.65 | 184.07 | 141.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 78 | 206 | 0.39 | 0.62 | 0 | 0.19 | 262.03 | 0.57 | 0.56 |
| Hex | 7D | 4E | CE | 27 | 3E | 0 | 13 | 106 | 39 | 38 |
| Octal | 175 | 116 | 316 | 47 | 76 | 0 | 23 | 406 | 71 | 70 |
| Binary | 1111101 | 1001110 | 11001110 | 100111 | 111110 | 0 | 10011 | 100000110 | 111001 | 111000 |
Color Harmonies of #7D4ECE
Complementary color
Monochromatic Colors of #7D4ECE
Black with #7D4ECE
Text Example
Text Example
White with #7D4ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D4ECE; }
p { color: rgb(125,78,206); }
H1.HeaderClassName
{
color: #7D4ECE;
}
.AnyTagClassName
{
color: #7D4ECE;
}
</style>
background-color css
<style>
a { background-color: #7D4ECE; }
a { background-color: rgb(125,78,206); }
div.DivClassName
{
background-color: #7D4ECE;
}
.BgClassName
{
background-color: #7D4ECE;
}
</style>
border-color css
<style>
span { border-color: #7D4ECE; }
span { border-color: rgb(125,78,206); }
td.TdClassName
{
border-color: #7D4ECE;
}
.TagClassName
{
border-color: #7D4ECE;
}
</style>