Html Css Color HEX #785EAB Scampi

📋 copy color: '#785EAB'

red 120 ◦ green 94 ◦ blue 171

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

Shades of Scampi #785EAB

Tints of Scampi #785EAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 44.42%

R = 31.17%
G = 24.42%
B = 44.42%

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

#785EAB (or 0x785EAB) is known color: Scampi. HEX triplet: 78, 5E and AB. RGB value is (120,94,171). Sum of RGB (Red+Green+Blue) = 120+94+171=385 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.17% from 385); Green value is 94 (37.11% from 255 or 24.42% from 385); Blue value is 171 (67.19% from 255 or 44.42% from 385); Max value from RGB is 171 - color contains mainly: blue. Hex color #785EAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #785EAB is #87A154. Grayscale: #6E6E6E. Windows color (decimal): -8888661 or 11230840. OLE color: 11230840.

HSL color Cylindrical-coordinate representation of color #785EAB: hue angle of 260.26º degrees, saturation: 0.31, 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 #785EAB is Cyan = 0.30, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 120 94 171 -
CMYK 0.30 0.45 0 0.33
HSL 260.26º 0.31% 0.52% -
HSV(B) 260.26º 0.45% 0.67% -
XYZ 19.1 14.94 40.4 -
YUV 110.55 162.11 134.74 -
System Red Green Blue C M Y K H S L
Decimal 120 94 171 0.30 0.45 0 0.33 260.26 0.31 0.52
Hex 78 5E AB 1E 2D 0 21 104 1F 34
Octal 170 136 253 36 55 0 41 404 37 64
Binary 1111000 1011110 10101011 11110 101101 0 100001 100000100 11111 110100

Color Harmonies of #785EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #785EAB

Black with #785EAB

Text Example


Text Example

White with #785EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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