Html Css Color HEX #80699E Deluge

📋 copy color: '#80699E'

red 128 ◦ green 105 ◦ blue 158

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

Shades of Deluge #80699E

Tints of Deluge #80699E

RGB

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

 GREEN value IS 105 (41.41% from 255) = 26.85%

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

R = 32.74%
G = 26.85%
B = 40.41%

CMYK

 C value IS 0.19

 M value IS 0.34

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#80699E (or 0x80699E) is known color: Deluge. HEX triplet: 80, 69 and 9E. RGB value is (128,105,158). Sum of RGB (Red+Green+Blue) = 128+105+158=391 (51% of max value = 765). Red value is 128 (50.39% from 255 or 32.74% from 391); Green value is 105 (41.41% from 255 or 26.85% from 391); Blue value is 158 (62.11% from 255 or 40.41% from 391); Max value from RGB is 158 - color contains mainly: blue. Hex color #80699E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #80699E is #7F9661. Grayscale: #757575. Windows color (decimal): -8361570 or 10381696. OLE color: 10381696.

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

Color convert

RGB 128 105 158 -
CMYK 0.19 0.34 0 0.38
HSL 266.04º 0.21% 0.52% -
HSV(B) 266.04º 0.34% 0.62% -
XYZ 20.13 17.16 34.6 -
YUV 117.92 150.62 135.19 -
System Red Green Blue C M Y K H S L
Decimal 128 105 158 0.19 0.34 0 0.38 266.04 0.21 0.52
Hex 80 69 9E 13 22 0 26 10A 15 34
Octal 200 151 236 23 42 0 46 412 25 64
Binary 10000000 1101001 10011110 10011 100010 0 100110 100001010 10101 110100

Color Harmonies of #80699E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80699E

Black with #80699E

Text Example


Text Example

White with #80699E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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