#7465AA

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

Shades of Scampi #7465AA

Tints of Scampi #7465AA

Color information

#7465AA (or 0x7465AA) is unknown color: approx Scampi. HEX triplet: 74, 65 and AA. RGB value is (116,101,170). Sum of RGB (Red+Green+Blue) = 116+101+170=387 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.97% from 387); Green value is 101 (39.84% from 255 or 26.10% from 387); Blue value is 170 (66.80% from 255 or 43.93% from 387); Max value from RGB is 170 - color contains mainly: blue. Hex color #7465AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7465AA is #8B9A55. Grayscale: #717171. Windows color (decimal): -9149014 or 11167092. OLE color: 11167092.

HSL color Cylindrical-coordinate representation of color #7465AA: hue angle of 253.04º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7465AA is Cyan = 0.32, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB116101170-
CMYK0.320.4100.33
HSL253.04º28.87%53.14%-
HSV(B)253.04º40.59%66.67%-
XYZ19.1115.9240.1-
YUV113.35159.97129.89-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 29.97%
GREEN value IS 101 (39.84% from 255) = 26.10%
BLUE value IS 170 (66.80% from 255) = 43.93%
R=29.97%
G=26.10%
B=43.93%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1161011700.320.4100.33253.0428.8753.14
Hex7465AA2029021fd1d35
Octal16414525240510413753565
Binary111010011001011010101010000010100101000011111110111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7465AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7465AA; }

 p { color: rgb(116,101,170); }

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

<style>
 a { background-color: #7465AA; }

 a { background-color: rgb(116,101,170); }

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

<style>
 span { border-color: #7465AA; }

 span { border-color: rgb(116,101,170); }

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