Html Css Color HEX #80789D Deluge

📋 copy color: '#80789D'

red 128 ◦ green 120 ◦ blue 157

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

Shades of Deluge #80789D

Tints of Deluge #80789D

RGB

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

 GREEN value IS 120 (47.27% from 255) = 29.63%

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

R = 31.6%
G = 29.63%
B = 38.77%

CMYK

 C value IS 0.18

 M value IS 0.24

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#80789D (or 0x80789D) is known color: Deluge. HEX triplet: 80, 78 and 9D. RGB value is (128,120,157). Sum of RGB (Red+Green+Blue) = 128+120+157=405 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.60% from 405); Green value is 120 (47.27% from 255 or 29.63% from 405); Blue value is 157 (61.72% from 255 or 38.77% from 405); Max value from RGB is 157 - color contains mainly: blue. Hex color #80789D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #80789D is #7F8762. Grayscale: #7E7E7E. Windows color (decimal): -8357731 or 10320000. OLE color: 10320000.

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

Color convert

RGB 128 120 157 -
CMYK 0.18 0.24 0 0.38
HSL 252.97º 0.16% 0.54% -
HSV(B) 252.97º 0.24% 0.62% -
XYZ 21.7 20.46 34.7 -
YUV 126.61 145.15 128.99 -
System Red Green Blue C M Y K H S L
Decimal 128 120 157 0.18 0.24 0 0.38 252.97 0.16 0.54
Hex 80 78 9D 12 18 0 26 FD 10 36
Octal 200 170 235 22 30 0 46 375 20 66
Binary 10000000 1111000 10011101 10010 11000 0 100110 11111101 10000 110110

Color Harmonies of #80789D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80789D

Black with #80789D

Text Example


Text Example

White with #80789D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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