#8B7CAE

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

Shades of Deluge #8B7CAE

Tints of Deluge #8B7CAE

Color information

#8B7CAE (or 0x8B7CAE) is unknown color: approx Deluge. HEX triplet: 8B, 7C and AE. RGB value is (139,124,174). Sum of RGB (Red+Green+Blue) = 139+124+174=437 (57% of max value = 765). Red value is 139 (54.69% from 255 or 31.81% from 437); Green value is 124 (48.83% from 255 or 28.38% from 437); Blue value is 174 (68.36% from 255 or 39.82% from 437); Max value from RGB is 174 - color contains mainly: blue. Hex color #8B7CAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B7CAE is #748351. Grayscale: #868686. Windows color (decimal): -7635794 or 11435147. OLE color: 11435147.

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

Color convert

RGB139124174-
CMYK0.200.2900.32
HSL258º23.58%58.43%-
HSV(B)258º28.74%68.24%-
XYZ25.522.9643.13-
YUV134.18150.47131.43-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 31.81%
GREEN value IS 124 (48.83% from 255) = 28.38%
BLUE value IS 174 (68.36% from 255) = 39.82%
R=31.81%
G=28.38%
B=39.82%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1391241740.200.2900.3225823.5858.43
Hex8B7CAE141D020102183a
Octal21317425624350404023072
Binary100010111111100101011101010011101010000010000001011000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B7CAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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