Html Css Color HEX #7863AC Scampi

📋 copy color: '#7863AC'

red 120 ◦ green 99 ◦ blue 172

#7863AC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Scampi #7863AC

Tints of Scampi #7863AC

RGB

 RED value IS 120 (47.27% from 255) = 30.69%

 GREEN value IS 99 (39.06% from 255) = 25.32%

 BLUE value IS 172 (67.58% from 255) = 43.99%

R = 30.69%
G = 25.32%
B = 43.99%

CMYK

 C value IS 0.30

 M value IS 0.42

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7863AC (or 0x7863AC) is known color: Scampi. HEX triplet: 78, 63 and AC. RGB value is (120,99,172). Sum of RGB (Red+Green+Blue) = 120+99+172=391 (51% of max value = 765). Red value is 120 (47.27% from 255 or 30.69% from 391); Green value is 99 (39.06% from 255 or 25.32% from 391); Blue value is 172 (67.58% from 255 or 43.99% from 391); Max value from RGB is 172 - color contains mainly: blue. Hex color #7863AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7863AC is #879C53. Grayscale: #717171. Windows color (decimal): -8887380 or 11297656. OLE color: 11297656.

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

Color convert

RGB 120 99 172 -
CMYK 0.30 0.42 0 0.33
HSL 257.26º 0.31% 0.53% -
HSV(B) 257.26º 0.42% 0.67% -
XYZ 19.65 15.9 41.06 -
YUV 113.6 160.96 132.56 -
System Red Green Blue C M Y K H S L
Decimal 120 99 172 0.30 0.42 0 0.33 257.26 0.31 0.53
Hex 78 63 AC 1E 2A 0 21 101 1F 35
Octal 170 143 254 36 52 0 41 401 37 65
Binary 1111000 1100011 10101100 11110 101010 0 100001 100000001 11111 110101

Color Harmonies of #7863AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7863AC

Black with #7863AC

Text Example


Text Example

White with #7863AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7863AC; }

 p { color: rgb(120,99,172); }

 H1.HeaderClassName
 {
   color: #7863AC;
 }
 .AnyTagClassName
 {
   color: #7863AC;
 }
</style>

background-color css

<style>
 a { background-color: #7863AC; }

 a { background-color: rgb(120,99,172); }

 div.DivClassName
 {
   background-color: #7863AC;
 }
 .BgClassName
 {
   background-color: #7863AC;
 }
</style>

border-color css

<style>
 span { border-color: #7863AC; }

 span { border-color: rgb(120,99,172); }

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