Html Css Color HEX #807C92 Deluge

📋 copy color: '#807C92'

red 128 ◦ green 124 ◦ blue 146

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

Shades of Deluge #807C92

Tints of Deluge #807C92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 36.68%

R = 32.16%
G = 31.16%
B = 36.68%

CMYK

 C value IS 0.12

 M value IS 0.15

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#807C92 (or 0x807C92) is known color: Deluge. HEX triplet: 80, 7C and 92. RGB value is (128,124,146). Sum of RGB (Red+Green+Blue) = 128+124+146=398 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.16% from 398); Green value is 124 (48.83% from 255 or 31.16% from 398); Blue value is 146 (57.42% from 255 or 36.68% from 398); Max value from RGB is 146 - color contains mainly: blue. Hex color #807C92 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #807C92 is #7F836D. Grayscale: #7F7F7F. Windows color (decimal): -8356718 or 9600128. OLE color: 9600128.

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

Color convert

RGB 128 124 146 -
CMYK 0.12 0.15 0 0.43
HSL 250.91º 0.09% 0.53% -
HSV(B) 250.91º 0.15% 0.57% -
XYZ 21.3 21.08 30.14 -
YUV 127.7 138.33 128.21 -
System Red Green Blue C M Y K H S L
Decimal 128 124 146 0.12 0.15 0 0.43 250.91 0.09 0.53
Hex 80 7C 92 C F 0 2B FB 9 35
Octal 200 174 222 14 17 0 53 373 11 65
Binary 10000000 1111100 10010010 1100 1111 0 101011 11111011 1001 110101

Color Harmonies of #807C92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #807C92

Black with #807C92

Text Example


Text Example

White with #807C92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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