Html Css Color HEX #785EA9 Scampi

📋 copy color: '#785EA9'

red 120 ◦ green 94 ◦ blue 169

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

Shades of Scampi #785EA9

Tints of Scampi #785EA9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 44.13%

R = 31.33%
G = 24.54%
B = 44.13%

CMYK

 C value IS 0.29

 M value IS 0.44

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#785EA9 (or 0x785EA9) is known color: Scampi. HEX triplet: 78, 5E and A9. RGB value is (120,94,169). Sum of RGB (Red+Green+Blue) = 120+94+169=383 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.33% from 383); Green value is 94 (37.11% from 255 or 24.54% from 383); Blue value is 169 (66.41% from 255 or 44.13% from 383); Max value from RGB is 169 - color contains mainly: blue. Hex color #785EA9 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #785EA9 is #87A156. Grayscale: #6E6E6E. Windows color (decimal): -8888663 or 11099768. OLE color: 11099768.

HSL color Cylindrical-coordinate representation of color #785EA9: hue angle of 260.8º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #785EA9 is Cyan = 0.29, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 120 94 169 -
CMYK 0.29 0.44 0 0.34
HSL 260.8º 0.3% 0.52% -
HSV(B) 260.8º 0.44% 0.66% -
XYZ 18.91 14.86 39.41 -
YUV 110.32 161.11 134.9 -
System Red Green Blue C M Y K H S L
Decimal 120 94 169 0.29 0.44 0 0.34 260.8 0.3 0.52
Hex 78 5E A9 1D 2C 0 22 105 1E 34
Octal 170 136 251 35 54 0 42 405 36 64
Binary 1111000 1011110 10101001 11101 101100 0 100010 100000101 11110 110100

Color Harmonies of #785EA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #785EA9

Black with #785EA9

Text Example


Text Example

White with #785EA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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