#8276AE

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

Shades of Deluge #8276AE

Tints of Deluge #8276AE

Color information

#8276AE (or 0x8276AE) is unknown color: approx Deluge. HEX triplet: 82, 76 and AE. RGB value is (130,118,174). Sum of RGB (Red+Green+Blue) = 130+118+174=422 (55% of max value = 765). Red value is 130 (51.17% from 255 or 30.81% from 422); Green value is 118 (46.48% from 255 or 27.96% from 422); Blue value is 174 (68.36% from 255 or 41.23% from 422); Max value from RGB is 174 - color contains mainly: blue. Hex color #8276AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8276AE is #7D8951. Grayscale: #7F7F7F. Windows color (decimal): -8227154 or 11433602. OLE color: 11433602.

HSL color Cylindrical-coordinate representation of color #8276AE: hue angle of 252.86º degrees, saturation: 0.26, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8276AE is Cyan = 0.25, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB130118174-
CMYK0.250.3200.32
HSL252.86º25.69%57.25%-
HSV(B)252.86º32.18%68.24%-
XYZ23.3220.7642.82-
YUV127.97153.98129.45-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 30.81%
GREEN value IS 118 (46.48% from 255) = 27.96%
BLUE value IS 174 (68.36% from 255) = 41.23%
R=30.81%
G=27.96%
B=41.23%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1301181740.250.3200.32252.8625.6957.25
Hex8276AE1920020fd1a39
Octal20216625631400403753271
Binary100000101110110101011101100110000001000001111110111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8276AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8276AE; }

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

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

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

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

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

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

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

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