#82749A

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

Shades of Deluge #82749A

Tints of Deluge #82749A

Color information

#82749A (or 0x82749A) is unknown color: approx Deluge. HEX triplet: 82, 74 and 9A. RGB value is (130,116,154). Sum of RGB (Red+Green+Blue) = 130+116+154=400 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.5% from 400); Green value is 116 (45.70% from 255 or 29% from 400); Blue value is 154 (60.55% from 255 or 38.5% from 400); Max value from RGB is 154 - color contains mainly: blue. Hex color #82749A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #82749A is #7D8B65. Grayscale: #7C7C7C. Windows color (decimal): -8227686 or 10122370. OLE color: 10122370.

HSL color Cylindrical-coordinate representation of color #82749A: hue angle of 262.11º degrees, saturation: 0.16, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #82749A is Cyan = 0.16, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB130116154-
CMYK0.160.2500.40
HSL262.11º15.83%52.94%-
HSV(B)262.11º24.68%60.39%-
XYZ21.2819.5733.23-
YUV124.52144.64131.91-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 32.5%
GREEN value IS 116 (45.70% from 255) = 29%
BLUE value IS 154 (60.55% from 255) = 38.5%
R=32.5%
G=29%
B=38.5%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1301161540.160.2500.40262.1115.8352.94
Hex82749A10190281061035
Octal20216423220310504062065
Binary100000101110100100110101000011001010100010000011010000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82749A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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