Html Css Color HEX #807E96 Deluge

📋 copy color: '#807E96'

red 128 ◦ green 126 ◦ blue 150

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

Shades of Deluge #807E96

Tints of Deluge #807E96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 37.13%

R = 31.68%
G = 31.19%
B = 37.13%

CMYK

 C value IS 0.15

 M value IS 0.16

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#807E96 (or 0x807E96) is known color: Deluge. HEX triplet: 80, 7E and 96. RGB value is (128,126,150). Sum of RGB (Red+Green+Blue) = 128+126+150=404 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.68% from 404); Green value is 126 (49.61% from 255 or 31.19% from 404); Blue value is 150 (58.98% from 255 or 37.13% from 404); Max value from RGB is 150 - color contains mainly: blue. Hex color #807E96 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #807E96 is #7F8169. Grayscale: #818181. Windows color (decimal): -8356202 or 9862784. OLE color: 9862784.

HSL color Cylindrical-coordinate representation of color #807E96: hue angle of 245º degrees, saturation: 0.1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #807E96 is Cyan = 0.15, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 128 126 150 -
CMYK 0.15 0.16 0 0.41
HSL 245º 0.1% 0.54% -
HSV(B) 245º 0.16% 0.59% -
XYZ 21.87 21.71 31.89 -
YUV 129.33 139.66 127.05 -
System Red Green Blue C M Y K H S L
Decimal 128 126 150 0.15 0.16 0 0.41 245 0.1 0.54
Hex 80 7E 96 F 10 0 29 F5 A 36
Octal 200 176 226 17 20 0 51 365 12 66
Binary 10000000 1111110 10010110 1111 10000 0 101001 11110101 1010 110110

Color Harmonies of #807E96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #807E96

Black with #807E96

Text Example


Text Example

White with #807E96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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