Html Css Color HEX #78659F Scampi

📋 copy color: '#78659F'

red 120 ◦ green 101 ◦ blue 159

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

Shades of Scampi #78659F

Tints of Scampi #78659F

RGB

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

 GREEN value IS 101 (39.84% from 255) = 26.58%

 BLUE value IS 159 (62.5% from 255) = 41.84%

R = 31.58%
G = 26.58%
B = 41.84%

CMYK

 C value IS 0.25

 M value IS 0.36

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#78659F (or 0x78659F) is known color: Scampi. HEX triplet: 78, 65 and 9F. RGB value is (120,101,159). Sum of RGB (Red+Green+Blue) = 120+101+159=380 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.58% from 380); Green value is 101 (39.84% from 255 or 26.58% from 380); Blue value is 159 (62.5% from 255 or 41.84% from 380); Max value from RGB is 159 - color contains mainly: blue. Hex color #78659F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #78659F is #879A60. Grayscale: #717171. Windows color (decimal): -8886881 or 10446200. OLE color: 10446200.

HSL color Cylindrical-coordinate representation of color #78659F: hue angle of 259.66º degrees, saturation: 0.23, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #78659F is Cyan = 0.25, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 120 101 159 -
CMYK 0.25 0.36 0 0.38
HSL 259.66º 0.23% 0.51% -
HSV(B) 259.66º 0.36% 0.62% -
XYZ 18.66 15.8 34.87 -
YUV 113.29 153.79 132.78 -
System Red Green Blue C M Y K H S L
Decimal 120 101 159 0.25 0.36 0 0.38 259.66 0.23 0.51
Hex 78 65 9F 19 24 0 26 104 17 33
Octal 170 145 237 31 44 0 46 404 27 63
Binary 1111000 1100101 10011111 11001 100100 0 100110 100000100 10111 110011

Color Harmonies of #78659F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78659F

Black with #78659F

Text Example


Text Example

White with #78659F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78659F; }

 p { color: rgb(120,101,159); }

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

background-color css

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

 a { background-color: rgb(120,101,159); }

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

border-color css

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

 span { border-color: rgb(120,101,159); }

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