#7864AF

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

Shades of Scampi #7864AF

Tints of Scampi #7864AF

Color information

#7864AF (or 0x7864AF) is unknown color: approx Scampi. HEX triplet: 78, 64 and AF. RGB value is (120,100,175). Sum of RGB (Red+Green+Blue) = 120+100+175=395 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30.38% from 395); Green value is 100 (39.45% from 255 or 25.32% from 395); Blue value is 175 (68.75% from 255 or 44.30% from 395); Max value from RGB is 175 - color contains mainly: blue. Hex color #7864AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7864AF is #879B50. Grayscale: #727272. Windows color (decimal): -8887121 or 11494520. OLE color: 11494520.

HSL color Cylindrical-coordinate representation of color #7864AF: hue angle of 256º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7864AF is Cyan = 0.31, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB120100175-
CMYK0.310.4300.31
HSL256º31.91%53.92%-
HSV(B)256º42.86%68.63%-
XYZ20.0416.242.63-
YUV114.53162.13131.9-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 30.38%
GREEN value IS 100 (39.45% from 255) = 25.32%
BLUE value IS 175 (68.75% from 255) = 44.30%
R=30.38%
G=25.32%
B=44.30%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1201001750.310.4300.3125631.9153.92
Hex7864AF1F2B01F1002036
Octal17014425737530374004066
Binary111100011001001010111111111101011011111100000000100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7864AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7864AF; }

 p { color: rgb(120,100,175); }

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

<style>
 a { background-color: #7864AF; }

 a { background-color: rgb(120,100,175); }

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

<style>
 span { border-color: #7864AF; }

 span { border-color: rgb(120,100,175); }

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