Html Css Color HEX #807E90 Deluge

📋 copy color: '#807E90'

red 128 ◦ green 126 ◦ blue 144

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

Shades of Deluge #807E90

Tints of Deluge #807E90

RGB

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

 GREEN value IS 126 (49.61% from 255) = 31.66%

 BLUE value IS 144 (56.64% from 255) = 36.18%

R = 32.16%
G = 31.66%
B = 36.18%

CMYK

 C value IS 0.11

 M value IS 0.12

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#807E90 (or 0x807E90) is known color: Deluge. HEX triplet: 80, 7E and 90. RGB value is (128,126,144). Sum of RGB (Red+Green+Blue) = 128+126+144=398 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.16% from 398); Green value is 126 (49.61% from 255 or 31.66% from 398); Blue value is 144 (56.64% from 255 or 36.18% from 398); Max value from RGB is 144 - color contains mainly: blue. Hex color #807E90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #807E90 is #7F816F. Grayscale: #808080. Windows color (decimal): -8356208 or 9469568. OLE color: 9469568.

HSL color Cylindrical-coordinate representation of color #807E90: hue angle of 246.67º degrees, saturation: 0.08, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #807E90 is Cyan = 0.11, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 128 126 144 -
CMYK 0.11 0.12 0 0.44
HSL 246.67º 0.08% 0.53% -
HSV(B) 246.67º 0.13% 0.56% -
XYZ 21.4 21.52 29.41 -
YUV 128.65 136.66 127.54 -
System Red Green Blue C M Y K H S L
Decimal 128 126 144 0.11 0.12 0 0.44 246.67 0.08 0.53
Hex 80 7E 90 B C 0 2C F7 8 35
Octal 200 176 220 13 14 0 54 367 10 65
Binary 10000000 1111110 10010000 1011 1100 0 101100 11110111 1000 110101

Color Harmonies of #807E90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #807E90

Black with #807E90

Text Example


Text Example

White with #807E90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,126,144); }

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

background-color css

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

 a { background-color: rgb(128,126,144); }

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

border-color css

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

 span { border-color: rgb(128,126,144); }

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