Html Css Color HEX #785CAB Scampi

📋 copy color: '#785CAB'

red 120 ◦ green 92 ◦ blue 171

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

Shades of Scampi #785CAB

Tints of Scampi #785CAB

RGB

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

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

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

R = 31.33%
G = 24.02%
B = 44.65%

CMYK

 C value IS 0.30

 M value IS 0.46

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#785CAB (or 0x785CAB) is known color: Scampi. HEX triplet: 78, 5C and AB. RGB value is (120,92,171). Sum of RGB (Red+Green+Blue) = 120+92+171=383 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.33% from 383); Green value is 92 (36.33% from 255 or 24.02% from 383); Blue value is 171 (67.19% from 255 or 44.65% from 383); Max value from RGB is 171 - color contains mainly: blue. Hex color #785CAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #785CAB is #87A354. Grayscale: #6D6D6D. Windows color (decimal): -8889173 or 11230328. OLE color: 11230328.

HSL color Cylindrical-coordinate representation of color #785CAB: hue angle of 261.27º degrees, saturation: 0.32, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #785CAB is Cyan = 0.30, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 120 92 171 -
CMYK 0.30 0.46 0 0.33
HSL 261.27º 0.32% 0.52% -
HSV(B) 261.27º 0.46% 0.67% -
XYZ 18.92 14.59 40.35 -
YUV 109.38 162.78 135.58 -
System Red Green Blue C M Y K H S L
Decimal 120 92 171 0.30 0.46 0 0.33 261.27 0.32 0.52
Hex 78 5C AB 1E 2E 0 21 105 20 34
Octal 170 134 253 36 56 0 41 405 40 64
Binary 1111000 1011100 10101011 11110 101110 0 100001 100000101 100000 110100

Color Harmonies of #785CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #785CAB

Black with #785CAB

Text Example


Text Example

White with #785CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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