Html Css Color HEX #807099 Deluge

📋 copy color: '#807099'

red 128 ◦ green 112 ◦ blue 153

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

Shades of Deluge #807099

Tints of Deluge #807099

RGB

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

 GREEN value IS 112 (44.14% from 255) = 28.5%

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

R = 32.57%
G = 28.5%
B = 38.93%

CMYK

 C value IS 0.16

 M value IS 0.27

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#807099 (or 0x807099) is known color: Deluge. HEX triplet: 80, 70 and 99. RGB value is (128,112,153). Sum of RGB (Red+Green+Blue) = 128+112+153=393 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.57% from 393); Green value is 112 (44.14% from 255 or 28.50% from 393); Blue value is 153 (60.16% from 255 or 38.93% from 393); Max value from RGB is 153 - color contains mainly: blue. Hex color #807099 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #807099 is #7F8F66. Grayscale: #797979. Windows color (decimal): -8359783 or 10055808. OLE color: 10055808.

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

Color convert

RGB 128 112 153 -
CMYK 0.16 0.27 0 0.4
HSL 263.41º 0.17% 0.52% -
HSV(B) 263.41º 0.27% 0.6% -
XYZ 20.45 18.48 32.63 -
YUV 121.46 145.8 132.67 -
System Red Green Blue C M Y K H S L
Decimal 128 112 153 0.16 0.27 0 0.4 263.41 0.17 0.52
Hex 80 70 99 10 1B 0 28 107 11 34
Octal 200 160 231 20 33 0 50 407 21 64
Binary 10000000 1110000 10011001 10000 11011 0 101000 100000111 10001 110100

Color Harmonies of #807099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #807099

Black with #807099

Text Example


Text Example

White with #807099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #807099; }

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

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

background-color css

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

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

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

border-color css

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

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

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