Html Css Color HEX #80759E Deluge

📋 copy color: '#80759E'

red 128 ◦ green 117 ◦ blue 158

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

Shades of Deluge #80759E

Tints of Deluge #80759E

RGB

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

 GREEN value IS 117 (46.09% from 255) = 29.03%

 BLUE value IS 158 (62.11% from 255) = 39.21%

R = 31.76%
G = 29.03%
B = 39.21%

CMYK

 C value IS 0.19

 M value IS 0.26

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#80759E (or 0x80759E) is known color: Deluge. HEX triplet: 80, 75 and 9E. RGB value is (128,117,158). Sum of RGB (Red+Green+Blue) = 128+117+158=403 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.76% from 403); Green value is 117 (46.09% from 255 or 29.03% from 403); Blue value is 158 (62.11% from 255 or 39.21% from 403); Max value from RGB is 158 - color contains mainly: blue. Hex color #80759E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #80759E is #7F8A61. Grayscale: #7C7C7C. Windows color (decimal): -8358498 or 10384768. OLE color: 10384768.

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

Color convert

RGB 128 117 158 -
CMYK 0.19 0.26 0 0.38
HSL 256.1º 0.17% 0.54% -
HSV(B) 256.1º 0.26% 0.62% -
XYZ 21.43 19.78 35.04 -
YUV 124.96 146.64 130.17 -
System Red Green Blue C M Y K H S L
Decimal 128 117 158 0.19 0.26 0 0.38 256.1 0.17 0.54
Hex 80 75 9E 13 1A 0 26 100 11 36
Octal 200 165 236 23 32 0 46 400 21 66
Binary 10000000 1110101 10011110 10011 11010 0 100110 100000000 10001 110110

Color Harmonies of #80759E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80759E

Black with #80759E

Text Example


Text Example

White with #80759E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80759E; }

 p { color: rgb(128,117,158); }

 H1.HeaderClassName
 {
   color: #80759E;
 }
 .AnyTagClassName
 {
   color: #80759E;
 }
</style>

background-color css

<style>
 a { background-color: #80759E; }

 a { background-color: rgb(128,117,158); }

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

border-color css

<style>
 span { border-color: #80759E; }

 span { border-color: rgb(128,117,158); }

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