#8B7EAB

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

Shades of Deluge #8B7EAB

Tints of Deluge #8B7EAB

Color information

#8B7EAB (or 0x8B7EAB) is unknown color: approx Deluge. HEX triplet: 8B, 7E and AB. RGB value is (139,126,171). Sum of RGB (Red+Green+Blue) = 139+126+171=436 (57% of max value = 765). Red value is 139 (54.69% from 255 or 31.88% from 436); Green value is 126 (49.61% from 255 or 28.90% from 436); Blue value is 171 (67.19% from 255 or 39.22% from 436); Max value from RGB is 171 - color contains mainly: blue. Hex color #8B7EAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B7EAB is #748154. Grayscale: #868686. Windows color (decimal): -7635285 or 11239051. OLE color: 11239051.

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

Color convert

RGB139126171-
CMYK0.190.2600.33
HSL257.33º21.13%58.24%-
HSV(B)257.33º26.32%67.06%-
XYZ25.4623.3541.69-
YUV135.02148.31130.84-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 31.88%
GREEN value IS 126 (49.61% from 255) = 28.90%
BLUE value IS 171 (67.19% from 255) = 39.22%
R=31.88%
G=28.90%
B=39.22%

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
Decimal1391261710.190.2600.33257.3321.1358.24
Hex8B7EAB131A021101153a
Octal21317625323320414012572
Binary100010111111110101010111001111010010000110000000110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B7EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,126,171); }

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

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

 a { background-color: rgb(139,126,171); }

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

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

 span { border-color: rgb(139,126,171); }

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