Html Css Color HEX #807995 Deluge

📋 copy color: '#807995'

red 128 ◦ green 121 ◦ blue 149

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

Shades of Deluge #807995

Tints of Deluge #807995

RGB

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

 GREEN value IS 121 (47.66% from 255) = 30.4%

 BLUE value IS 149 (58.59% from 255) = 37.44%

R = 32.16%
G = 30.4%
B = 37.44%

CMYK

 C value IS 0.14

 M value IS 0.19

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#807995 (or 0x807995) is known color: Deluge. HEX triplet: 80, 79 and 95. RGB value is (128,121,149). Sum of RGB (Red+Green+Blue) = 128+121+149=398 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.16% from 398); Green value is 121 (47.66% from 255 or 30.40% from 398); Blue value is 149 (58.59% from 255 or 37.44% from 398); Max value from RGB is 149 - color contains mainly: blue. Hex color #807995 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #807995 is #7F866A. Grayscale: #7E7E7E. Windows color (decimal): -8357483 or 9795968. OLE color: 9795968.

HSL color Cylindrical-coordinate representation of color #807995: hue angle of 255º degrees, saturation: 0.12, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #807995 is Cyan = 0.14, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 128 121 149 -
CMYK 0.14 0.19 0 0.42
HSL 255º 0.12% 0.53% -
HSV(B) 255º 0.19% 0.58% -
XYZ 21.16 20.43 31.26 -
YUV 126.29 140.82 129.22 -
System Red Green Blue C M Y K H S L
Decimal 128 121 149 0.14 0.19 0 0.42 255 0.12 0.53
Hex 80 79 95 E 13 0 2A FF C 35
Octal 200 171 225 16 23 0 52 377 14 65
Binary 10000000 1111001 10010101 1110 10011 0 101010 11111111 1100 110101

Color Harmonies of #807995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #807995

Black with #807995

Text Example


Text Example

White with #807995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #807995; }

 p { color: rgb(128,121,149); }

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

background-color css

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

 a { background-color: rgb(128,121,149); }

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

border-color css

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

 span { border-color: rgb(128,121,149); }

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