#7867AB

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

Shades of Scampi #7867AB

Tints of Scampi #7867AB

Color information

#7867AB (or 0x7867AB) is unknown color: approx Scampi. HEX triplet: 78, 67 and AB. RGB value is (120,103,171). Sum of RGB (Red+Green+Blue) = 120+103+171=394 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30.46% from 394); Green value is 103 (40.62% from 255 or 26.14% from 394); Blue value is 171 (67.19% from 255 or 43.40% from 394); Max value from RGB is 171 - color contains mainly: blue. Hex color #7867AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7867AB is #879854. Grayscale: #737373. Windows color (decimal): -8886357 or 11233144. OLE color: 11233144.

HSL color Cylindrical-coordinate representation of color #7867AB: hue angle of 255º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7867AB is Cyan = 0.30, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB120103171-
CMYK0.300.4000.33
HSL255º28.81%53.73%-
HSV(B)255º39.77%67.06%-
XYZ19.9516.6340.69-
YUV115.84159.13130.97-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 30.46%
GREEN value IS 103 (40.62% from 255) = 26.14%
BLUE value IS 171 (67.19% from 255) = 43.40%
R=30.46%
G=26.14%
B=43.40%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1201031710.300.4000.3325528.8153.73
Hex7867AB1E28021ff1d36
Octal17014725336500413773566
Binary11110001100111101010111111010100001000011111111111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7867AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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