#7468AE

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

Shades of Scampi #7468AE

Tints of Scampi #7468AE

Color information

#7468AE (or 0x7468AE) is unknown color: approx Scampi. HEX triplet: 74, 68 and AE. RGB value is (116,104,174). Sum of RGB (Red+Green+Blue) = 116+104+174=394 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.44% from 394); Green value is 104 (41.02% from 255 or 26.40% 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 #7468AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7468AE is #8B9751. Grayscale: #737373. Windows color (decimal): -9148242 or 11430004. OLE color: 11430004.

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

Color convert

RGB116104174-
CMYK0.330.4000.32
HSL250.29º30.17%54.51%-
HSV(B)250.29º40.23%68.24%-
XYZ19.7916.6742.22-
YUV115.57160.98128.31-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 29.44%
GREEN value IS 104 (41.02% from 255) = 26.40%
BLUE value IS 174 (68.36% from 255) = 44.16%
R=29.44%
G=26.40%
B=44.16%

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
Decimal1161041740.330.4000.32250.2930.1754.51
Hex7468AE2128020fa1e37
Octal16415025641500403723667
Binary111010011010001010111010000110100001000001111101011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7468AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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