Html Css Color HEX #80799B Deluge

📋 copy color: '#80799B'

red 128 ◦ green 121 ◦ blue 155

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

Shades of Deluge #80799B

Tints of Deluge #80799B

RGB

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

 GREEN value IS 121 (47.66% from 255) = 29.95%

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

R = 31.68%
G = 29.95%
B = 38.37%

CMYK

 C value IS 0.17

 M value IS 0.22

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#80799B (or 0x80799B) is known color: Deluge. HEX triplet: 80, 79 and 9B. RGB value is (128,121,155). Sum of RGB (Red+Green+Blue) = 128+121+155=404 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.68% from 404); Green value is 121 (47.66% from 255 or 29.95% from 404); Blue value is 155 (60.94% from 255 or 38.37% from 404); Max value from RGB is 155 - color contains mainly: blue. Hex color #80799B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #80799B is #7F8664. Grayscale: #7E7E7E. Windows color (decimal): -8357477 or 10189184. OLE color: 10189184.

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

Color convert

RGB 128 121 155 -
CMYK 0.17 0.22 0 0.39
HSL 252.35º 0.15% 0.54% -
HSV(B) 252.35º 0.22% 0.61% -
XYZ 21.66 20.63 33.85 -
YUV 126.97 143.82 128.74 -
System Red Green Blue C M Y K H S L
Decimal 128 121 155 0.17 0.22 0 0.39 252.35 0.15 0.54
Hex 80 79 9B 11 16 0 27 FC F 36
Octal 200 171 233 21 26 0 47 374 17 66
Binary 10000000 1111001 10011011 10001 10110 0 100111 11111100 1111 110110

Color Harmonies of #80799B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80799B

Black with #80799B

Text Example


Text Example

White with #80799B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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