Html Css Color HEX #80799C Deluge

📋 copy color: '#80799C'

red 128 ◦ green 121 ◦ blue 156

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

Shades of Deluge #80799C

Tints of Deluge #80799C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 38.52%

R = 31.6%
G = 29.88%
B = 38.52%

CMYK

 C value IS 0.18

 M value IS 0.22

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#80799C (or 0x80799C) is known color: Deluge. HEX triplet: 80, 79 and 9C. RGB value is (128,121,156). Sum of RGB (Red+Green+Blue) = 128+121+156=405 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.60% from 405); Green value is 121 (47.66% from 255 or 29.88% from 405); Blue value is 156 (61.33% from 255 or 38.52% from 405); Max value from RGB is 156 - color contains mainly: blue. Hex color #80799C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #80799C is #7F8663. Grayscale: #7E7E7E. Windows color (decimal): -8357476 or 10254720. OLE color: 10254720.

HSL color Cylindrical-coordinate representation of color #80799C: hue angle of 252º degrees, saturation: 0.15, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #80799C is Cyan = 0.18, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 128 121 156 -
CMYK 0.18 0.22 0 0.39
HSL 252º 0.15% 0.54% -
HSV(B) 252º 0.22% 0.61% -
XYZ 21.74 20.66 34.3 -
YUV 127.08 144.32 128.65 -
System Red Green Blue C M Y K H S L
Decimal 128 121 156 0.18 0.22 0 0.39 252 0.15 0.54
Hex 80 79 9C 12 16 0 27 FC F 36
Octal 200 171 234 22 26 0 47 374 17 66
Binary 10000000 1111001 10011100 10010 10110 0 100111 11111100 1111 110110

Color Harmonies of #80799C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80799C

Black with #80799C

Text Example


Text Example

White with #80799C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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