Html Css Color HEX #786899 Scampi

📋 copy color: '#786899'

red 120 ◦ green 104 ◦ blue 153

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

Shades of Scampi #786899

Tints of Scampi #786899

RGB

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

 GREEN value IS 104 (41.02% from 255) = 27.59%

 BLUE value IS 153 (60.16% from 255) = 40.58%

R = 31.83%
G = 27.59%
B = 40.58%

CMYK

 C value IS 0.22

 M value IS 0.32

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#786899 (or 0x786899) is known color: Scampi. HEX triplet: 78, 68 and 99. RGB value is (120,104,153). Sum of RGB (Red+Green+Blue) = 120+104+153=377 (49% of max value = 765). Red value is 120 (47.27% from 255 or 31.83% from 377); Green value is 104 (41.02% from 255 or 27.59% from 377); Blue value is 153 (60.16% from 255 or 40.58% from 377); Max value from RGB is 153 - color contains mainly: blue. Hex color #786899 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #786899 is #879766. Grayscale: #727272. Windows color (decimal): -8886119 or 10053752. OLE color: 10053752.

HSL color Cylindrical-coordinate representation of color #786899: hue angle of 259.59º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #786899 is Cyan = 0.22, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 120 104 153 -
CMYK 0.22 0.32 0 0.4
HSL 259.59º 0.19% 0.5% -
HSV(B) 259.59º 0.32% 0.6% -
XYZ 18.45 16.19 32.29 -
YUV 114.37 149.8 132.02 -
System Red Green Blue C M Y K H S L
Decimal 120 104 153 0.22 0.32 0 0.4 259.59 0.19 0.5
Hex 78 68 99 16 20 0 28 104 13 32
Octal 170 150 231 26 40 0 50 404 23 62
Binary 1111000 1101000 10011001 10110 100000 0 101000 100000100 10011 110010

Color Harmonies of #786899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #786899

Black with #786899

Text Example


Text Example

White with #786899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #786899; }

 p { color: rgb(120,104,153); }

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

background-color css

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

 a { background-color: rgb(120,104,153); }

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

border-color css

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

 span { border-color: rgb(120,104,153); }

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