#7E4AD6

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

Shades of Slate Blue #7E4AD6

Tints of Slate Blue #7E4AD6

Color information

#7E4AD6 (or 0x7E4AD6) is unknown color: approx Slate Blue. HEX triplet: 7E, 4A and D6. RGB value is (126,74,214). Sum of RGB (Red+Green+Blue) = 126+74+214=414 (54% of max value = 765). Red value is 126 (49.61% from 255 or 30.43% from 414); Green value is 74 (29.30% from 255 or 17.87% from 414); Blue value is 214 (83.98% from 255 or 51.69% from 414); Max value from RGB is 214 - color contains mainly: blue. Hex color #7E4AD6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7E4AD6 is #81B529. Grayscale: #696969. Windows color (decimal): -8500522 or 14043774. OLE color: 14043774.

HSL color Cylindrical-coordinate representation of color #7E4AD6: hue angle of 262.29º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7E4AD6 is Cyan = 0.41, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB12674214-
CMYK0.410.6500.16
HSL262.29º63.06%56.47%-
HSV(B)262.29º65.42%83.92%-
XYZ23.1914.1965.13-
YUV105.51189.23142.62-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 30.43%
GREEN value IS 74 (29.30% from 255) = 17.87%
BLUE value IS 214 (83.98% from 255) = 51.69%
R=30.43%
G=17.87%
B=51.69%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal126742140.410.6500.16262.2963.0656.47
Hex7E4AD629410101063f38
Octal176112326511010204067770
Binary11111101001010110101101010011000001010000100000110111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E4AD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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