#7569AE

Color #7569AE Scampi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scampi #7569AE

Tints of Scampi #7569AE

Color information

#7569AE (or 0x7569AE) is unknown color: approx Scampi. HEX triplet: 75, 69 and AE. RGB value is (117,105,174). Sum of RGB (Red+Green+Blue) = 117+105+174=396 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.55% from 396); Green value is 105 (41.41% from 255 or 26.52% from 396); Blue value is 174 (68.36% from 255 or 43.94% from 396); Max value from RGB is 174 - color contains mainly: blue. Hex color #7569AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7569AE is #8A9651. Grayscale: #747474. Windows color (decimal): -9082450 or 11430261. OLE color: 11430261.

HSL color Cylindrical-coordinate representation of color #7569AE: hue angle of 250.43º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7569AE is Cyan = 0.33, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB117105174-
CMYK0.330.4000.32
HSL250.43º29.87%54.71%-
HSV(B)250.43º39.66%68.24%-
XYZ20.0316.9442.26-
YUV116.45160.48128.39-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 29.55%
GREEN value IS 105 (41.41% from 255) = 26.52%
BLUE value IS 174 (68.36% from 255) = 43.94%
R=29.55%
G=26.52%
B=43.94%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1171051740.330.4000.32250.4329.8754.71
Hex7569AE2128020fa1e37
Octal16515125641500403723667
Binary111010111010011010111010000110100001000001111101011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7569AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7569AE; }

 p { color: rgb(117,105,174); }

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

<style>
 a { background-color: #7569AE; }

 a { background-color: rgb(117,105,174); }

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

<style>
 span { border-color: #7569AE; }

 span { border-color: rgb(117,105,174); }

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