Html Css Color HEX #787495 Scampi

📋 copy color: '#787495'

red 120 ◦ green 116 ◦ blue 149

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

Shades of Scampi #787495

Tints of Scampi #787495

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 38.7%

R = 31.17%
G = 30.13%
B = 38.7%

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

#787495 (or 0x787495) is known color: Scampi. HEX triplet: 78, 74 and 95. RGB value is (120,116,149). Sum of RGB (Red+Green+Blue) = 120+116+149=385 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.17% from 385); Green value is 116 (45.70% from 255 or 30.13% from 385); Blue value is 149 (58.59% from 255 or 38.70% from 385); Max value from RGB is 149 - color contains mainly: blue. Hex color #787495 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #787495 is #878B6A. Grayscale: #787878. Windows color (decimal): -8883051 or 9794680. OLE color: 9794680.

HSL color Cylindrical-coordinate representation of color #787495: hue angle of 247.27º 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 #787495 is Cyan = 0.19, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 120 116 149 -
CMYK 0.19 0.22 0 0.42
HSL 247.27º 0.13% 0.52% -
HSV(B) 247.27º 0.22% 0.58% -
XYZ 19.42 18.65 31.01 -
YUV 120.96 143.83 127.32 -
System Red Green Blue C M Y K H S L
Decimal 120 116 149 0.19 0.22 0 0.42 247.27 0.13 0.52
Hex 78 74 95 13 16 0 2A F7 D 34
Octal 170 164 225 23 26 0 52 367 15 64
Binary 1111000 1110100 10010101 10011 10110 0 101010 11110111 1101 110100

Color Harmonies of #787495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #787495

Black with #787495

Text Example


Text Example

White with #787495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #787495; }

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

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

background-color css

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

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

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

border-color css

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

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

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