Html Css Color HEX #787494 Scampi

📋 copy color: '#787494'

red 120 ◦ green 116 ◦ blue 148

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

Shades of Scampi #787494

Tints of Scampi #787494

RGB

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

 GREEN value IS 116 (45.7% from 255) = 30.21%

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

R = 31.25%
G = 30.21%
B = 38.54%

CMYK

 C value IS 0.19

 M value IS 0.22

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#787494 (or 0x787494) is known color: Scampi. HEX triplet: 78, 74 and 94. RGB value is (120,116,148). Sum of RGB (Red+Green+Blue) = 120+116+148=384 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.25% from 384); Green value is 116 (45.70% from 255 or 30.21% from 384); Blue value is 148 (58.20% from 255 or 38.54% from 384); Max value from RGB is 148 - color contains mainly: blue. Hex color #787494 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #787494 is #878B6B. Grayscale: #787878. Windows color (decimal): -8883052 or 9729144. OLE color: 9729144.

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

Color convert

RGB 120 116 148 -
CMYK 0.19 0.22 0 0.42
HSL 247.5º 0.13% 0.52% -
HSV(B) 247.5º 0.22% 0.58% -
XYZ 19.34 18.62 30.59 -
YUV 120.84 143.33 127.4 -
System Red Green Blue C M Y K H S L
Decimal 120 116 148 0.19 0.22 0 0.42 247.5 0.13 0.52
Hex 78 74 94 13 16 0 2A F8 D 34
Octal 170 164 224 23 26 0 52 370 15 64
Binary 1111000 1110100 10010100 10011 10110 0 101010 11111000 1101 110100

Color Harmonies of #787494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #787494

Black with #787494

Text Example


Text Example

White with #787494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #787494; }

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

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

background-color css

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

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

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

border-color css

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

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

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