Html Css Color HEX #80749B Deluge

📋 copy color: '#80749B'

red 128 ◦ green 116 ◦ blue 155

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

Shades of Deluge #80749B

Tints of Deluge #80749B

RGB

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

 GREEN value IS 116 (45.7% from 255) = 29.07%

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

R = 32.08%
G = 29.07%
B = 38.85%

CMYK

 C value IS 0.17

 M value IS 0.25

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#80749B (or 0x80749B) is known color: Deluge. HEX triplet: 80, 74 and 9B. RGB value is (128,116,155). Sum of RGB (Red+Green+Blue) = 128+116+155=399 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.08% from 399); Green value is 116 (45.70% from 255 or 29.07% from 399); Blue value is 155 (60.94% from 255 or 38.85% from 399); Max value from RGB is 155 - color contains mainly: blue. Hex color #80749B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #80749B is #7F8B64. Grayscale: #7B7B7B. Windows color (decimal): -8358757 or 10187904. OLE color: 10187904.

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

Color convert

RGB 128 116 155 -
CMYK 0.17 0.25 0 0.39
HSL 258.46º 0.16% 0.53% -
HSV(B) 258.46º 0.25% 0.61% -
XYZ 21.06 19.45 33.65 -
YUV 124.03 145.48 130.83 -
System Red Green Blue C M Y K H S L
Decimal 128 116 155 0.17 0.25 0 0.39 258.46 0.16 0.53
Hex 80 74 9B 11 19 0 27 102 10 35
Octal 200 164 233 21 31 0 47 402 20 65
Binary 10000000 1110100 10011011 10001 11001 0 100111 100000010 10000 110101

Color Harmonies of #80749B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80749B

Black with #80749B

Text Example


Text Example

White with #80749B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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