Html Css Color HEX #80769D Deluge

📋 copy color: '#80769D'

red 128 ◦ green 118 ◦ blue 157

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

Shades of Deluge #80769D

Tints of Deluge #80769D

RGB

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

 GREEN value IS 118 (46.48% from 255) = 29.28%

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

R = 31.76%
G = 29.28%
B = 38.96%

CMYK

 C value IS 0.18

 M value IS 0.25

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#80769D (or 0x80769D) is known color: Deluge. HEX triplet: 80, 76 and 9D. RGB value is (128,118,157). Sum of RGB (Red+Green+Blue) = 128+118+157=403 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.76% from 403); Green value is 118 (46.48% from 255 or 29.28% from 403); Blue value is 157 (61.72% from 255 or 38.96% from 403); Max value from RGB is 157 - color contains mainly: blue. Hex color #80769D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #80769D is #7F8962. Grayscale: #7D7D7D. Windows color (decimal): -8358243 or 10319488. OLE color: 10319488.

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

Color convert

RGB 128 118 157 -
CMYK 0.18 0.25 0 0.38
HSL 255.38º 0.17% 0.54% -
HSV(B) 255.38º 0.25% 0.62% -
XYZ 21.47 19.98 34.62 -
YUV 125.44 145.81 129.83 -
System Red Green Blue C M Y K H S L
Decimal 128 118 157 0.18 0.25 0 0.38 255.38 0.17 0.54
Hex 80 76 9D 12 19 0 26 FF 11 36
Octal 200 166 235 22 31 0 46 377 21 66
Binary 10000000 1110110 10011101 10010 11001 0 100110 11111111 10001 110110

Color Harmonies of #80769D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80769D

Black with #80769D

Text Example


Text Example

White with #80769D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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