#827899

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

Shades of Deluge #827899

Tints of Deluge #827899

Color information

#827899 (or 0x827899) is unknown color: approx Deluge. HEX triplet: 82, 78 and 99. RGB value is (130,120,153). Sum of RGB (Red+Green+Blue) = 130+120+153=403 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.26% from 403); Green value is 120 (47.27% from 255 or 29.78% from 403); Blue value is 153 (60.16% from 255 or 37.97% from 403); Max value from RGB is 153 - color contains mainly: blue. Hex color #827899 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #827899 is #7D8766. Grayscale: #7E7E7E. Windows color (decimal): -8226663 or 10057858. OLE color: 10057858.

HSL color Cylindrical-coordinate representation of color #827899: hue angle of 258.18º degrees, saturation: 0.14, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #827899 is Cyan = 0.15, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB130120153-
CMYK0.150.2200.4
HSL258.18º13.92%53.53%-
HSV(B)258.18º21.57%60%-
XYZ21.6720.4832.95-
YUV126.75142.81130.32-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 32.26%
GREEN value IS 120 (47.27% from 255) = 29.78%
BLUE value IS 153 (60.16% from 255) = 37.97%
R=32.26%
G=29.78%
B=37.97%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1301201530.150.2200.4258.1813.9253.53
Hex827899F16028102e36
Octal20217023117260504021666
Binary1000001011110001001100111111011001010001000000101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827899

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #827899; }

 p { color: rgb(130,120,153); }

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

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

 a { background-color: rgb(130,120,153); }

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

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

 span { border-color: rgb(130,120,153); }

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