#7A4BD9

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

Shades of Slate Blue #7A4BD9

Tints of Slate Blue #7A4BD9

Color information

#7A4BD9 (or 0x7A4BD9) is unknown color: approx Slate Blue. HEX triplet: 7A, 4B and D9. RGB value is (122,75,217). Sum of RGB (Red+Green+Blue) = 122+75+217=414 (54% of max value = 765). Red value is 122 (48.05% from 255 or 29.47% from 414); Green value is 75 (29.69% from 255 or 18.12% from 414); Blue value is 217 (85.16% from 255 or 52.42% from 414); Max value from RGB is 217 - color contains mainly: blue. Hex color #7A4BD9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7A4BD9 is #85B426. Grayscale: #686868. Windows color (decimal): -8762407 or 14240634. OLE color: 14240634.

HSL color Cylindrical-coordinate representation of color #7A4BD9: hue angle of 259.86º 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 #7A4BD9 is Cyan = 0.44, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB12275217-
CMYK0.440.6500.15
HSL259.86º65.14%57.25%-
HSV(B)259.86º65.44%85.1%-
XYZ23.0714.1867.17-
YUV105.24191.07139.95-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 29.47%
GREEN value IS 75 (29.69% from 255) = 18.12%
BLUE value IS 217 (85.16% from 255) = 52.42%
R=29.47%
G=18.12%
B=52.42%

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
Decimal122752170.440.6500.15259.8665.1457.25
Hex7A4BD92C410F1044139
Octal1721133315410101740410171
Binary11110101001011110110011011001000001011111000001001000001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A4BD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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