Html Css Color HEX #807C91 Deluge

📋 copy color: '#807C91'

red 128 ◦ green 124 ◦ blue 145

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

Shades of Deluge #807C91

Tints of Deluge #807C91

RGB

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

 GREEN value IS 124 (48.83% from 255) = 31.23%

 BLUE value IS 145 (57.03% from 255) = 36.52%

R = 32.24%
G = 31.23%
B = 36.52%

CMYK

 C value IS 0.12

 M value IS 0.14

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#807C91 (or 0x807C91) is known color: Deluge. HEX triplet: 80, 7C and 91. RGB value is (128,124,145). Sum of RGB (Red+Green+Blue) = 128+124+145=397 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.24% from 397); Green value is 124 (48.83% from 255 or 31.23% from 397); Blue value is 145 (57.03% from 255 or 36.52% from 397); Max value from RGB is 145 - color contains mainly: blue. Hex color #807C91 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #807C91 is #7F836E. Grayscale: #7F7F7F. Windows color (decimal): -8356719 or 9534592. OLE color: 9534592.

HSL color Cylindrical-coordinate representation of color #807C91: hue angle of 251.43º degrees, saturation: 0.09, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #807C91 is Cyan = 0.12, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 128 124 145 -
CMYK 0.12 0.14 0 0.43
HSL 251.43º 0.09% 0.53% -
HSV(B) 251.43º 0.14% 0.57% -
XYZ 21.22 21.05 29.73 -
YUV 127.59 137.83 128.29 -
System Red Green Blue C M Y K H S L
Decimal 128 124 145 0.12 0.14 0 0.43 251.43 0.09 0.53
Hex 80 7C 91 C E 0 2B FB 9 35
Octal 200 174 221 14 16 0 53 373 11 65
Binary 10000000 1111100 10010001 1100 1110 0 101011 11111011 1001 110101

Color Harmonies of #807C91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #807C91

Black with #807C91

Text Example


Text Example

White with #807C91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #807C91; }

 p { color: rgb(128,124,145); }

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

background-color css

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

 a { background-color: rgb(128,124,145); }

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

border-color css

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

 span { border-color: rgb(128,124,145); }

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