#7A4AC5

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

Shades of Slate Blue #7A4AC5

Tints of Slate Blue #7A4AC5

Color information

#7A4AC5 (or 0x7A4AC5) is unknown color: approx Slate Blue. HEX triplet: 7A, 4A and C5. RGB value is (122,74,197). Sum of RGB (Red+Green+Blue) = 122+74+197=393 (52% of max value = 765). Red value is 122 (48.05% from 255 or 31.04% from 393); Green value is 74 (29.30% from 255 or 18.83% from 393); Blue value is 197 (77.34% from 255 or 50.13% from 393); Max value from RGB is 197 - color contains mainly: blue. Hex color #7A4AC5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7A4AC5 is #85B53A. Grayscale: #656565. Windows color (decimal): -8762683 or 12929658. OLE color: 12929658.

HSL color Cylindrical-coordinate representation of color #7A4AC5: hue angle of 263.41º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7A4AC5 is Cyan = 0.38, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB12274197-
CMYK0.380.6200.23
HSL263.41º51.46%53.14%-
HSV(B)263.41º62.44%77.25%-
XYZ20.5513.0754.26-
YUV102.37181.4142-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 31.04%
GREEN value IS 74 (29.30% from 255) = 18.83%
BLUE value IS 197 (77.34% from 255) = 50.13%
R=31.04%
G=18.83%
B=50.13%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal122741970.380.6200.23263.4151.4653.14
Hex7A4AC5263E0171073335
Octal17211230546760274076365
Binary1111010100101011000101100110111110010111100000111110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A4AC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,74,197); }

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

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

 a { background-color: rgb(122,74,197); }

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

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

 span { border-color: rgb(122,74,197); }

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