Html Css Color HEX #80729D Deluge

📋 copy color: '#80729D'

red 128 ◦ green 114 ◦ blue 157

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

Shades of Deluge #80729D

Tints of Deluge #80729D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 39.35%

R = 32.08%
G = 28.57%
B = 39.35%

CMYK

 C value IS 0.18

 M value IS 0.27

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#80729D (or 0x80729D) is known color: Deluge. HEX triplet: 80, 72 and 9D. RGB value is (128,114,157). Sum of RGB (Red+Green+Blue) = 128+114+157=399 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.08% from 399); Green value is 114 (44.92% from 255 or 28.57% from 399); Blue value is 157 (61.72% from 255 or 39.35% from 399); Max value from RGB is 157 - color contains mainly: blue. Hex color #80729D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #80729D is #7F8D62. Grayscale: #7A7A7A. Windows color (decimal): -8359267 or 10318464. OLE color: 10318464.

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

Color convert

RGB 128 114 157 -
CMYK 0.18 0.27 0 0.38
HSL 259.53º 0.18% 0.53% -
HSV(B) 259.53º 0.27% 0.62% -
XYZ 21.01 19.06 34.47 -
YUV 123.09 147.14 131.5 -
System Red Green Blue C M Y K H S L
Decimal 128 114 157 0.18 0.27 0 0.38 259.53 0.18 0.53
Hex 80 72 9D 12 1B 0 26 104 12 35
Octal 200 162 235 22 33 0 46 404 22 65
Binary 10000000 1110010 10011101 10010 11011 0 100110 100000100 10010 110101

Color Harmonies of #80729D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80729D

Black with #80729D

Text Example


Text Example

White with #80729D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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