#827E92

Color #827E92 Deluge (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deluge #827E92

Tints of Deluge #827E92

Color information

#827E92 (or 0x827E92) is unknown color: approx Deluge. HEX triplet: 82, 7E and 92. RGB value is (130,126,146). Sum of RGB (Red+Green+Blue) = 130+126+146=402 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.34% from 402); Green value is 126 (49.61% from 255 or 31.34% from 402); Blue value is 146 (57.42% from 255 or 36.32% from 402); Max value from RGB is 146 - color contains mainly: blue. Hex color #827E92 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #827E92 is #7D816D. Grayscale: #818181. Windows color (decimal): -8225134 or 9600642. OLE color: 9600642.

HSL color Cylindrical-coordinate representation of color #827E92: hue angle of 252º degrees, saturation: 0.08, 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 #827E92 is Cyan = 0.11, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB130126146-
CMYK0.110.1400.43
HSL252º8.4%53.33%-
HSV(B)252º13.7%57.25%-
XYZ21.8621.7430.24-
YUV129.48137.33128.37-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 32.34%
GREEN value IS 126 (49.61% from 255) = 31.34%
BLUE value IS 146 (57.42% from 255) = 36.32%
R=32.34%
G=31.34%
B=36.32%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1301261460.110.1400.432528.453.33
Hex827E92BE02Bfc835
Octal20217622213160533741065
Binary10000010111111010010010101111100101011111111001000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827E92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #827E92; }

 p { color: rgb(130,126,146); }

 H1.HeaderClassName
 {
   color: #827E92;
 }
 .AnyTagClassName
 {
   color: #827E92;
 }
</style>
background-color css

<style>
 a { background-color: #827E92; }

 a { background-color: rgb(130,126,146); }

 div.DivClassName
 {
   background-color: #827E92;
 }
 .BgClassName
 {
   background-color: #827E92;
 }
</style>
border-color css

<style>
 span { border-color: #827E92; }

 span { border-color: rgb(130,126,146); }

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