Shades of Slate Blue #7E4DC7
Tints of Slate Blue #7E4DC7
RGB
CMYK
RGB Variations
Color information
#7E4DC7 (or 0x7E4DC7) is known color: Slate Blue. HEX triplet: 7E, 4D and C7. RGB value is (126,77,199). Sum of RGB (Red+Green+Blue) = 126+77+199=402 (53% of max value = 765). Red value is 126 (49.61% from 255 or 31.34% from 402); Green value is 77 (30.47% from 255 or 19.15% from 402); Blue value is 199 (78.12% from 255 or 49.50% from 402); Max value from RGB is 199 - color contains mainly: blue. Hex color #7E4DC7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E4DC7 is #81B238. Grayscale: #696969. Windows color (decimal): -8499769 or 13061502. OLE color: 13061502.
HSL color Cylindrical-coordinate representation of color #7E4DC7: hue angle of 264.1º degrees, saturation: 0.52, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7E4DC7 is Cyan = 0.37, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 126 | 77 | 199 | - |
| CMYK | 0.37 | 0.61 | 0 | 0.22 |
| HSL | 264.1º | 0.52% | 0.54% | - |
| HSV(B) | 264.1º | 0.61% | 0.78% | - |
| XYZ | 21.57 | 13.87 | 55.57 | - |
| YUV | 105.56 | 180.73 | 142.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 77 | 199 | 0.37 | 0.61 | 0 | 0.22 | 264.1 | 0.52 | 0.54 |
| Hex | 7E | 4D | C7 | 25 | 3D | 0 | 16 | 108 | 34 | 36 |
| Octal | 176 | 115 | 307 | 45 | 75 | 0 | 26 | 410 | 64 | 66 |
| Binary | 1111110 | 1001101 | 11000111 | 100101 | 111101 | 0 | 10110 | 100001000 | 110100 | 110110 |
Color Harmonies of #7E4DC7
Complementary color
Monochromatic Colors of #7E4DC7
Black with #7E4DC7
Text Example
Text Example
White with #7E4DC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E4DC7; }
p { color: rgb(126,77,199); }
H1.HeaderClassName
{
color: #7E4DC7;
}
.AnyTagClassName
{
color: #7E4DC7;
}
</style>
background-color css
<style>
a { background-color: #7E4DC7; }
a { background-color: rgb(126,77,199); }
div.DivClassName
{
background-color: #7E4DC7;
}
.BgClassName
{
background-color: #7E4DC7;
}
</style>
border-color css
<style>
span { border-color: #7E4DC7; }
span { border-color: rgb(126,77,199); }
td.TdClassName
{
border-color: #7E4DC7;
}
.TagClassName
{
border-color: #7E4DC7;
}
</style>