Html Css Color HEX #787194 Scampi

📋 copy color: '#787194'

red 120 ◦ green 113 ◦ blue 148

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

Shades of Scampi #787194

Tints of Scampi #787194

RGB

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

 GREEN value IS 113 (44.53% from 255) = 29.66%

 BLUE value IS 148 (58.2% from 255) = 38.85%

R = 31.5%
G = 29.66%
B = 38.85%

CMYK

 C value IS 0.19

 M value IS 0.24

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#787194 (or 0x787194) is known color: Scampi. HEX triplet: 78, 71 and 94. RGB value is (120,113,148). Sum of RGB (Red+Green+Blue) = 120+113+148=381 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.50% from 381); Green value is 113 (44.53% from 255 or 29.66% from 381); Blue value is 148 (58.20% from 255 or 38.85% from 381); Max value from RGB is 148 - color contains mainly: blue. Hex color #787194 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #787194 is #878E6B. Grayscale: #767676. Windows color (decimal): -8883820 or 9728376. OLE color: 9728376.

HSL color Cylindrical-coordinate representation of color #787194: hue angle of 252º degrees, saturation: 0.14, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #787194 is Cyan = 0.19, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 120 113 148 -
CMYK 0.19 0.24 0 0.42
HSL 252º 0.14% 0.51% -
HSV(B) 252º 0.24% 0.58% -
XYZ 19 17.94 30.48 -
YUV 119.08 144.32 128.65 -
System Red Green Blue C M Y K H S L
Decimal 120 113 148 0.19 0.24 0 0.42 252 0.14 0.51
Hex 78 71 94 13 18 0 2A FC E 33
Octal 170 161 224 23 30 0 52 374 16 63
Binary 1111000 1110001 10010100 10011 11000 0 101010 11111100 1110 110011

Color Harmonies of #787194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #787194

Black with #787194

Text Example


Text Example

White with #787194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #787194; }

 p { color: rgb(120,113,148); }

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

background-color css

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

 a { background-color: rgb(120,113,148); }

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

border-color css

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

 span { border-color: rgb(120,113,148); }

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