Html Css Color HEX #785EA0 Scampi

📋 copy color: '#785EA0'

red 120 ◦ green 94 ◦ blue 160

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

Shades of Scampi #785EA0

Tints of Scampi #785EA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 42.78%

R = 32.09%
G = 25.13%
B = 42.78%

CMYK

 C value IS 0.25

 M value IS 0.41

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#785EA0 (or 0x785EA0) is known color: Scampi. HEX triplet: 78, 5E and A0. RGB value is (120,94,160). Sum of RGB (Red+Green+Blue) = 120+94+160=374 (49% of max value = 765). Red value is 120 (47.27% from 255 or 32.09% from 374); Green value is 94 (37.11% from 255 or 25.13% from 374); Blue value is 160 (62.89% from 255 or 42.78% from 374); Max value from RGB is 160 - color contains mainly: blue. Hex color #785EA0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #785EA0 is #87A15F. Grayscale: #6D6D6D. Windows color (decimal): -8888672 or 10509944. OLE color: 10509944.

HSL color Cylindrical-coordinate representation of color #785EA0: hue angle of 263.64º degrees, saturation: 0.26, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #785EA0 is Cyan = 0.25, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 120 94 160 -
CMYK 0.25 0.41 0 0.37
HSL 263.64º 0.26% 0.5% -
HSV(B) 263.64º 0.41% 0.63% -
XYZ 18.09 14.54 35.11 -
YUV 109.3 156.61 135.63 -
System Red Green Blue C M Y K H S L
Decimal 120 94 160 0.25 0.41 0 0.37 263.64 0.26 0.5
Hex 78 5E A0 19 29 0 25 108 1A 32
Octal 170 136 240 31 51 0 45 410 32 62
Binary 1111000 1011110 10100000 11001 101001 0 100101 100001000 11010 110010

Color Harmonies of #785EA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #785EA0

Black with #785EA0

Text Example


Text Example

White with #785EA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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