Html Css Color HEX #807E9E Deluge

📋 copy color: '#807E9E'

red 128 ◦ green 126 ◦ blue 158

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

Shades of Deluge #807E9E

Tints of Deluge #807E9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 38.35%

R = 31.07%
G = 30.58%
B = 38.35%

CMYK

 C value IS 0.19

 M value IS 0.20

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#807E9E (or 0x807E9E) is known color: Deluge. HEX triplet: 80, 7E and 9E. RGB value is (128,126,158). Sum of RGB (Red+Green+Blue) = 128+126+158=412 (54% of max value = 765). Red value is 128 (50.39% from 255 or 31.07% from 412); Green value is 126 (49.61% from 255 or 30.58% from 412); Blue value is 158 (62.11% from 255 or 38.35% from 412); Max value from RGB is 158 - color contains mainly: blue. Hex color #807E9E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #807E9E is #7F8161. Grayscale: #828282. Windows color (decimal): -8356194 or 10387072. OLE color: 10387072.

HSL color Cylindrical-coordinate representation of color #807E9E: hue angle of 243.75º degrees, saturation: 0.14, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #807E9E is Cyan = 0.19, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 128 126 158 -
CMYK 0.19 0.20 0 0.38
HSL 243.75º 0.14% 0.56% -
HSV(B) 243.75º 0.2% 0.62% -
XYZ 22.53 21.98 35.4 -
YUV 130.25 143.66 126.4 -
System Red Green Blue C M Y K H S L
Decimal 128 126 158 0.19 0.20 0 0.38 243.75 0.14 0.56
Hex 80 7E 9E 13 14 0 26 F4 E 38
Octal 200 176 236 23 24 0 46 364 16 70
Binary 10000000 1111110 10011110 10011 10100 0 100110 11110100 1110 111000

Color Harmonies of #807E9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #807E9E

Black with #807E9E

Text Example


Text Example

White with #807E9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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