Html Css Color HEX #80709B Deluge

📋 copy color: '#80709B'

red 128 ◦ green 112 ◦ blue 155

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

Shades of Deluge #80709B

Tints of Deluge #80709B

RGB

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

 GREEN value IS 112 (44.14% from 255) = 28.35%

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

R = 32.41%
G = 28.35%
B = 39.24%

CMYK

 C value IS 0.17

 M value IS 0.28

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#80709B (or 0x80709B) is known color: Deluge. HEX triplet: 80, 70 and 9B. RGB value is (128,112,155). Sum of RGB (Red+Green+Blue) = 128+112+155=395 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.41% from 395); Green value is 112 (44.14% from 255 or 28.35% from 395); Blue value is 155 (60.94% from 255 or 39.24% from 395); Max value from RGB is 155 - color contains mainly: blue. Hex color #80709B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #80709B is #7F8F64. Grayscale: #797979. Windows color (decimal): -8359781 or 10186880. OLE color: 10186880.

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

Color convert

RGB 128 112 155 -
CMYK 0.17 0.28 0 0.39
HSL 262.33º 0.18% 0.52% -
HSV(B) 262.33º 0.28% 0.61% -
XYZ 20.61 18.54 33.5 -
YUV 121.69 146.8 132.5 -
System Red Green Blue C M Y K H S L
Decimal 128 112 155 0.17 0.28 0 0.39 262.33 0.18 0.52
Hex 80 70 9B 11 1C 0 27 106 12 34
Octal 200 160 233 21 34 0 47 406 22 64
Binary 10000000 1110000 10011011 10001 11100 0 100111 100000110 10010 110100

Color Harmonies of #80709B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80709B

Black with #80709B

Text Example


Text Example

White with #80709B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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