#7865AB

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

Shades of Scampi #7865AB

Tints of Scampi #7865AB

Color information

#7865AB (or 0x7865AB) is unknown color: approx Scampi. HEX triplet: 78, 65 and AB. RGB value is (120,101,171). Sum of RGB (Red+Green+Blue) = 120+101+171=392 (51% of max value = 765). Red value is 120 (47.27% from 255 or 30.61% from 392); Green value is 101 (39.84% from 255 or 25.77% from 392); Blue value is 171 (67.19% from 255 or 43.62% from 392); Max value from RGB is 171 - color contains mainly: blue. Hex color #7865AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7865AB is #879A54. Grayscale: #727272. Windows color (decimal): -8886869 or 11232632. OLE color: 11232632.

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

Color convert

RGB120101171-
CMYK0.300.4100.33
HSL256.29º29.41%53.33%-
HSV(B)256.29º40.94%67.06%-
XYZ19.7516.2440.62-
YUV114.66159.79131.81-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 30.61%
GREEN value IS 101 (39.84% from 255) = 25.77%
BLUE value IS 171 (67.19% from 255) = 43.62%
R=30.61%
G=25.77%
B=43.62%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1201011710.300.4100.33256.2929.4153.33
Hex7865AB1E290211001d35
Octal17014525336510414003565
Binary111100011001011010101111110101001010000110000000011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7865AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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