#8D82AE

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

Shades of Deluge #8D82AE

Tints of Deluge #8D82AE

Color information

#8D82AE (or 0x8D82AE) is unknown color: approx Deluge. HEX triplet: 8D, 82 and AE. RGB value is (141,130,174). Sum of RGB (Red+Green+Blue) = 141+130+174=445 (58% of max value = 765). Red value is 141 (55.47% from 255 or 31.69% from 445); Green value is 130 (51.17% from 255 or 29.21% from 445); Blue value is 174 (68.36% from 255 or 39.10% from 445); Max value from RGB is 174 - color contains mainly: blue. Hex color #8D82AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D82AE is #727D51. Grayscale: #8A8A8A. Windows color (decimal): -7503186 or 11436685. OLE color: 11436685.

HSL color Cylindrical-coordinate representation of color #8D82AE: hue angle of 255º degrees, saturation: 0.21, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8D82AE is Cyan = 0.19, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB141130174-
CMYK0.190.2500.32
HSL255º21.36%59.61%-
HSV(B)255º25.29%68.24%-
XYZ26.6124.6843.41-
YUV138.3148.14129.92-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 31.69%
GREEN value IS 130 (51.17% from 255) = 29.21%
BLUE value IS 174 (68.36% from 255) = 39.10%
R=31.69%
G=29.21%
B=39.10%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1411301740.190.2500.3225521.3659.61
Hex8D82AE1319020ff153c
Octal21520225623310403772574
Binary100011011000001010101110100111100101000001111111110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D82AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8D82AE; }

 p { color: rgb(141,130,174); }

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

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

 a { background-color: rgb(141,130,174); }

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

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

 span { border-color: rgb(141,130,174); }

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