Html Css Color HEX #786EAB Scampi

📋 copy color: '#786EAB'

red 120 ◦ green 110 ◦ blue 171

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

Shades of Scampi #786EAB

Tints of Scampi #786EAB

RGB

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

 GREEN value IS 110 (43.36% from 255) = 27.43%

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

R = 29.93%
G = 27.43%
B = 42.64%

CMYK

 C value IS 0.30

 M value IS 0.36

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#786EAB (or 0x786EAB) is known color: Scampi. HEX triplet: 78, 6E and AB. RGB value is (120,110,171). Sum of RGB (Red+Green+Blue) = 120+110+171=401 (53% of max value = 765). Red value is 120 (47.27% from 255 or 29.93% from 401); Green value is 110 (43.36% from 255 or 27.43% from 401); Blue value is 171 (67.19% from 255 or 42.64% from 401); Max value from RGB is 171 - color contains mainly: blue. Hex color #786EAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #786EAB is #879154. Grayscale: #777777. Windows color (decimal): -8884565 or 11234936. OLE color: 11234936.

HSL color Cylindrical-coordinate representation of color #786EAB: hue angle of 249.84º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #786EAB is Cyan = 0.30, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 120 110 171 -
CMYK 0.30 0.36 0 0.33
HSL 249.84º 0.27% 0.55% -
HSV(B) 249.84º 0.36% 0.67% -
XYZ 20.67 18.09 40.93 -
YUV 119.94 156.81 128.04 -
System Red Green Blue C M Y K H S L
Decimal 120 110 171 0.30 0.36 0 0.33 249.84 0.27 0.55
Hex 78 6E AB 1E 24 0 21 FA 1B 37
Octal 170 156 253 36 44 0 41 372 33 67
Binary 1111000 1101110 10101011 11110 100100 0 100001 11111010 11011 110111

Color Harmonies of #786EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #786EAB

Black with #786EAB

Text Example


Text Example

White with #786EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #786EAB; }

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

 H1.HeaderClassName
 {
   color: #786EAB;
 }
 .AnyTagClassName
 {
   color: #786EAB;
 }
</style>

background-color css

<style>
 a { background-color: #786EAB; }

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

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

border-color css

<style>
 span { border-color: #786EAB; }

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

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