Html Css Color HEX #786BA2 Scampi

📋 copy color: '#786BA2'

red 120 ◦ green 107 ◦ blue 162

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

Shades of Scampi #786BA2

Tints of Scampi #786BA2

RGB

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

 GREEN value IS 107 (42.19% from 255) = 27.51%

 BLUE value IS 162 (63.67% from 255) = 41.65%

R = 30.85%
G = 27.51%
B = 41.65%

CMYK

 C value IS 0.26

 M value IS 0.34

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#786BA2 (or 0x786BA2) is known color: Scampi. HEX triplet: 78, 6B and A2. RGB value is (120,107,162). Sum of RGB (Red+Green+Blue) = 120+107+162=389 (51% of max value = 765). Red value is 120 (47.27% from 255 or 30.85% from 389); Green value is 107 (42.19% from 255 or 27.51% from 389); Blue value is 162 (63.67% from 255 or 41.65% from 389); Max value from RGB is 162 - color contains mainly: blue. Hex color #786BA2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #786BA2 is #87945D. Grayscale: #747474. Windows color (decimal): -8885342 or 10644344. OLE color: 10644344.

HSL color Cylindrical-coordinate representation of color #786BA2: hue angle of 254.18º degrees, saturation: 0.23, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #786BA2 is Cyan = 0.26, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 120 107 162 -
CMYK 0.26 0.34 0 0.36
HSL 254.18º 0.23% 0.53% -
HSV(B) 254.18º 0.34% 0.64% -
XYZ 19.53 17.12 36.46 -
YUV 117.16 153.31 130.03 -
System Red Green Blue C M Y K H S L
Decimal 120 107 162 0.26 0.34 0 0.36 254.18 0.23 0.53
Hex 78 6B A2 1A 22 0 24 FE 17 35
Octal 170 153 242 32 42 0 44 376 27 65
Binary 1111000 1101011 10100010 11010 100010 0 100100 11111110 10111 110101

Color Harmonies of #786BA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #786BA2

Black with #786BA2

Text Example


Text Example

White with #786BA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,107,162); }

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

background-color css

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

 a { background-color: rgb(120,107,162); }

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

border-color css

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

 span { border-color: rgb(120,107,162); }

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