Html Css Color HEX #80729E Deluge

📋 copy color: '#80729E'

red 128 ◦ green 114 ◦ blue 158

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

Shades of Deluge #80729E

Tints of Deluge #80729E

RGB

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

 GREEN value IS 114 (44.92% from 255) = 28.5%

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

R = 32%
G = 28.5%
B = 39.5%

CMYK

 C value IS 0.19

 M value IS 0.28

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#80729E (or 0x80729E) is known color: Deluge. HEX triplet: 80, 72 and 9E. RGB value is (128,114,158). Sum of RGB (Red+Green+Blue) = 128+114+158=400 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32% from 400); Green value is 114 (44.92% from 255 or 28.5% from 400); Blue value is 158 (62.11% from 255 or 39.5% from 400); Max value from RGB is 158 - color contains mainly: blue. Hex color #80729E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #80729E is #7F8D61. Grayscale: #7B7B7B. Windows color (decimal): -8359266 or 10384000. OLE color: 10384000.

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

Color convert

RGB 128 114 158 -
CMYK 0.19 0.28 0 0.38
HSL 259.09º 0.18% 0.53% -
HSV(B) 259.09º 0.28% 0.62% -
XYZ 21.09 19.09 34.92 -
YUV 123.2 147.64 131.42 -
System Red Green Blue C M Y K H S L
Decimal 128 114 158 0.19 0.28 0 0.38 259.09 0.18 0.53
Hex 80 72 9E 13 1C 0 26 103 12 35
Octal 200 162 236 23 34 0 46 403 22 65
Binary 10000000 1110010 10011110 10011 11100 0 100110 100000011 10010 110101

Color Harmonies of #80729E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80729E

Black with #80729E

Text Example


Text Example

White with #80729E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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