#827F92

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

Shades of Deluge #827F92

Tints of Deluge #827F92

Color information

#827F92 (or 0x827F92) is unknown color: approx Deluge. HEX triplet: 82, 7F and 92. RGB value is (130,127,146). Sum of RGB (Red+Green+Blue) = 130+127+146=403 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.26% from 403); Green value is 127 (50% from 255 or 31.51% from 403); Blue value is 146 (57.42% from 255 or 36.23% from 403); Max value from RGB is 146 - color contains mainly: blue. Hex color #827F92 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #827F92 is #7D806D. Grayscale: #818181. Windows color (decimal): -8224878 or 9600898. OLE color: 9600898.

HSL color Cylindrical-coordinate representation of color #827F92: hue angle of 249.47º degrees, saturation: 0.08, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #827F92 is Cyan = 0.11, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB130127146-
CMYK0.110.1300.43
HSL249.47º8.02%53.53%-
HSV(B)249.47º13.01%57.25%-
XYZ21.982230.28-
YUV130.06136.99127.96-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 32.26%
GREEN value IS 127 (50% from 255) = 31.51%
BLUE value IS 146 (57.42% from 255) = 36.23%
R=32.26%
G=31.51%
B=36.23%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1301271460.110.1300.43249.478.0253.53
Hex827F92BD02Bf9836
Octal20217722213150533711066
Binary10000010111111110010010101111010101011111110011000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827F92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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