#7862A7

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

Shades of Scampi #7862A7

Tints of Scampi #7862A7

Color information

#7862A7 (or 0x7862A7) is unknown color: approx Scampi. HEX triplet: 78, 62 and A7. RGB value is (120,98,167). Sum of RGB (Red+Green+Blue) = 120+98+167=385 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.17% from 385); Green value is 98 (38.67% from 255 or 25.45% from 385); Blue value is 167 (65.62% from 255 or 43.38% from 385); Max value from RGB is 167 - color contains mainly: blue. Hex color #7862A7 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7862A7 is #879D58. Grayscale: #707070. Windows color (decimal): -8887641 or 10969720. OLE color: 10969720.

HSL color Cylindrical-coordinate representation of color #7862A7: hue angle of 259.13º degrees, saturation: 0.28, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7862A7 is Cyan = 0.28, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB12098167-
CMYK0.280.4100.35
HSL259.13º28.16%51.96%-
HSV(B)259.13º41.32%65.49%-
XYZ19.0915.5238.55-
YUV112.44158.79133.39-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 31.17%
GREEN value IS 98 (38.67% from 255) = 25.45%
BLUE value IS 167 (65.62% from 255) = 43.38%
R=31.17%
G=25.45%
B=43.38%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal120981670.280.4100.35259.1328.1651.96
Hex7862A71C290231031c34
Octal17014224734510434033464
Binary111100011000101010011111100101001010001110000001111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7862A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7862A7; }

 p { color: rgb(120,98,167); }

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

<style>
 a { background-color: #7862A7; }

 a { background-color: rgb(120,98,167); }

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

<style>
 span { border-color: #7862A7; }

 span { border-color: rgb(120,98,167); }

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