Html Css Color HEX #80789F Deluge

📋 copy color: '#80789F'

red 128 ◦ green 120 ◦ blue 159

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

Shades of Deluge #80789F

Tints of Deluge #80789F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 39.07%

R = 31.45%
G = 29.48%
B = 39.07%

CMYK

 C value IS 0.19

 M value IS 0.25

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#80789F (or 0x80789F) is known color: Deluge. HEX triplet: 80, 78 and 9F. RGB value is (128,120,159). Sum of RGB (Red+Green+Blue) = 128+120+159=407 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.45% from 407); Green value is 120 (47.27% from 255 or 29.48% from 407); Blue value is 159 (62.5% from 255 or 39.07% from 407); Max value from RGB is 159 - color contains mainly: blue. Hex color #80789F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #80789F is #7F8760. Grayscale: #7E7E7E. Windows color (decimal): -8357729 or 10451072. OLE color: 10451072.

HSL color Cylindrical-coordinate representation of color #80789F: hue angle of 252.31º degrees, saturation: 0.17, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #80789F is Cyan = 0.19, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 128 120 159 -
CMYK 0.19 0.25 0 0.38
HSL 252.31º 0.17% 0.55% -
HSV(B) 252.31º 0.25% 0.62% -
XYZ 21.88 20.53 35.61 -
YUV 126.84 146.15 128.83 -
System Red Green Blue C M Y K H S L
Decimal 128 120 159 0.19 0.25 0 0.38 252.31 0.17 0.55
Hex 80 78 9F 13 19 0 26 FC 11 37
Octal 200 170 237 23 31 0 46 374 21 67
Binary 10000000 1111000 10011111 10011 11001 0 100110 11111100 10001 110111

Color Harmonies of #80789F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80789F

Black with #80789F

Text Example


Text Example

White with #80789F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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