Html Css Color HEX #80699A Deluge

📋 copy color: '#80699A'

red 128 ◦ green 105 ◦ blue 154

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

Shades of Deluge #80699A

Tints of Deluge #80699A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 39.79%

R = 33.07%
G = 27.13%
B = 39.79%

CMYK

 C value IS 0.17

 M value IS 0.32

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#80699A (or 0x80699A) is known color: Deluge. HEX triplet: 80, 69 and 9A. RGB value is (128,105,154). Sum of RGB (Red+Green+Blue) = 128+105+154=387 (51% of max value = 765). Red value is 128 (50.39% from 255 or 33.07% from 387); Green value is 105 (41.41% from 255 or 27.13% from 387); Blue value is 154 (60.55% from 255 or 39.79% from 387); Max value from RGB is 154 - color contains mainly: blue. Hex color #80699A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #80699A is #7F9665. Grayscale: #757575. Windows color (decimal): -8361574 or 10119552. OLE color: 10119552.

HSL color Cylindrical-coordinate representation of color #80699A: hue angle of 268.16º degrees, saturation: 0.2, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #80699A is Cyan = 0.17, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 128 105 154 -
CMYK 0.17 0.32 0 0.40
HSL 268.16º 0.2% 0.51% -
HSV(B) 268.16º 0.32% 0.6% -
XYZ 19.79 17.03 32.82 -
YUV 117.46 148.62 135.52 -
System Red Green Blue C M Y K H S L
Decimal 128 105 154 0.17 0.32 0 0.40 268.16 0.2 0.51
Hex 80 69 9A 11 20 0 28 10C 14 33
Octal 200 151 232 21 40 0 50 414 24 63
Binary 10000000 1101001 10011010 10001 100000 0 101000 100001100 10100 110011

Color Harmonies of #80699A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80699A

Black with #80699A

Text Example


Text Example

White with #80699A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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