#7469AE

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

Shades of Scampi #7469AE

Tints of Scampi #7469AE

Color information

#7469AE (or 0x7469AE) is unknown color: approx Scampi. HEX triplet: 74, 69 and AE. RGB value is (116,105,174). Sum of RGB (Red+Green+Blue) = 116+105+174=395 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.37% from 395); Green value is 105 (41.41% from 255 or 26.58% from 395); Blue value is 174 (68.36% from 255 or 44.05% from 395); Max value from RGB is 174 - color contains mainly: blue. Hex color #7469AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7469AE is #8B9651. Grayscale: #737373. Windows color (decimal): -9147986 or 11430260. OLE color: 11430260.

HSL color Cylindrical-coordinate representation of color #7469AE: hue angle of 249.57º 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 #7469AE is Cyan = 0.33, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB116105174-
CMYK0.330.4000.32
HSL249.57º29.87%54.71%-
HSV(B)249.57º39.66%68.24%-
XYZ19.8916.8742.25-
YUV116.15160.64127.89-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 29.37%
GREEN value IS 105 (41.41% from 255) = 26.58%
BLUE value IS 174 (68.36% from 255) = 44.05%
R=29.37%
G=26.58%
B=44.05%

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
Decimal1161051740.330.4000.32249.5729.8754.71
Hex7469AE2128020fa1e37
Octal16415125641500403723667
Binary111010011010011010111010000110100001000001111101011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7469AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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