Html Css Color HEX #786497 Scampi

📋 copy color: '#786497'

red 120 ◦ green 100 ◦ blue 151

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

Shades of Scampi #786497

Tints of Scampi #786497

RGB

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

 GREEN value IS 100 (39.45% from 255) = 26.95%

 BLUE value IS 151 (59.38% from 255) = 40.7%

R = 32.35%
G = 26.95%
B = 40.7%

CMYK

 C value IS 0.21

 M value IS 0.34

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#786497 (or 0x786497) is known color: Scampi. HEX triplet: 78, 64 and 97. RGB value is (120,100,151). Sum of RGB (Red+Green+Blue) = 120+100+151=371 (49% of max value = 765). Red value is 120 (47.27% from 255 or 32.35% from 371); Green value is 100 (39.45% from 255 or 26.95% from 371); Blue value is 151 (59.38% from 255 or 40.70% from 371); Max value from RGB is 151 - color contains mainly: blue. Hex color #786497 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #786497 is #879B68. Grayscale: #6F6F6F. Windows color (decimal): -8887145 or 9921656. OLE color: 9921656.

HSL color Cylindrical-coordinate representation of color #786497: hue angle of 263.53º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #786497 is Cyan = 0.21, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 120 100 151 -
CMYK 0.21 0.34 0 0.41
HSL 263.53º 0.2% 0.49% -
HSV(B) 263.53º 0.34% 0.59% -
XYZ 17.89 15.34 31.3 -
YUV 111.79 150.13 133.85 -
System Red Green Blue C M Y K H S L
Decimal 120 100 151 0.21 0.34 0 0.41 263.53 0.2 0.49
Hex 78 64 97 15 22 0 29 108 14 31
Octal 170 144 227 25 42 0 51 410 24 61
Binary 1111000 1100100 10010111 10101 100010 0 101001 100001000 10100 110001

Color Harmonies of #786497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #786497

Black with #786497

Text Example


Text Example

White with #786497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #786497; }

 p { color: rgb(120,100,151); }

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

background-color css

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

 a { background-color: rgb(120,100,151); }

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

border-color css

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

 span { border-color: rgb(120,100,151); }

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