#7A4CD9

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

Shades of Slate Blue #7A4CD9

Tints of Slate Blue #7A4CD9

Color information

#7A4CD9 (or 0x7A4CD9) is unknown color: approx Slate Blue. HEX triplet: 7A, 4C and D9. RGB value is (122,76,217). Sum of RGB (Red+Green+Blue) = 122+76+217=415 (54% of max value = 765). Red value is 122 (48.05% from 255 or 29.40% from 415); Green value is 76 (30.08% from 255 or 18.31% from 415); Blue value is 217 (85.16% from 255 or 52.29% from 415); Max value from RGB is 217 - color contains mainly: blue. Hex color #7A4CD9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7A4CD9 is #85B326. Grayscale: #696969. Windows color (decimal): -8762151 or 14240890. OLE color: 14240890.

HSL color Cylindrical-coordinate representation of color #7A4CD9: hue angle of 259.57º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7A4CD9 is Cyan = 0.44, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB12276217-
CMYK0.440.6500.15
HSL259.57º64.98%57.45%-
HSV(B)259.57º64.98%85.1%-
XYZ23.1314.3267.19-
YUV105.83190.74139.54-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 29.40%
GREEN value IS 76 (30.08% from 255) = 18.31%
BLUE value IS 217 (85.16% from 255) = 52.29%
R=29.40%
G=18.31%
B=52.29%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal122762170.440.6500.15259.5764.9857.45
Hex7A4CD92C410F1044139
Octal1721143315410101740410171
Binary11110101001100110110011011001000001011111000001001000001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A4CD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,76,217); }

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

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

 a { background-color: rgb(122,76,217); }

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

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

 span { border-color: rgb(122,76,217); }

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