Html Css Color HEX #786D9D Scampi

📋 copy color: '#786D9D'

red 120 ◦ green 109 ◦ blue 157

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

Shades of Scampi #786D9D

Tints of Scampi #786D9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 40.67%

R = 31.09%
G = 28.24%
B = 40.67%

CMYK

 C value IS 0.24

 M value IS 0.31

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#786D9D (or 0x786D9D) is known color: Scampi. HEX triplet: 78, 6D and 9D. RGB value is (120,109,157). Sum of RGB (Red+Green+Blue) = 120+109+157=386 (51% of max value = 765). Red value is 120 (47.27% from 255 or 31.09% from 386); Green value is 109 (42.97% from 255 or 28.24% from 386); Blue value is 157 (61.72% from 255 or 40.67% from 386); Max value from RGB is 157 - color contains mainly: blue. Hex color #786D9D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #786D9D is #879262. Grayscale: #757575. Windows color (decimal): -8884835 or 10317176. OLE color: 10317176.

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

Color convert

RGB 120 109 157 -
CMYK 0.24 0.31 0 0.38
HSL 253.75º 0.2% 0.52% -
HSV(B) 253.75º 0.31% 0.62% -
XYZ 19.3 17.36 34.23 -
YUV 117.76 150.14 129.6 -
System Red Green Blue C M Y K H S L
Decimal 120 109 157 0.24 0.31 0 0.38 253.75 0.2 0.52
Hex 78 6D 9D 18 1F 0 26 FE 14 34
Octal 170 155 235 30 37 0 46 376 24 64
Binary 1111000 1101101 10011101 11000 11111 0 100110 11111110 10100 110100

Color Harmonies of #786D9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #786D9D

Black with #786D9D

Text Example


Text Example

White with #786D9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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