#7867AA

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

Shades of Scampi #7867AA

Tints of Scampi #7867AA

Color information

#7867AA (or 0x7867AA) is unknown color: approx Scampi. HEX triplet: 78, 67 and AA. RGB value is (120,103,170). Sum of RGB (Red+Green+Blue) = 120+103+170=393 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30.53% from 393); Green value is 103 (40.62% from 255 or 26.21% from 393); Blue value is 170 (66.80% from 255 or 43.26% from 393); Max value from RGB is 170 - color contains mainly: blue. Hex color #7867AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7867AA is #879855. Grayscale: #737373. Windows color (decimal): -8886358 or 11167608. OLE color: 11167608.

HSL color Cylindrical-coordinate representation of color #7867AA: hue angle of 255.22º 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 #7867AA is Cyan = 0.29, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB120103170-
CMYK0.290.3900.33
HSL255.22º28.27%53.53%-
HSV(B)255.22º39.41%66.67%-
XYZ19.8516.640.19-
YUV115.72158.63131.05-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 30.53%
GREEN value IS 103 (40.62% from 255) = 26.21%
BLUE value IS 170 (66.80% from 255) = 43.26%
R=30.53%
G=26.21%
B=43.26%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1201031700.290.3900.33255.2228.2753.53
Hex7867AA1D27021ff1c36
Octal17014725235470413773466
Binary11110001100111101010101110110011101000011111111111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7867AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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