#8A7DAA

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

Shades of Deluge #8A7DAA

Tints of Deluge #8A7DAA

Color information

#8A7DAA (or 0x8A7DAA) is unknown color: approx Deluge. HEX triplet: 8A, 7D and AA. RGB value is (138,125,170). Sum of RGB (Red+Green+Blue) = 138+125+170=433 (57% of max value = 765). Red value is 138 (54.30% from 255 or 31.87% from 433); Green value is 125 (49.22% from 255 or 28.87% from 433); Blue value is 170 (66.80% from 255 or 39.26% from 433); Max value from RGB is 170 - color contains mainly: blue. Hex color #8A7DAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A7DAA is #758255. Grayscale: #858585. Windows color (decimal): -7701078 or 11173258. OLE color: 11173258.

HSL color Cylindrical-coordinate representation of color #8A7DAA: hue angle of 257.33º degrees, saturation: 0.21, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8A7DAA is Cyan = 0.19, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB138125170-
CMYK0.190.2600.33
HSL257.33º20.93%57.84%-
HSV(B)257.33º26.47%66.67%-
XYZ25.0722.9741.14-
YUV134.02148.31130.84-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 31.87%
GREEN value IS 125 (49.22% from 255) = 28.87%
BLUE value IS 170 (66.80% from 255) = 39.26%
R=31.87%
G=28.87%
B=39.26%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1381251700.190.2600.33257.3320.9357.84
Hex8A7DAA131A021101153a
Octal21217525223320414012572
Binary100010101111101101010101001111010010000110000000110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A7DAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,125,170); }

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

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

 a { background-color: rgb(138,125,170); }

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

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

 span { border-color: rgb(138,125,170); }

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