Html Css Color HEX #785CA6 Scampi

📋 copy color: '#785CA6'

red 120 ◦ green 92 ◦ blue 166

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

Shades of Scampi #785CA6

Tints of Scampi #785CA6

RGB

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

 GREEN value IS 92 (36.33% from 255) = 24.34%

 BLUE value IS 166 (65.23% from 255) = 43.92%

R = 31.75%
G = 24.34%
B = 43.92%

CMYK

 C value IS 0.28

 M value IS 0.45

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#785CA6 (or 0x785CA6) is known color: Scampi. HEX triplet: 78, 5C and A6. RGB value is (120,92,166). Sum of RGB (Red+Green+Blue) = 120+92+166=378 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.75% from 378); Green value is 92 (36.33% from 255 or 24.34% from 378); Blue value is 166 (65.23% from 255 or 43.92% from 378); Max value from RGB is 166 - color contains mainly: blue. Hex color #785CA6 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #785CA6 is #87A359. Grayscale: #6C6C6C. Windows color (decimal): -8889178 or 10902648. OLE color: 10902648.

HSL color Cylindrical-coordinate representation of color #785CA6: hue angle of 262.7º degrees, saturation: 0.29, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #785CA6 is Cyan = 0.28, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 120 92 166 -
CMYK 0.28 0.45 0 0.35
HSL 262.7º 0.29% 0.51% -
HSV(B) 262.7º 0.45% 0.65% -
XYZ 18.46 14.4 37.88 -
YUV 108.81 160.28 135.98 -
System Red Green Blue C M Y K H S L
Decimal 120 92 166 0.28 0.45 0 0.35 262.7 0.29 0.51
Hex 78 5C A6 1C 2D 0 23 107 1D 33
Octal 170 134 246 34 55 0 43 407 35 63
Binary 1111000 1011100 10100110 11100 101101 0 100011 100000111 11101 110011

Color Harmonies of #785CA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #785CA6

Black with #785CA6

Text Example


Text Example

White with #785CA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,92,166); }

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

background-color css

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

 a { background-color: rgb(120,92,166); }

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

border-color css

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

 span { border-color: rgb(120,92,166); }

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