Html Css Color HEX #807899 Deluge

📋 copy color: '#807899'

red 128 ◦ green 120 ◦ blue 153

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

Shades of Deluge #807899

Tints of Deluge #807899

RGB

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

 GREEN value IS 120 (47.27% from 255) = 29.93%

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

R = 31.92%
G = 29.93%
B = 38.15%

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

#807899 (or 0x807899) is known color: Deluge. HEX triplet: 80, 78 and 99. RGB value is (128,120,153). Sum of RGB (Red+Green+Blue) = 128+120+153=401 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.92% from 401); Green value is 120 (47.27% from 255 or 29.93% from 401); Blue value is 153 (60.16% from 255 or 38.15% from 401); Max value from RGB is 153 - color contains mainly: blue. Hex color #807899 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #807899 is #7F8766. Grayscale: #7E7E7E. Windows color (decimal): -8357735 or 10057856. OLE color: 10057856.

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

Color convert

RGB 128 120 153 -
CMYK 0.16 0.22 0 0.4
HSL 254.55º 0.14% 0.54% -
HSV(B) 254.55º 0.22% 0.6% -
XYZ 21.37 20.32 32.93 -
YUV 126.15 143.15 129.32 -
System Red Green Blue C M Y K H S L
Decimal 128 120 153 0.16 0.22 0 0.4 254.55 0.14 0.54
Hex 80 78 99 10 16 0 28 FF E 36
Octal 200 170 231 20 26 0 50 377 16 66
Binary 10000000 1111000 10011001 10000 10110 0 101000 11111111 1110 110110

Color Harmonies of #807899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #807899

Black with #807899

Text Example


Text Example

White with #807899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #807899; }

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

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

background-color css

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

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

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

border-color css

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

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

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