#7E4CD4

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

Shades of Slate Blue #7E4CD4

Tints of Slate Blue #7E4CD4

Color information

#7E4CD4 (or 0x7E4CD4) is unknown color: approx Slate Blue. HEX triplet: 7E, 4C and D4. RGB value is (126,76,212). Sum of RGB (Red+Green+Blue) = 126+76+212=414 (54% of max value = 765). Red value is 126 (49.61% from 255 or 30.43% from 414); Green value is 76 (30.08% from 255 or 18.36% from 414); Blue value is 212 (83.20% from 255 or 51.21% from 414); Max value from RGB is 212 - color contains mainly: blue. Hex color #7E4CD4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7E4CD4 is #81B32B. Grayscale: #696969. Windows color (decimal): -8500012 or 13913214. OLE color: 13913214.

HSL color Cylindrical-coordinate representation of color #7E4CD4: hue angle of 262.06º degrees, saturation: 0.61, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7E4CD4 is Cyan = 0.41, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB12676212-
CMYK0.410.6400.17
HSL262.06º61.26%56.47%-
HSV(B)262.06º64.15%83.14%-
XYZ23.0714.3663.84-
YUV106.45187.56141.94-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 30.43%
GREEN value IS 76 (30.08% from 255) = 18.36%
BLUE value IS 212 (83.20% from 255) = 51.21%
R=30.43%
G=18.36%
B=51.21%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal126762120.410.6400.17262.0661.2656.47
Hex7E4CD429400111063d38
Octal176114324511000214067570
Binary11111101001100110101001010011000000010001100000110111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E4CD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,76,212); }

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

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

 a { background-color: rgb(126,76,212); }

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

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

 span { border-color: rgb(126,76,212); }

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