#7467AA

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

Shades of Scampi #7467AA

Tints of Scampi #7467AA

Color information

#7467AA (or 0x7467AA) is unknown color: approx Scampi. HEX triplet: 74, 67 and AA. RGB value is (116,103,170). Sum of RGB (Red+Green+Blue) = 116+103+170=389 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.82% from 389); Green value is 103 (40.62% from 255 or 26.48% from 389); Blue value is 170 (66.80% from 255 or 43.70% from 389); Max value from RGB is 170 - color contains mainly: blue. Hex color #7467AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7467AA is #8B9855. Grayscale: #727272. Windows color (decimal): -9148502 or 11167604. OLE color: 11167604.

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

Color convert

RGB116103170-
CMYK0.320.3900.33
HSL251.64º28.27%53.53%-
HSV(B)251.64º39.41%66.67%-
XYZ19.3116.3240.16-
YUV114.52159.31129.05-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 29.82%
GREEN value IS 103 (40.62% from 255) = 26.48%
BLUE value IS 170 (66.80% from 255) = 43.70%
R=29.82%
G=26.48%
B=43.70%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1161031700.320.3900.33251.6428.2753.53
Hex7467AA2027021fc1c36
Octal16414725240470413743466
Binary111010011001111010101010000010011101000011111110011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7467AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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