Html Css Color HEX #80699C Deluge

📋 copy color: '#80699C'

red 128 ◦ green 105 ◦ blue 156

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

Shades of Deluge #80699C

Tints of Deluge #80699C

RGB

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

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

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

R = 32.9%
G = 26.99%
B = 40.1%

CMYK

 C value IS 0.18

 M value IS 0.33

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#80699C (or 0x80699C) is known color: Deluge. HEX triplet: 80, 69 and 9C. RGB value is (128,105,156). Sum of RGB (Red+Green+Blue) = 128+105+156=389 (51% of max value = 765). Red value is 128 (50.39% from 255 or 32.90% from 389); Green value is 105 (41.41% from 255 or 26.99% from 389); Blue value is 156 (61.33% from 255 or 40.10% from 389); Max value from RGB is 156 - color contains mainly: blue. Hex color #80699C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #80699C is #7F9663. Grayscale: #757575. Windows color (decimal): -8361572 or 10250624. OLE color: 10250624.

HSL color Cylindrical-coordinate representation of color #80699C: hue angle of 267.06º 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 #80699C is Cyan = 0.18, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 128 105 156 -
CMYK 0.18 0.33 0 0.39
HSL 267.06º 0.2% 0.51% -
HSV(B) 267.06º 0.33% 0.61% -
XYZ 19.95 17.09 33.7 -
YUV 117.69 149.62 135.35 -
System Red Green Blue C M Y K H S L
Decimal 128 105 156 0.18 0.33 0 0.39 267.06 0.2 0.51
Hex 80 69 9C 12 21 0 27 10B 14 33
Octal 200 151 234 22 41 0 47 413 24 63
Binary 10000000 1101001 10011100 10010 100001 0 100111 100001011 10100 110011

Color Harmonies of #80699C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80699C

Black with #80699C

Text Example


Text Example

White with #80699C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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