Html Css Color HEX #7865AA Scampi

📋 copy color: '#7865AA'

red 120 ◦ green 101 ◦ blue 170

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

Shades of Scampi #7865AA

Tints of Scampi #7865AA

RGB

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

 GREEN value IS 101 (39.84% from 255) = 25.83%

 BLUE value IS 170 (66.8% from 255) = 43.48%

R = 30.69%
G = 25.83%
B = 43.48%

CMYK

 C value IS 0.29

 M value IS 0.41

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7865AA (or 0x7865AA) is known color: Scampi. HEX triplet: 78, 65 and AA. RGB value is (120,101,170). Sum of RGB (Red+Green+Blue) = 120+101+170=391 (51% of max value = 765). Red value is 120 (47.27% from 255 or 30.69% from 391); Green value is 101 (39.84% from 255 or 25.83% from 391); Blue value is 170 (66.80% from 255 or 43.48% from 391); Max value from RGB is 170 - color contains mainly: blue. Hex color #7865AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7865AA is #879A55. Grayscale: #727272. Windows color (decimal): -8886870 or 11167096. OLE color: 11167096.

HSL color Cylindrical-coordinate representation of color #7865AA: hue angle of 256.52º 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 #7865AA is Cyan = 0.29, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 120 101 170 -
CMYK 0.29 0.41 0 0.33
HSL 256.52º 0.29% 0.53% -
HSV(B) 256.52º 0.41% 0.67% -
XYZ 19.66 16.2 40.12 -
YUV 114.55 159.29 131.89 -
System Red Green Blue C M Y K H S L
Decimal 120 101 170 0.29 0.41 0 0.33 256.52 0.29 0.53
Hex 78 65 AA 1D 29 0 21 101 1D 35
Octal 170 145 252 35 51 0 41 401 35 65
Binary 1111000 1100101 10101010 11101 101001 0 100001 100000001 11101 110101

Color Harmonies of #7865AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7865AA

Black with #7865AA

Text Example


Text Example

White with #7865AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #7865AA;
 }
 .AnyTagClassName
 {
   color: #7865AA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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