Html Css Color HEX #80789A Deluge

📋 copy color: '#80789A'

red 128 ◦ green 120 ◦ blue 154

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

Shades of Deluge #80789A

Tints of Deluge #80789A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 38.31%

R = 31.84%
G = 29.85%
B = 38.31%

CMYK

 C value IS 0.17

 M value IS 0.22

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#80789A (or 0x80789A) is known color: Deluge. HEX triplet: 80, 78 and 9A. RGB value is (128,120,154). Sum of RGB (Red+Green+Blue) = 128+120+154=402 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.84% from 402); Green value is 120 (47.27% from 255 or 29.85% from 402); Blue value is 154 (60.55% from 255 or 38.31% from 402); Max value from RGB is 154 - color contains mainly: blue. Hex color #80789A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #80789A is #7F8765. Grayscale: #7E7E7E. Windows color (decimal): -8357734 or 10123392. OLE color: 10123392.

HSL color Cylindrical-coordinate representation of color #80789A: hue angle of 254.12º degrees, saturation: 0.14, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #80789A is Cyan = 0.17, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 128 120 154 -
CMYK 0.17 0.22 0 0.40
HSL 254.12º 0.14% 0.54% -
HSV(B) 254.12º 0.22% 0.6% -
XYZ 21.45 20.36 33.37 -
YUV 126.27 143.65 129.24 -
System Red Green Blue C M Y K H S L
Decimal 128 120 154 0.17 0.22 0 0.40 254.12 0.14 0.54
Hex 80 78 9A 11 16 0 28 FE E 36
Octal 200 170 232 21 26 0 50 376 16 66
Binary 10000000 1111000 10011010 10001 10110 0 101000 11111110 1110 110110

Color Harmonies of #80789A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80789A

Black with #80789A

Text Example


Text Example

White with #80789A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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