Html Css Color HEX #80789B Deluge

📋 copy color: '#80789B'

red 128 ◦ green 120 ◦ blue 155

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

Shades of Deluge #80789B

Tints of Deluge #80789B

RGB

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

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

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

R = 31.76%
G = 29.78%
B = 38.46%

CMYK

 C value IS 0.17

 M value IS 0.23

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#80789B (or 0x80789B) is known color: Deluge. HEX triplet: 80, 78 and 9B. RGB value is (128,120,155). Sum of RGB (Red+Green+Blue) = 128+120+155=403 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.76% from 403); Green value is 120 (47.27% from 255 or 29.78% from 403); Blue value is 155 (60.94% from 255 or 38.46% from 403); Max value from RGB is 155 - color contains mainly: blue. Hex color #80789B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #80789B is #7F8764. Grayscale: #7E7E7E. Windows color (decimal): -8357733 or 10188928. OLE color: 10188928.

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

Color convert

RGB 128 120 155 -
CMYK 0.17 0.23 0 0.39
HSL 253.71º 0.15% 0.54% -
HSV(B) 253.71º 0.23% 0.61% -
XYZ 21.53 20.39 33.81 -
YUV 126.38 144.15 129.15 -
System Red Green Blue C M Y K H S L
Decimal 128 120 155 0.17 0.23 0 0.39 253.71 0.15 0.54
Hex 80 78 9B 11 17 0 27 FE F 36
Octal 200 170 233 21 27 0 47 376 17 66
Binary 10000000 1111000 10011011 10001 10111 0 100111 11111110 1111 110110

Color Harmonies of #80789B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80789B

Black with #80789B

Text Example


Text Example

White with #80789B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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