Html Css Color HEX #80679D Deluge

📋 copy color: '#80679D'

red 128 ◦ green 103 ◦ blue 157

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

Shades of Deluge #80679D

Tints of Deluge #80679D

RGB

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

 GREEN value IS 103 (40.63% from 255) = 26.55%

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

R = 32.99%
G = 26.55%
B = 40.46%

CMYK

 C value IS 0.18

 M value IS 0.34

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#80679D (or 0x80679D) is known color: Deluge. HEX triplet: 80, 67 and 9D. RGB value is (128,103,157). Sum of RGB (Red+Green+Blue) = 128+103+157=388 (51% of max value = 765). Red value is 128 (50.39% from 255 or 32.99% from 388); Green value is 103 (40.62% from 255 or 26.55% from 388); Blue value is 157 (61.72% from 255 or 40.46% from 388); Max value from RGB is 157 - color contains mainly: blue. Hex color #80679D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #80679D is #7F9862. Grayscale: #747474. Windows color (decimal): -8362083 or 10315648. OLE color: 10315648.

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

Color convert

RGB 128 103 157 -
CMYK 0.18 0.34 0 0.38
HSL 267.78º 0.22% 0.51% -
HSV(B) 267.78º 0.34% 0.62% -
XYZ 19.84 16.72 34.08 -
YUV 116.63 150.78 136.11 -
System Red Green Blue C M Y K H S L
Decimal 128 103 157 0.18 0.34 0 0.38 267.78 0.22 0.51
Hex 80 67 9D 12 22 0 26 10C 16 33
Octal 200 147 235 22 42 0 46 414 26 63
Binary 10000000 1100111 10011101 10010 100010 0 100110 100001100 10110 110011

Color Harmonies of #80679D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80679D

Black with #80679D

Text Example


Text Example

White with #80679D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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