Html Css Color HEX #80799E Deluge

📋 copy color: '#80799E'

red 128 ◦ green 121 ◦ blue 158

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

Shades of Deluge #80799E

Tints of Deluge #80799E

RGB

 RED value IS 128 (50.39% from 255) = 31.45%

 GREEN value IS 121 (47.66% from 255) = 29.73%

 BLUE value IS 158 (62.11% from 255) = 38.82%

R = 31.45%
G = 29.73%
B = 38.82%

CMYK

 C value IS 0.19

 M value IS 0.23

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#80799E (or 0x80799E) is known color: Deluge. HEX triplet: 80, 79 and 9E. RGB value is (128,121,158). Sum of RGB (Red+Green+Blue) = 128+121+158=407 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.45% from 407); Green value is 121 (47.66% from 255 or 29.73% from 407); Blue value is 158 (62.11% from 255 or 38.82% from 407); Max value from RGB is 158 - color contains mainly: blue. Hex color #80799E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #80799E is #7F8661. Grayscale: #7F7F7F. Windows color (decimal): -8357474 or 10385792. OLE color: 10385792.

HSL color Cylindrical-coordinate representation of color #80799E: hue angle of 251.35º degrees, saturation: 0.16, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #80799E is Cyan = 0.19, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 128 121 158 -
CMYK 0.19 0.23 0 0.38
HSL 251.35º 0.16% 0.55% -
HSV(B) 251.35º 0.23% 0.62% -
XYZ 21.91 20.73 35.19 -
YUV 127.31 145.32 128.49 -
System Red Green Blue C M Y K H S L
Decimal 128 121 158 0.19 0.23 0 0.38 251.35 0.16 0.55
Hex 80 79 9E 13 17 0 26 FB 10 37
Octal 200 171 236 23 27 0 46 373 20 67
Binary 10000000 1111001 10011110 10011 10111 0 100110 11111011 10000 110111

Color Harmonies of #80799E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80799E

Black with #80799E

Text Example


Text Example

White with #80799E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80799E; }

 p { color: rgb(128,121,158); }

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

background-color css

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

 a { background-color: rgb(128,121,158); }

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

border-color css

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

 span { border-color: rgb(128,121,158); }

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