#7864AD

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

Shades of Scampi #7864AD

Tints of Scampi #7864AD

Color information

#7864AD (or 0x7864AD) is unknown color: approx Scampi. HEX triplet: 78, 64 and AD. RGB value is (120,100,173). Sum of RGB (Red+Green+Blue) = 120+100+173=393 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30.53% from 393); Green value is 100 (39.45% from 255 or 25.45% from 393); Blue value is 173 (67.97% from 255 or 44.02% from 393); Max value from RGB is 173 - color contains mainly: blue. Hex color #7864AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7864AD is #879B52. Grayscale: #727272. Windows color (decimal): -8887123 or 11363448. OLE color: 11363448.

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

Color convert

RGB120100173-
CMYK0.310.4200.32
HSL256.44º30.8%53.53%-
HSV(B)256.44º42.2%67.84%-
XYZ19.8516.1241.6-
YUV114.3161.13132.06-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 30.53%
GREEN value IS 100 (39.45% from 255) = 25.45%
BLUE value IS 173 (67.97% from 255) = 44.02%
R=30.53%
G=25.45%
B=44.02%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1201001730.310.4200.32256.4430.853.53
Hex7864AD1F2A0201001f36
Octal17014425537520404003766
Binary111100011001001010110111111101010010000010000000011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7864AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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