#8B7DAA

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

Shades of Deluge #8B7DAA

Tints of Deluge #8B7DAA

Color information

#8B7DAA (or 0x8B7DAA) is unknown color: approx Deluge. HEX triplet: 8B, 7D and AA. RGB value is (139,125,170). Sum of RGB (Red+Green+Blue) = 139+125+170=434 (57% of max value = 765). Red value is 139 (54.69% from 255 or 32.03% from 434); Green value is 125 (49.22% from 255 or 28.80% from 434); Blue value is 170 (66.80% from 255 or 39.17% from 434); Max value from RGB is 170 - color contains mainly: blue. Hex color #8B7DAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B7DAA is #748255. Grayscale: #868686. Windows color (decimal): -7635542 or 11173259. OLE color: 11173259.

HSL color Cylindrical-coordinate representation of color #8B7DAA: hue angle of 258.67º 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 #8B7DAA is Cyan = 0.18, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB139125170-
CMYK0.180.2600.33
HSL258.67º20.93%57.84%-
HSV(B)258.67º26.47%66.67%-
XYZ25.2423.0641.15-
YUV134.32148.14131.34-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 32.03%
GREEN value IS 125 (49.22% from 255) = 28.80%
BLUE value IS 170 (66.80% from 255) = 39.17%
R=32.03%
G=28.80%
B=39.17%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1391251700.180.2600.33258.6720.9357.84
Hex8B7DAA121A021103153a
Octal21317525222320414032572
Binary100010111111101101010101001011010010000110000001110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B7DAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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