#7E4AD9

Color #7E4AD9 Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Slate Blue #7E4AD9

Tints of Slate Blue #7E4AD9

Color information

#7E4AD9 (or 0x7E4AD9) is unknown color: approx Slate Blue. HEX triplet: 7E, 4A and D9. RGB value is (126,74,217). Sum of RGB (Red+Green+Blue) = 126+74+217=417 (55% of max value = 765). Red value is 126 (49.61% from 255 or 30.22% from 417); Green value is 74 (29.30% from 255 or 17.75% from 417); Blue value is 217 (85.16% from 255 or 52.04% from 417); Max value from RGB is 217 - color contains mainly: blue. Hex color #7E4AD9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7E4AD9 is #81B526. Grayscale: #696969. Windows color (decimal): -8500519 or 14240382. OLE color: 14240382.

HSL color Cylindrical-coordinate representation of color #7E4AD9: hue angle of 261.82º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7E4AD9 is Cyan = 0.42, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB12674217-
CMYK0.420.6600.15
HSL261.82º65.3%57.06%-
HSV(B)261.82º65.9%85.1%-
XYZ23.5814.3467.17-
YUV105.85190.73142.37-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 126 (49.61% from 255) = 30.22%
GREEN value IS 74 (29.30% from 255) = 17.75%
BLUE value IS 217 (85.16% from 255) = 52.04%
R=30.22%
G=17.75%
B=52.04%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal126742170.420.6600.15261.8265.357.06
Hex7E4AD92A420F1064139
Octal1761123315210201740610171
Binary11111101001010110110011010101000010011111000001101000001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E4AD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7E4AD9; }

 p { color: rgb(126,74,217); }

 H1.HeaderClassName
 {
   color: #7E4AD9;
 }
 .AnyTagClassName
 {
   color: #7E4AD9;
 }
</style>
background-color css

<style>
 a { background-color: #7E4AD9; }

 a { background-color: rgb(126,74,217); }

 div.DivClassName
 {
   background-color: #7E4AD9;
 }
 .BgClassName
 {
   background-color: #7E4AD9;
 }
</style>
border-color css

<style>
 span { border-color: #7E4AD9; }

 span { border-color: rgb(126,74,217); }

 td.TdClassName
 {
   border-color: #7E4AD9;
 }
 .TagClassName
 {
   border-color: #7E4AD9;
 }
</style>