#7A45D8

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

Shades of Slate Blue #7A45D8

Tints of Slate Blue #7A45D8

Color information

#7A45D8 (or 0x7A45D8) is unknown color: approx Slate Blue. HEX triplet: 7A, 45 and D8. RGB value is (122,69,216). Sum of RGB (Red+Green+Blue) = 122+69+216=407 (53% of max value = 765). Red value is 122 (48.05% from 255 or 29.98% from 407); Green value is 69 (27.34% from 255 or 16.95% from 407); Blue value is 216 (84.77% from 255 or 53.07% from 407); Max value from RGB is 216 - color contains mainly: blue. Hex color #7A45D8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7A45D8 is #85BA27. Grayscale: #656565. Windows color (decimal): -8763944 or 14173562. OLE color: 14173562.

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

Color convert

RGB12269216-
CMYK0.440.6800.15
HSL261.63º65.33%55.88%-
HSV(B)261.63º68.06%84.71%-
XYZ22.5513.3566.35-
YUV101.6192.56142.55-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 29.98%
GREEN value IS 69 (27.34% from 255) = 16.95%
BLUE value IS 216 (84.77% from 255) = 53.07%
R=29.98%
G=16.95%
B=53.07%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal122692160.440.6800.15261.6365.3355.88
Hex7A45D82C440F1064138
Octal1721053305410401740610170
Binary11110101000101110110001011001000100011111000001101000001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A45D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,69,216); }

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

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

 a { background-color: rgb(122,69,216); }

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

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

 span { border-color: rgb(122,69,216); }

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