#7369AE

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

Shades of Scampi #7369AE

Tints of Scampi #7369AE

Color information

#7369AE (or 0x7369AE) is unknown color: approx Scampi. HEX triplet: 73, 69 and AE. RGB value is (115,105,174). Sum of RGB (Red+Green+Blue) = 115+105+174=394 (52% of max value = 765). Red value is 115 (45.31% from 255 or 29.19% from 394); Green value is 105 (41.41% from 255 or 26.65% from 394); Blue value is 174 (68.36% from 255 or 44.16% from 394); Max value from RGB is 174 - color contains mainly: blue. Hex color #7369AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7369AE is #8C9651. Grayscale: #737373. Windows color (decimal): -9213522 or 11430259. OLE color: 11430259.

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

Color convert

RGB115105174-
CMYK0.340.4000.32
HSL248.7º29.87%54.71%-
HSV(B)248.7º39.66%68.24%-
XYZ19.7616.842.25-
YUV115.86160.81127.39-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 29.19%
GREEN value IS 105 (41.41% from 255) = 26.65%
BLUE value IS 174 (68.36% from 255) = 44.16%
R=29.19%
G=26.65%
B=44.16%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1151051740.340.4000.32248.729.8754.71
Hex7369AE2228020f91e37
Octal16315125642500403713667
Binary111001111010011010111010001010100001000001111100111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7369AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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