#7866AE

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

Shades of Scampi #7866AE

Tints of Scampi #7866AE

Color information

#7866AE (or 0x7866AE) is unknown color: approx Scampi. HEX triplet: 78, 66 and AE. RGB value is (120,102,174). Sum of RGB (Red+Green+Blue) = 120+102+174=396 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30.30% from 396); Green value is 102 (40.23% from 255 or 25.76% from 396); Blue value is 174 (68.36% from 255 or 43.94% from 396); Max value from RGB is 174 - color contains mainly: blue. Hex color #7866AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7866AE is #879951. Grayscale: #737373. Windows color (decimal): -8886610 or 11429496. OLE color: 11429496.

HSL color Cylindrical-coordinate representation of color #7866AE: hue angle of 255º degrees, saturation: 0.31, 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 #7866AE is Cyan = 0.31, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB120102174-
CMYK0.310.4100.32
HSL255º30.77%54.12%-
HSV(B)255º41.38%68.24%-
XYZ20.1416.5542.18-
YUV115.59160.96131.15-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 30.30%
GREEN value IS 102 (40.23% from 255) = 25.76%
BLUE value IS 174 (68.36% from 255) = 43.94%
R=30.30%
G=25.76%
B=43.94%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1201021740.310.4100.3225530.7754.12
Hex7866AE1F29020ff1f36
Octal17014625637510403773766
Binary11110001100110101011101111110100101000001111111111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7866AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,102,174); }

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

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

 a { background-color: rgb(120,102,174); }

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

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

 span { border-color: rgb(120,102,174); }

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