#8B7AAB

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

Shades of Deluge #8B7AAB

Tints of Deluge #8B7AAB

Color information

#8B7AAB (or 0x8B7AAB) is unknown color: approx Deluge. HEX triplet: 8B, 7A and AB. RGB value is (139,122,171). Sum of RGB (Red+Green+Blue) = 139+122+171=432 (57% of max value = 765). Red value is 139 (54.69% from 255 or 32.18% from 432); Green value is 122 (48.05% from 255 or 28.24% from 432); Blue value is 171 (67.19% from 255 or 39.58% from 432); Max value from RGB is 171 - color contains mainly: blue. Hex color #8B7AAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B7AAB is #748554. Grayscale: #848484. Windows color (decimal): -7636309 or 11238027. OLE color: 11238027.

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

Color convert

RGB139122171-
CMYK0.190.2900.33
HSL260.82º22.58%57.45%-
HSV(B)260.82º28.65%67.06%-
XYZ24.9622.3541.53-
YUV132.67149.63132.52-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 32.18%
GREEN value IS 122 (48.05% from 255) = 28.24%
BLUE value IS 171 (67.19% from 255) = 39.58%
R=32.18%
G=28.24%
B=39.58%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1391221710.190.2900.33260.8222.5857.45
Hex8B7AAB131D0211051739
Octal21317225323350414052771
Binary100010111111010101010111001111101010000110000010110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B7AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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