#7A47DB

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

Shades of Slate Blue #7A47DB

Tints of Slate Blue #7A47DB

Color information

#7A47DB (or 0x7A47DB) is unknown color: approx Slate Blue. HEX triplet: 7A, 47 and DB. RGB value is (122,71,219). Sum of RGB (Red+Green+Blue) = 122+71+219=412 (54% of max value = 765). Red value is 122 (48.05% from 255 or 29.61% from 412); Green value is 71 (28.12% from 255 or 17.23% from 412); Blue value is 219 (85.94% from 255 or 53.16% from 412); Max value from RGB is 219 - color contains mainly: blue. Hex color #7A47DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7A47DB is #85B824. Grayscale: #666666. Windows color (decimal): -8763429 or 14370682. OLE color: 14370682.

HSL color Cylindrical-coordinate representation of color #7A47DB: hue angle of 260.68º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7A47DB is Cyan = 0.44, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB12271219-
CMYK0.440.6800.14
HSL260.68º67.27%56.86%-
HSV(B)260.68º67.58%85.88%-
XYZ23.0713.7668.46-
YUV103.12193.4141.47-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 29.61%
GREEN value IS 71 (28.12% from 255) = 17.23%
BLUE value IS 219 (85.94% from 255) = 53.16%
R=29.61%
G=17.23%
B=53.16%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal122712190.440.6800.14260.6867.2756.86
Hex7A47DB2C440E1054339
Octal1721073335410401640510371
Binary11110101000111110110111011001000100011101000001011000011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A47DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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