#7A4EC4

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

Shades of Slate Blue #7A4EC4

Tints of Slate Blue #7A4EC4

Color information

#7A4EC4 (or 0x7A4EC4) is unknown color: approx Slate Blue. HEX triplet: 7A, 4E and C4. RGB value is (122,78,196). Sum of RGB (Red+Green+Blue) = 122+78+196=396 (52% of max value = 765). Red value is 122 (48.05% from 255 or 30.81% from 396); Green value is 78 (30.86% from 255 or 19.70% from 396); Blue value is 196 (76.95% from 255 or 49.49% from 396); Max value from RGB is 196 - color contains mainly: blue. Hex color #7A4EC4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A4EC4 is #85B13B. Grayscale: #686868. Windows color (decimal): -8761660 or 12865146. OLE color: 12865146.

HSL color Cylindrical-coordinate representation of color #7A4EC4: hue angle of 262.37º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7A4EC4 is Cyan = 0.38, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB12278196-
CMYK0.380.6000.23
HSL262.37º50%53.73%-
HSV(B)262.37º60.2%76.86%-
XYZ20.7113.5753.75-
YUV104.61179.58140.41-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 30.81%
GREEN value IS 78 (30.86% from 255) = 19.70%
BLUE value IS 196 (76.95% from 255) = 49.49%
R=30.81%
G=19.70%
B=49.49%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal122781960.380.6000.23262.375053.73
Hex7A4EC4263C0171063236
Octal17211630446740274066266
Binary1111010100111011000100100110111100010111100000110110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A4EC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,78,196); }

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

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

 a { background-color: rgb(122,78,196); }

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

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

 span { border-color: rgb(122,78,196); }

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