Html Css Color HEX #786B9E Scampi

📋 copy color: '#786B9E'

red 120 ◦ green 107 ◦ blue 158

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

Shades of Scampi #786B9E

Tints of Scampi #786B9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 41.04%

R = 31.17%
G = 27.79%
B = 41.04%

CMYK

 C value IS 0.24

 M value IS 0.32

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#786B9E (or 0x786B9E) is known color: Scampi. HEX triplet: 78, 6B and 9E. RGB value is (120,107,158). Sum of RGB (Red+Green+Blue) = 120+107+158=385 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.17% from 385); Green value is 107 (42.19% from 255 or 27.79% from 385); Blue value is 158 (62.11% from 255 or 41.04% from 385); Max value from RGB is 158 - color contains mainly: blue. Hex color #786B9E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #786B9E is #879461. Grayscale: #747474. Windows color (decimal): -8885346 or 10382200. OLE color: 10382200.

HSL color Cylindrical-coordinate representation of color #786B9E: hue angle of 255.29º degrees, saturation: 0.21, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #786B9E is Cyan = 0.24, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 120 107 158 -
CMYK 0.24 0.32 0 0.38
HSL 255.29º 0.21% 0.52% -
HSV(B) 255.29º 0.32% 0.62% -
XYZ 19.17 16.98 34.61 -
YUV 116.7 151.31 130.35 -
System Red Green Blue C M Y K H S L
Decimal 120 107 158 0.24 0.32 0 0.38 255.29 0.21 0.52
Hex 78 6B 9E 18 20 0 26 FF 15 34
Octal 170 153 236 30 40 0 46 377 25 64
Binary 1111000 1101011 10011110 11000 100000 0 100110 11111111 10101 110100

Color Harmonies of #786B9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #786B9E

Black with #786B9E

Text Example


Text Example

White with #786B9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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