Html Css Color HEX #785EAC Scampi

📋 copy color: '#785EAC'

red 120 ◦ green 94 ◦ blue 172

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

Shades of Scampi #785EAC

Tints of Scampi #785EAC

RGB

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

 GREEN value IS 94 (37.11% from 255) = 24.35%

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

R = 31.09%
G = 24.35%
B = 44.56%

CMYK

 C value IS 0.30

 M value IS 0.45

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#785EAC (or 0x785EAC) is known color: Scampi. HEX triplet: 78, 5E and AC. RGB value is (120,94,172). Sum of RGB (Red+Green+Blue) = 120+94+172=386 (51% of max value = 765). Red value is 120 (47.27% from 255 or 31.09% from 386); Green value is 94 (37.11% from 255 or 24.35% from 386); Blue value is 172 (67.58% from 255 or 44.56% from 386); Max value from RGB is 172 - color contains mainly: blue. Hex color #785EAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #785EAC is #87A153. Grayscale: #6E6E6E. Windows color (decimal): -8888660 or 11296376. OLE color: 11296376.

HSL color Cylindrical-coordinate representation of color #785EAC: hue angle of 260º degrees, saturation: 0.32, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #785EAC is Cyan = 0.30, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 120 94 172 -
CMYK 0.30 0.45 0 0.33
HSL 260º 0.32% 0.52% -
HSV(B) 260º 0.45% 0.67% -
XYZ 19.19 14.98 40.91 -
YUV 110.67 162.61 134.66 -
System Red Green Blue C M Y K H S L
Decimal 120 94 172 0.30 0.45 0 0.33 260 0.32 0.52
Hex 78 5E AC 1E 2D 0 21 104 20 34
Octal 170 136 254 36 55 0 41 404 40 64
Binary 1111000 1011110 10101100 11110 101101 0 100001 100000100 100000 110100

Color Harmonies of #785EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #785EAC

Black with #785EAC

Text Example


Text Example

White with #785EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #785EAC; }

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

 H1.HeaderClassName
 {
   color: #785EAC;
 }
 .AnyTagClassName
 {
   color: #785EAC;
 }
</style>

background-color css

<style>
 a { background-color: #785EAC; }

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

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

border-color css

<style>
 span { border-color: #785EAC; }

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

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