Html Css Color HEX #80689B Deluge

📋 copy color: '#80689B'

red 128 ◦ green 104 ◦ blue 155

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

Shades of Deluge #80689B

Tints of Deluge #80689B

RGB

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

 GREEN value IS 104 (41.02% from 255) = 26.87%

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

R = 33.07%
G = 26.87%
B = 40.05%

CMYK

 C value IS 0.17

 M value IS 0.33

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#80689B (or 0x80689B) is known color: Deluge. HEX triplet: 80, 68 and 9B. RGB value is (128,104,155). Sum of RGB (Red+Green+Blue) = 128+104+155=387 (51% of max value = 765). Red value is 128 (50.39% from 255 or 33.07% from 387); Green value is 104 (41.02% from 255 or 26.87% from 387); Blue value is 155 (60.94% from 255 or 40.05% from 387); Max value from RGB is 155 - color contains mainly: blue. Hex color #80689B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #80689B is #7F9764. Grayscale: #747474. Windows color (decimal): -8361829 or 10184832. OLE color: 10184832.

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

Color convert

RGB 128 104 155 -
CMYK 0.17 0.33 0 0.39
HSL 268.24º 0.2% 0.51% -
HSV(B) 268.24º 0.33% 0.61% -
XYZ 19.77 16.86 33.22 -
YUV 116.99 149.45 135.85 -
System Red Green Blue C M Y K H S L
Decimal 128 104 155 0.17 0.33 0 0.39 268.24 0.2 0.51
Hex 80 68 9B 11 21 0 27 10C 14 33
Octal 200 150 233 21 41 0 47 414 24 63
Binary 10000000 1101000 10011011 10001 100001 0 100111 100001100 10100 110011

Color Harmonies of #80689B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80689B

Black with #80689B

Text Example


Text Example

White with #80689B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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