#7A4FD3

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

Shades of Slate Blue #7A4FD3

Tints of Slate Blue #7A4FD3

Color information

#7A4FD3 (or 0x7A4FD3) is unknown color: approx Slate Blue. HEX triplet: 7A, 4F and D3. RGB value is (122,79,211). Sum of RGB (Red+Green+Blue) = 122+79+211=412 (54% of max value = 765). Red value is 122 (48.05% from 255 or 29.61% from 412); Green value is 79 (31.25% from 255 or 19.17% from 412); Blue value is 211 (82.81% from 255 or 51.21% from 412); Max value from RGB is 211 - color contains mainly: blue. Hex color #7A4FD3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A4FD3 is #85B02C. Grayscale: #6A6A6A. Windows color (decimal): -8761389 or 13848442. OLE color: 13848442.

HSL color Cylindrical-coordinate representation of color #7A4FD3: hue angle of 259.55º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7A4FD3 is Cyan = 0.42, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB12279211-
CMYK0.420.6300.17
HSL259.55º60%56.86%-
HSV(B)259.55º62.56%82.75%-
XYZ22.5814.4363.22-
YUV106.9186.75138.77-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 29.61%
GREEN value IS 79 (31.25% from 255) = 19.17%
BLUE value IS 211 (82.81% from 255) = 51.21%
R=29.61%
G=19.17%
B=51.21%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal122792110.420.6300.17259.556056.86
Hex7A4FD32A3F0111043c39
Octal17211732352770214047471
Binary1111010100111111010011101010111111010001100000100111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A4FD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,79,211); }

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

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

 a { background-color: rgb(122,79,211); }

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

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

 span { border-color: rgb(122,79,211); }

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