#8A76AE

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

Shades of Deluge #8A76AE

Tints of Deluge #8A76AE

Color information

#8A76AE (or 0x8A76AE) is unknown color: approx Deluge. HEX triplet: 8A, 76 and AE. RGB value is (138,118,174). Sum of RGB (Red+Green+Blue) = 138+118+174=430 (56% of max value = 765). Red value is 138 (54.30% from 255 or 32.09% from 430); Green value is 118 (46.48% from 255 or 27.44% from 430); Blue value is 174 (68.36% from 255 or 40.47% from 430); Max value from RGB is 174 - color contains mainly: blue. Hex color #8A76AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A76AE is #758951. Grayscale: #828282. Windows color (decimal): -7702866 or 11433610. OLE color: 11433610.

HSL color Cylindrical-coordinate representation of color #8A76AE: hue angle of 261.43º 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 #8A76AE is Cyan = 0.21, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB138118174-
CMYK0.210.3200.32
HSL261.43º25.69%57.25%-
HSV(B)261.43º32.18%68.24%-
XYZ24.621.4242.88-
YUV130.36152.63133.45-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 32.09%
GREEN value IS 118 (46.48% from 255) = 27.44%
BLUE value IS 174 (68.36% from 255) = 40.47%
R=32.09%
G=27.44%
B=40.47%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1381181740.210.3200.32261.4325.6957.25
Hex8A76AE15200201051a39
Octal21216625625400404053271
Binary1000101011101101010111010101100000010000010000010111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A76AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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