#7A47CD

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

Shades of Slate Blue #7A47CD

Tints of Slate Blue #7A47CD

Color information

#7A47CD (or 0x7A47CD) is unknown color: approx Slate Blue. HEX triplet: 7A, 47 and CD. RGB value is (122,71,205). Sum of RGB (Red+Green+Blue) = 122+71+205=398 (52% of max value = 765). Red value is 122 (48.05% from 255 or 30.65% from 398); Green value is 71 (28.12% from 255 or 17.84% from 398); Blue value is 205 (80.47% from 255 or 51.51% from 398); Max value from RGB is 205 - color contains mainly: blue. Hex color #7A47CD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7A47CD is #85B832. Grayscale: #656565. Windows color (decimal): -8763443 or 13453178. OLE color: 13453178.

HSL color Cylindrical-coordinate representation of color #7A47CD: hue angle of 262.84º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7A47CD is Cyan = 0.40, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB12271205-
CMYK0.400.6500.20
HSL262.84º57.26%54.12%-
HSV(B)262.84º65.37%80.39%-
XYZ21.313.0559.15-
YUV101.52186.4142.6-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 30.65%
GREEN value IS 71 (28.12% from 255) = 17.84%
BLUE value IS 205 (80.47% from 255) = 51.51%
R=30.65%
G=17.84%
B=51.51%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal122712050.400.6500.20262.8457.2654.12
Hex7A47CD28410141073936
Octal172107315501010244077166
Binary11110101000111110011011010001000001010100100000111111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A47CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,71,205); }

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

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

 a { background-color: rgb(122,71,205); }

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

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

 span { border-color: rgb(122,71,205); }

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