Html Css Color HEX #785DAB Scampi

📋 copy color: '#785DAB'

red 120 ◦ green 93 ◦ blue 171

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

Shades of Scampi #785DAB

Tints of Scampi #785DAB

RGB

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

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

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

R = 31.25%
G = 24.22%
B = 44.53%

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

#785DAB (or 0x785DAB) is known color: Scampi. HEX triplet: 78, 5D and AB. RGB value is (120,93,171). Sum of RGB (Red+Green+Blue) = 120+93+171=384 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.25% from 384); Green value is 93 (36.72% from 255 or 24.22% from 384); Blue value is 171 (67.19% from 255 or 44.53% from 384); Max value from RGB is 171 - color contains mainly: blue. Hex color #785DAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #785DAB is #87A254. Grayscale: #6D6D6D. Windows color (decimal): -8888917 or 11230584. OLE color: 11230584.

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

Color convert

RGB 120 93 171 -
CMYK 0.30 0.46 0 0.33
HSL 260.77º 0.32% 0.52% -
HSV(B) 260.77º 0.46% 0.67% -
XYZ 19.01 14.76 40.38 -
YUV 109.97 162.45 135.16 -
System Red Green Blue C M Y K H S L
Decimal 120 93 171 0.30 0.46 0 0.33 260.77 0.32 0.52
Hex 78 5D AB 1E 2E 0 21 105 20 34
Octal 170 135 253 36 56 0 41 405 40 64
Binary 1111000 1011101 10101011 11110 101110 0 100001 100000101 100000 110100

Color Harmonies of #785DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #785DAB

Black with #785DAB

Text Example


Text Example

White with #785DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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