#8B7AAE

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

Shades of Deluge #8B7AAE

Tints of Deluge #8B7AAE

Color information

#8B7AAE (or 0x8B7AAE) is unknown color: approx Deluge. HEX triplet: 8B, 7A and AE. RGB value is (139,122,174). Sum of RGB (Red+Green+Blue) = 139+122+174=435 (57% of max value = 765). Red value is 139 (54.69% from 255 or 31.95% from 435); Green value is 122 (48.05% from 255 or 28.05% from 435); Blue value is 174 (68.36% from 255 or 40% from 435); Max value from RGB is 174 - color contains mainly: blue. Hex color #8B7AAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B7AAE is #748551. Grayscale: #848484. Windows color (decimal): -7636306 or 11434635. OLE color: 11434635.

HSL color Cylindrical-coordinate representation of color #8B7AAE: hue angle of 259.62º degrees, saturation: 0.24, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8B7AAE is Cyan = 0.20, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB139122174-
CMYK0.200.3000.32
HSL259.62º24.3%58.04%-
HSV(B)259.62º29.89%68.24%-
XYZ25.2522.4643.05-
YUV133.01151.13132.27-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 31.95%
GREEN value IS 122 (48.05% from 255) = 28.05%
BLUE value IS 174 (68.36% from 255) = 40%
R=31.95%
G=28.05%
B=40%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1391221740.200.3000.32259.6224.358.04
Hex8B7AAE141E020104183a
Octal21317225624360404043072
Binary100010111111010101011101010011110010000010000010011000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B7AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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