Html Css Color HEX #80669E Deluge

📋 copy color: '#80669E'

red 128 ◦ green 102 ◦ blue 158

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

Shades of Deluge #80669E

Tints of Deluge #80669E

RGB

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

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

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

R = 32.99%
G = 26.29%
B = 40.72%

CMYK

 C value IS 0.19

 M value IS 0.35

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#80669E (or 0x80669E) is known color: Deluge. HEX triplet: 80, 66 and 9E. RGB value is (128,102,158). Sum of RGB (Red+Green+Blue) = 128+102+158=388 (51% of max value = 765). Red value is 128 (50.39% from 255 or 32.99% from 388); Green value is 102 (40.23% from 255 or 26.29% from 388); Blue value is 158 (62.11% from 255 or 40.72% from 388); Max value from RGB is 158 - color contains mainly: blue. Hex color #80669E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #80669E is #7F9961. Grayscale: #737373. Windows color (decimal): -8362338 or 10380928. OLE color: 10380928.

HSL color Cylindrical-coordinate representation of color #80669E: hue angle of 267.86º 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 #80669E is Cyan = 0.19, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 128 102 158 -
CMYK 0.19 0.35 0 0.38
HSL 267.86º 0.22% 0.51% -
HSV(B) 267.86º 0.35% 0.62% -
XYZ 19.83 16.56 34.5 -
YUV 116.16 151.61 136.45 -
System Red Green Blue C M Y K H S L
Decimal 128 102 158 0.19 0.35 0 0.38 267.86 0.22 0.51
Hex 80 66 9E 13 23 0 26 10C 16 33
Octal 200 146 236 23 43 0 46 414 26 63
Binary 10000000 1100110 10011110 10011 100011 0 100110 100001100 10110 110011

Color Harmonies of #80669E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80669E

Black with #80669E

Text Example


Text Example

White with #80669E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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