Html Css Color HEX #7865AE Scampi

📋 copy color: '#7865AE'

red 120 ◦ green 101 ◦ blue 174

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

Shades of Scampi #7865AE

Tints of Scampi #7865AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 44.05%

R = 30.38%
G = 25.57%
B = 44.05%

CMYK

 C value IS 0.31

 M value IS 0.42

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7865AE (or 0x7865AE) is known color: Scampi. HEX triplet: 78, 65 and AE. RGB value is (120,101,174). Sum of RGB (Red+Green+Blue) = 120+101+174=395 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30.38% from 395); Green value is 101 (39.84% from 255 or 25.57% from 395); Blue value is 174 (68.36% from 255 or 44.05% from 395); Max value from RGB is 174 - color contains mainly: blue. Hex color #7865AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7865AE is #879A51. Grayscale: #727272. Windows color (decimal): -8886866 or 11429240. OLE color: 11429240.

HSL color Cylindrical-coordinate representation of color #7865AE: hue angle of 255.62º 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 #7865AE is Cyan = 0.31, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 120 101 174 -
CMYK 0.31 0.42 0 0.32
HSL 255.62º 0.31% 0.54% -
HSV(B) 255.62º 0.42% 0.68% -
XYZ 20.04 16.36 42.15 -
YUV 115 161.29 131.56 -
System Red Green Blue C M Y K H S L
Decimal 120 101 174 0.31 0.42 0 0.32 255.62 0.31 0.54
Hex 78 65 AE 1F 2A 0 20 100 1F 36
Octal 170 145 256 37 52 0 40 400 37 66
Binary 1111000 1100101 10101110 11111 101010 0 100000 100000000 11111 110110

Color Harmonies of #7865AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7865AE

Black with #7865AE

Text Example


Text Example

White with #7865AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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