Html Css Color HEX #80739B Deluge

📋 copy color: '#80739B'

red 128 ◦ green 115 ◦ blue 155

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

Shades of Deluge #80739B

Tints of Deluge #80739B

RGB

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

 GREEN value IS 115 (45.31% from 255) = 28.89%

 BLUE value IS 155 (60.94% from 255) = 38.94%

R = 32.16%
G = 28.89%
B = 38.94%

CMYK

 C value IS 0.17

 M value IS 0.26

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#80739B (or 0x80739B) is known color: Deluge. HEX triplet: 80, 73 and 9B. RGB value is (128,115,155). Sum of RGB (Red+Green+Blue) = 128+115+155=398 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.16% from 398); Green value is 115 (45.31% from 255 or 28.89% from 398); Blue value is 155 (60.94% from 255 or 38.94% from 398); Max value from RGB is 155 - color contains mainly: blue. Hex color #80739B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #80739B is #7F8C64. Grayscale: #7B7B7B. Windows color (decimal): -8359013 or 10187648. OLE color: 10187648.

HSL color Cylindrical-coordinate representation of color #80739B: hue angle of 259.5º degrees, saturation: 0.17, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #80739B is Cyan = 0.17, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 128 115 155 -
CMYK 0.17 0.26 0 0.39
HSL 259.5º 0.17% 0.53% -
HSV(B) 259.5º 0.26% 0.61% -
XYZ 20.95 19.22 33.62 -
YUV 123.45 145.81 131.25 -
System Red Green Blue C M Y K H S L
Decimal 128 115 155 0.17 0.26 0 0.39 259.5 0.17 0.53
Hex 80 73 9B 11 1A 0 27 104 11 35
Octal 200 163 233 21 32 0 47 404 21 65
Binary 10000000 1110011 10011011 10001 11010 0 100111 100000100 10001 110101

Color Harmonies of #80739B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80739B

Black with #80739B

Text Example


Text Example

White with #80739B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80739B; }

 p { color: rgb(128,115,155); }

 H1.HeaderClassName
 {
   color: #80739B;
 }
 .AnyTagClassName
 {
   color: #80739B;
 }
</style>

background-color css

<style>
 a { background-color: #80739B; }

 a { background-color: rgb(128,115,155); }

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

border-color css

<style>
 span { border-color: #80739B; }

 span { border-color: rgb(128,115,155); }

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