#7D4AC6

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

Shades of Slate Blue #7D4AC6

Tints of Slate Blue #7D4AC6

Color information

#7D4AC6 (or 0x7D4AC6) is unknown color: approx Slate Blue. HEX triplet: 7D, 4A and C6. RGB value is (125,74,198). Sum of RGB (Red+Green+Blue) = 125+74+198=397 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.49% from 397); Green value is 74 (29.30% from 255 or 18.64% from 397); Blue value is 198 (77.73% from 255 or 49.87% from 397); Max value from RGB is 198 - color contains mainly: blue. Hex color #7D4AC6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7D4AC6 is #82B539. Grayscale: #666666. Windows color (decimal): -8566074 or 12995197. OLE color: 12995197.

HSL color Cylindrical-coordinate representation of color #7D4AC6: hue angle of 264.68º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7D4AC6 is Cyan = 0.37, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB12574198-
CMYK0.370.6300.22
HSL264.68º52.1%53.33%-
HSV(B)264.68º62.63%77.65%-
XYZ21.113.3354.89-
YUV103.38181.4143.42-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 31.49%
GREEN value IS 74 (29.30% from 255) = 18.64%
BLUE value IS 198 (77.73% from 255) = 49.87%
R=31.49%
G=18.64%
B=49.87%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal125741980.370.6300.22264.6852.153.33
Hex7D4AC6253F0161093435
Octal17511230645770264116465
Binary1111101100101011000110100101111111010110100001001110100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D4AC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,74,198); }

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

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

 a { background-color: rgb(125,74,198); }

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

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

 span { border-color: rgb(125,74,198); }

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