#7368AE

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

Shades of Scampi #7368AE

Tints of Scampi #7368AE

Color information

#7368AE (or 0x7368AE) is unknown color: approx Scampi. HEX triplet: 73, 68 and AE. RGB value is (115,104,174). Sum of RGB (Red+Green+Blue) = 115+104+174=393 (52% of max value = 765). Red value is 115 (45.31% from 255 or 29.26% from 393); Green value is 104 (41.02% from 255 or 26.46% from 393); Blue value is 174 (68.36% from 255 or 44.27% from 393); Max value from RGB is 174 - color contains mainly: blue. Hex color #7368AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7368AE is #8C9751. Grayscale: #737373. Windows color (decimal): -9213778 or 11430003. OLE color: 11430003.

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

Color convert

RGB115104174-
CMYK0.340.4000.32
HSL249.43º30.17%54.51%-
HSV(B)249.43º40.23%68.24%-
XYZ19.6616.642.21-
YUV115.27161.14127.81-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 29.26%
GREEN value IS 104 (41.02% from 255) = 26.46%
BLUE value IS 174 (68.36% from 255) = 44.27%
R=29.26%
G=26.46%
B=44.27%

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
Decimal1151041740.340.4000.32249.4330.1754.51
Hex7368AE2228020f91e37
Octal16315025642500403713667
Binary111001111010001010111010001010100001000001111100111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7368AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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