Html Css Color HEX #80729F Deluge

📋 copy color: '#80729F'

red 128 ◦ green 114 ◦ blue 159

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

Shades of Deluge #80729F

Tints of Deluge #80729F

RGB

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

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

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

R = 31.92%
G = 28.43%
B = 39.65%

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

#80729F (or 0x80729F) is known color: Deluge. HEX triplet: 80, 72 and 9F. RGB value is (128,114,159). Sum of RGB (Red+Green+Blue) = 128+114+159=401 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.92% from 401); Green value is 114 (44.92% from 255 or 28.43% from 401); Blue value is 159 (62.5% from 255 or 39.65% from 401); Max value from RGB is 159 - color contains mainly: blue. Hex color #80729F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #80729F is #7F8D60. Grayscale: #7B7B7B. Windows color (decimal): -8359265 or 10449536. OLE color: 10449536.

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

Color convert

RGB 128 114 159 -
CMYK 0.19 0.28 0 0.38
HSL 258.67º 0.19% 0.54% -
HSV(B) 258.67º 0.28% 0.62% -
XYZ 21.18 19.13 35.38 -
YUV 123.32 148.14 131.34 -
System Red Green Blue C M Y K H S L
Decimal 128 114 159 0.19 0.28 0 0.38 258.67 0.19 0.54
Hex 80 72 9F 13 1C 0 26 103 13 36
Octal 200 162 237 23 34 0 46 403 23 66
Binary 10000000 1110010 10011111 10011 11100 0 100110 100000011 10011 110110

Color Harmonies of #80729F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80729F

Black with #80729F

Text Example


Text Example

White with #80729F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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