#7567AE

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

Shades of Scampi #7567AE

Tints of Scampi #7567AE

Color information

#7567AE (or 0x7567AE) is unknown color: approx Scampi. HEX triplet: 75, 67 and AE. RGB value is (117,103,174). Sum of RGB (Red+Green+Blue) = 117+103+174=394 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.70% from 394); Green value is 103 (40.62% from 255 or 26.14% 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 #7567AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7567AE is #8A9851. Grayscale: #737373. Windows color (decimal): -9082962 or 11429749. OLE color: 11429749.

HSL color Cylindrical-coordinate representation of color #7567AE: hue angle of 251.83º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7567AE is Cyan = 0.33, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB117103174-
CMYK0.330.4100.32
HSL251.83º30.47%54.31%-
HSV(B)251.83º40.8%68.24%-
XYZ19.8316.5442.19-
YUV115.28161.14129.23-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 29.70%
GREEN value IS 103 (40.62% from 255) = 26.14%
BLUE value IS 174 (68.36% from 255) = 44.16%
R=29.70%
G=26.14%
B=44.16%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1171031740.330.4100.32251.8330.4754.31
Hex7567AE2129020fc1e36
Octal16514725641510403743666
Binary111010111001111010111010000110100101000001111110011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7567AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,103,174); }

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

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

 a { background-color: rgb(117,103,174); }

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

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

 span { border-color: rgb(117,103,174); }

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