#827F94

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

Shades of Deluge #827F94

Tints of Deluge #827F94

Color information

#827F94 (or 0x827F94) is unknown color: approx Deluge. HEX triplet: 82, 7F and 94. RGB value is (130,127,148). Sum of RGB (Red+Green+Blue) = 130+127+148=405 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.10% from 405); Green value is 127 (50% from 255 or 31.36% from 405); Blue value is 148 (58.20% from 255 or 36.54% from 405); Max value from RGB is 148 - color contains mainly: blue. Hex color #827F94 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #827F94 is #7D806B. Grayscale: #828282. Windows color (decimal): -8224876 or 9731970. OLE color: 9731970.

HSL color Cylindrical-coordinate representation of color #827F94: hue angle of 248.57º degrees, saturation: 0.09, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #827F94 is Cyan = 0.12, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB130127148-
CMYK0.120.1400.42
HSL248.57º8.94%53.92%-
HSV(B)248.57º14.19%58.04%-
XYZ22.1422.0631.11-
YUV130.29137.99127.79-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 32.10%
GREEN value IS 127 (50% from 255) = 31.36%
BLUE value IS 148 (58.20% from 255) = 36.54%
R=32.10%
G=31.36%
B=36.54%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1301271480.120.1400.42248.578.9453.92
Hex827F94CE02Af9936
Octal20217722414160523711166
Binary10000010111111110010100110011100101010111110011001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827F94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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