Html Css Color HEX #786DAE Scampi

📋 copy color: '#786DAE'

red 120 ◦ green 109 ◦ blue 174

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

Shades of Scampi #786DAE

Tints of Scampi #786DAE

RGB

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

 GREEN value IS 109 (42.97% from 255) = 27.05%

 BLUE value IS 174 (68.36% from 255) = 43.18%

R = 29.78%
G = 27.05%
B = 43.18%

CMYK

 C value IS 0.31

 M value IS 0.37

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#786DAE (or 0x786DAE) is known color: Scampi. HEX triplet: 78, 6D and AE. RGB value is (120,109,174). Sum of RGB (Red+Green+Blue) = 120+109+174=403 (53% of max value = 765). Red value is 120 (47.27% from 255 or 29.78% from 403); Green value is 109 (42.97% from 255 or 27.05% from 403); Blue value is 174 (68.36% from 255 or 43.18% from 403); Max value from RGB is 174 - color contains mainly: blue. Hex color #786DAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #786DAE is #879251. Grayscale: #777777. Windows color (decimal): -8884818 or 11431288. OLE color: 11431288.

HSL color Cylindrical-coordinate representation of color #786DAE: hue angle of 250.15º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #786DAE is Cyan = 0.31, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 120 109 174 -
CMYK 0.31 0.37 0 0.32
HSL 250.15º 0.29% 0.55% -
HSV(B) 250.15º 0.37% 0.68% -
XYZ 20.85 17.99 42.42 -
YUV 119.7 158.64 128.21 -
System Red Green Blue C M Y K H S L
Decimal 120 109 174 0.31 0.37 0 0.32 250.15 0.29 0.55
Hex 78 6D AE 1F 25 0 20 FA 1D 37
Octal 170 155 256 37 45 0 40 372 35 67
Binary 1111000 1101101 10101110 11111 100101 0 100000 11111010 11101 110111

Color Harmonies of #786DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #786DAE

Black with #786DAE

Text Example


Text Example

White with #786DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,109,174); }

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

background-color css

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

 a { background-color: rgb(120,109,174); }

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

border-color css

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

 span { border-color: rgb(120,109,174); }

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