#82749D

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

Shades of Deluge #82749D

Tints of Deluge #82749D

Color information

#82749D (or 0x82749D) is unknown color: approx Deluge. HEX triplet: 82, 74 and 9D. RGB value is (130,116,157). Sum of RGB (Red+Green+Blue) = 130+116+157=403 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.26% from 403); Green value is 116 (45.70% from 255 or 28.78% from 403); Blue value is 157 (61.72% from 255 or 38.96% from 403); Max value from RGB is 157 - color contains mainly: blue. Hex color #82749D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #82749D is #7D8B62. Grayscale: #7C7C7C. Windows color (decimal): -8227683 or 10318978. OLE color: 10318978.

HSL color Cylindrical-coordinate representation of color #82749D: hue angle of 260.49º degrees, saturation: 0.17, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #82749D is Cyan = 0.17, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB130116157-
CMYK0.170.2600.38
HSL260.49º17.3%53.53%-
HSV(B)260.49º26.11%61.57%-
XYZ21.5419.6734.56-
YUV124.86146.14131.67-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 32.26%
GREEN value IS 116 (45.70% from 255) = 28.78%
BLUE value IS 157 (61.72% from 255) = 38.96%
R=32.26%
G=28.78%
B=38.96%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1301161570.170.2600.38260.4917.353.53
Hex82749D111A0261041136
Octal20216423521320464042166
Binary100000101110100100111011000111010010011010000010010001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82749D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82749D; }

 p { color: rgb(130,116,157); }

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

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

 a { background-color: rgb(130,116,157); }

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

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

 span { border-color: rgb(130,116,157); }

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