Html Css Color HEX #807799 Deluge

📋 copy color: '#807799'

red 128 ◦ green 119 ◦ blue 153

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

Shades of Deluge #807799

Tints of Deluge #807799

RGB

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

 GREEN value IS 119 (46.88% from 255) = 29.75%

 BLUE value IS 153 (60.16% from 255) = 38.25%

R = 32%
G = 29.75%
B = 38.25%

CMYK

 C value IS 0.16

 M value IS 0.22

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#807799 (or 0x807799) is known color: Deluge. HEX triplet: 80, 77 and 99. RGB value is (128,119,153). Sum of RGB (Red+Green+Blue) = 128+119+153=400 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32% from 400); Green value is 119 (46.88% from 255 or 29.75% from 400); Blue value is 153 (60.16% from 255 or 38.25% from 400); Max value from RGB is 153 - color contains mainly: blue. Hex color #807799 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #807799 is #7F8866. Grayscale: #7D7D7D. Windows color (decimal): -8357991 or 10057600. OLE color: 10057600.

HSL color Cylindrical-coordinate representation of color #807799: hue angle of 255.88º degrees, saturation: 0.14, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #807799 is Cyan = 0.16, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 128 119 153 -
CMYK 0.16 0.22 0 0.4
HSL 255.88º 0.14% 0.53% -
HSV(B) 255.88º 0.22% 0.6% -
XYZ 21.25 20.08 32.89 -
YUV 125.57 143.48 129.74 -
System Red Green Blue C M Y K H S L
Decimal 128 119 153 0.16 0.22 0 0.4 255.88 0.14 0.53
Hex 80 77 99 10 16 0 28 100 E 35
Octal 200 167 231 20 26 0 50 400 16 65
Binary 10000000 1110111 10011001 10000 10110 0 101000 100000000 1110 110101

Color Harmonies of #807799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #807799

Black with #807799

Text Example


Text Example

White with #807799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #807799; }

 p { color: rgb(128,119,153); }

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

background-color css

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

 a { background-color: rgb(128,119,153); }

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

border-color css

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

 span { border-color: rgb(128,119,153); }

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