Html Css Color HEX #80669C Deluge

📋 copy color: '#80669C'

red 128 ◦ green 102 ◦ blue 156

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

Shades of Deluge #80669C

Tints of Deluge #80669C

RGB

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

 GREEN value IS 102 (40.23% from 255) = 26.42%

 BLUE value IS 156 (61.33% from 255) = 40.41%

R = 33.16%
G = 26.42%
B = 40.41%

CMYK

 C value IS 0.18

 M value IS 0.35

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#80669C (or 0x80669C) is known color: Deluge. HEX triplet: 80, 66 and 9C. RGB value is (128,102,156). Sum of RGB (Red+Green+Blue) = 128+102+156=386 (51% of max value = 765). Red value is 128 (50.39% from 255 or 33.16% from 386); Green value is 102 (40.23% from 255 or 26.42% from 386); Blue value is 156 (61.33% from 255 or 40.41% from 386); Max value from RGB is 156 - color contains mainly: blue. Hex color #80669C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #80669C is #7F9963. Grayscale: #737373. Windows color (decimal): -8362340 or 10249856. OLE color: 10249856.

HSL color Cylindrical-coordinate representation of color #80669C: hue angle of 268.89º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #80669C is Cyan = 0.18, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 128 102 156 -
CMYK 0.18 0.35 0 0.39
HSL 268.89º 0.21% 0.51% -
HSV(B) 268.89º 0.35% 0.61% -
XYZ 19.65 16.49 33.6 -
YUV 115.93 150.61 136.61 -
System Red Green Blue C M Y K H S L
Decimal 128 102 156 0.18 0.35 0 0.39 268.89 0.21 0.51
Hex 80 66 9C 12 23 0 27 10D 15 33
Octal 200 146 234 22 43 0 47 415 25 63
Binary 10000000 1100110 10011100 10010 100011 0 100111 100001101 10101 110011

Color Harmonies of #80669C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80669C

Black with #80669C

Text Example


Text Example

White with #80669C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80669C; }

 p { color: rgb(128,102,156); }

 H1.HeaderClassName
 {
   color: #80669C;
 }
 .AnyTagClassName
 {
   color: #80669C;
 }
</style>

background-color css

<style>
 a { background-color: #80669C; }

 a { background-color: rgb(128,102,156); }

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

border-color css

<style>
 span { border-color: #80669C; }

 span { border-color: rgb(128,102,156); }

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