Html Css Color HEX #785DAA Scampi

📋 copy color: '#785DAA'

red 120 ◦ green 93 ◦ blue 170

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

Shades of Scampi #785DAA

Tints of Scampi #785DAA

RGB

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

 GREEN value IS 93 (36.72% from 255) = 24.28%

 BLUE value IS 170 (66.8% from 255) = 44.39%

R = 31.33%
G = 24.28%
B = 44.39%

CMYK

 C value IS 0.29

 M value IS 0.45

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#785DAA (or 0x785DAA) is known color: Scampi. HEX triplet: 78, 5D and AA. RGB value is (120,93,170). Sum of RGB (Red+Green+Blue) = 120+93+170=383 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.33% from 383); Green value is 93 (36.72% from 255 or 24.28% from 383); Blue value is 170 (66.80% from 255 or 44.39% from 383); Max value from RGB is 170 - color contains mainly: blue. Hex color #785DAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #785DAA is #87A255. Grayscale: #6D6D6D. Windows color (decimal): -8888918 or 11165048. OLE color: 11165048.

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

Color convert

RGB 120 93 170 -
CMYK 0.29 0.45 0 0.33
HSL 261.04º 0.31% 0.52% -
HSV(B) 261.04º 0.45% 0.67% -
XYZ 18.92 14.72 39.88 -
YUV 109.85 161.95 135.24 -
System Red Green Blue C M Y K H S L
Decimal 120 93 170 0.29 0.45 0 0.33 261.04 0.31 0.52
Hex 78 5D AA 1D 2D 0 21 105 1F 34
Octal 170 135 252 35 55 0 41 405 37 64
Binary 1111000 1011101 10101010 11101 101101 0 100001 100000101 11111 110100

Color Harmonies of #785DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #785DAA

Black with #785DAA

Text Example


Text Example

White with #785DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,93,170); }

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

background-color css

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

 a { background-color: rgb(120,93,170); }

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

border-color css

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

 span { border-color: rgb(120,93,170); }

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