Shades of Slate Blue #7E4AD4
Tints of Slate Blue #7E4AD4
RGB
CMYK
RGB Variations
Color information
#7E4AD4 (or 0x7E4AD4) is known color: Slate Blue. HEX triplet: 7E, 4A and D4. RGB value is (126,74,212). Sum of RGB (Red+Green+Blue) = 126+74+212=412 (54% of max value = 765). Red value is 126 (49.61% from 255 or 30.58% from 412); Green value is 74 (29.30% from 255 or 17.96% from 412); Blue value is 212 (83.20% from 255 or 51.46% from 412); Max value from RGB is 212 - color contains mainly: blue. Hex color #7E4AD4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7E4AD4 is #81B52B. Grayscale: #686868. Windows color (decimal): -8500524 or 13912702. OLE color: 13912702.
HSL color Cylindrical-coordinate representation of color #7E4AD4: hue angle of 262.61º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7E4AD4 is Cyan = 0.41, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 126 | 74 | 212 | - |
| CMYK | 0.41 | 0.65 | 0 | 0.17 |
| HSL | 262.61º | 0.62% | 0.56% | - |
| HSV(B) | 262.61º | 0.65% | 0.83% | - |
| XYZ | 22.94 | 14.09 | 63.8 | - |
| YUV | 105.28 | 188.23 | 142.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 74 | 212 | 0.41 | 0.65 | 0 | 0.17 | 262.61 | 0.62 | 0.56 |
| Hex | 7E | 4A | D4 | 29 | 41 | 0 | 11 | 107 | 3E | 38 |
| Octal | 176 | 112 | 324 | 51 | 101 | 0 | 21 | 407 | 76 | 70 |
| Binary | 1111110 | 1001010 | 11010100 | 101001 | 1000001 | 0 | 10001 | 100000111 | 111110 | 111000 |
Color Harmonies of #7E4AD4
Complementary color
Monochromatic Colors of #7E4AD4
Black with #7E4AD4
Text Example
Text Example
White with #7E4AD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E4AD4; }
p { color: rgb(126,74,212); }
H1.HeaderClassName
{
color: #7E4AD4;
}
.AnyTagClassName
{
color: #7E4AD4;
}
</style>
background-color css
<style>
a { background-color: #7E4AD4; }
a { background-color: rgb(126,74,212); }
div.DivClassName
{
background-color: #7E4AD4;
}
.BgClassName
{
background-color: #7E4AD4;
}
</style>
border-color css
<style>
span { border-color: #7E4AD4; }
span { border-color: rgb(126,74,212); }
td.TdClassName
{
border-color: #7E4AD4;
}
.TagClassName
{
border-color: #7E4AD4;
}
</style>