#7868AB

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

Shades of Scampi #7868AB

Tints of Scampi #7868AB

Color information

#7868AB (or 0x7868AB) is unknown color: approx Scampi. HEX triplet: 78, 68 and AB. RGB value is (120,104,171). Sum of RGB (Red+Green+Blue) = 120+104+171=395 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30.38% from 395); Green value is 104 (41.02% from 255 or 26.33% from 395); Blue value is 171 (67.19% from 255 or 43.29% from 395); Max value from RGB is 171 - color contains mainly: blue. Hex color #7868AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7868AB is #879754. Grayscale: #747474. Windows color (decimal): -8886101 or 11233400. OLE color: 11233400.

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

Color convert

RGB120104171-
CMYK0.300.3900.33
HSL254.33º28.51%53.92%-
HSV(B)254.33º39.18%67.06%-
XYZ20.0516.8340.72-
YUV116.42158.8130.55-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 30.38%
GREEN value IS 104 (41.02% from 255) = 26.33%
BLUE value IS 171 (67.19% from 255) = 43.29%
R=30.38%
G=26.33%
B=43.29%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1201041710.300.3900.33254.3328.5153.92
Hex7868AB1E27021fe1d36
Octal17015025336470413763566
Binary11110001101000101010111111010011101000011111111011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7868AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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