Html Css Color HEX #807699 Deluge

📋 copy color: '#807699'

red 128 ◦ green 118 ◦ blue 153

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

Shades of Deluge #807699

Tints of Deluge #807699

RGB

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

 GREEN value IS 118 (46.48% from 255) = 29.57%

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

R = 32.08%
G = 29.57%
B = 38.35%

CMYK

 C value IS 0.16

 M value IS 0.23

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#807699 (or 0x807699) is known color: Deluge. HEX triplet: 80, 76 and 99. RGB value is (128,118,153). Sum of RGB (Red+Green+Blue) = 128+118+153=399 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.08% from 399); Green value is 118 (46.48% from 255 or 29.57% from 399); Blue value is 153 (60.16% from 255 or 38.35% from 399); Max value from RGB is 153 - color contains mainly: blue. Hex color #807699 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #807699 is #7F8966. Grayscale: #7C7C7C. Windows color (decimal): -8358247 or 10057344. OLE color: 10057344.

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

Color convert

RGB 128 118 153 -
CMYK 0.16 0.23 0 0.4
HSL 257.14º 0.15% 0.53% -
HSV(B) 257.14º 0.23% 0.6% -
XYZ 21.13 19.85 32.85 -
YUV 124.98 143.81 130.15 -
System Red Green Blue C M Y K H S L
Decimal 128 118 153 0.16 0.23 0 0.4 257.14 0.15 0.53
Hex 80 76 99 10 17 0 28 101 F 35
Octal 200 166 231 20 27 0 50 401 17 65
Binary 10000000 1110110 10011001 10000 10111 0 101000 100000001 1111 110101

Color Harmonies of #807699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #807699

Black with #807699

Text Example


Text Example

White with #807699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #807699; }

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

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

background-color css

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

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

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

border-color css

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

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

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