Html Css Color HEX #785DA5 Scampi

📋 copy color: '#785DA5'

red 120 ◦ green 93 ◦ blue 165

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

Shades of Scampi #785DA5

Tints of Scampi #785DA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 43.65%

R = 31.75%
G = 24.6%
B = 43.65%

CMYK

 C value IS 0.27

 M value IS 0.44

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#785DA5 (or 0x785DA5) is known color: Scampi. HEX triplet: 78, 5D and A5. RGB value is (120,93,165). Sum of RGB (Red+Green+Blue) = 120+93+165=378 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.75% from 378); Green value is 93 (36.72% from 255 or 24.60% from 378); Blue value is 165 (64.84% from 255 or 43.65% from 378); Max value from RGB is 165 - color contains mainly: blue. Hex color #785DA5 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #785DA5 is #87A25A. Grayscale: #6D6D6D. Windows color (decimal): -8888923 or 10837368. OLE color: 10837368.

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

Color convert

RGB 120 93 165 -
CMYK 0.27 0.44 0 0.35
HSL 262.5º 0.29% 0.51% -
HSV(B) 262.5º 0.44% 0.65% -
XYZ 18.45 14.54 37.43 -
YUV 109.28 159.45 135.65 -
System Red Green Blue C M Y K H S L
Decimal 120 93 165 0.27 0.44 0 0.35 262.5 0.29 0.51
Hex 78 5D A5 1B 2C 0 23 106 1D 33
Octal 170 135 245 33 54 0 43 406 35 63
Binary 1111000 1011101 10100101 11011 101100 0 100011 100000110 11101 110011

Color Harmonies of #785DA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #785DA5

Black with #785DA5

Text Example


Text Example

White with #785DA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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