Html Css Color HEX #80669D Deluge

📋 copy color: '#80669D'

red 128 ◦ green 102 ◦ blue 157

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

Shades of Deluge #80669D

Tints of Deluge #80669D

RGB

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

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

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

R = 33.07%
G = 26.36%
B = 40.57%

CMYK

 C value IS 0.18

 M value IS 0.35

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#80669D (or 0x80669D) is known color: Deluge. HEX triplet: 80, 66 and 9D. RGB value is (128,102,157). Sum of RGB (Red+Green+Blue) = 128+102+157=387 (51% of max value = 765). Red value is 128 (50.39% from 255 or 33.07% from 387); Green value is 102 (40.23% from 255 or 26.36% from 387); Blue value is 157 (61.72% from 255 or 40.57% from 387); Max value from RGB is 157 - color contains mainly: blue. Hex color #80669D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #80669D is #7F9962. Grayscale: #737373. Windows color (decimal): -8362339 or 10315392. OLE color: 10315392.

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

Color convert

RGB 128 102 157 -
CMYK 0.18 0.35 0 0.38
HSL 268.36º 0.22% 0.51% -
HSV(B) 268.36º 0.35% 0.62% -
XYZ 19.74 16.53 34.05 -
YUV 116.04 151.11 136.53 -
System Red Green Blue C M Y K H S L
Decimal 128 102 157 0.18 0.35 0 0.38 268.36 0.22 0.51
Hex 80 66 9D 12 23 0 26 10C 16 33
Octal 200 146 235 22 43 0 46 414 26 63
Binary 10000000 1100110 10011101 10010 100011 0 100110 100001100 10110 110011

Color Harmonies of #80669D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80669D

Black with #80669D

Text Example


Text Example

White with #80669D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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