#8B7DAD

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

Shades of Deluge #8B7DAD

Tints of Deluge #8B7DAD

Color information

#8B7DAD (or 0x8B7DAD) is unknown color: approx Deluge. HEX triplet: 8B, 7D and AD. RGB value is (139,125,173). Sum of RGB (Red+Green+Blue) = 139+125+173=437 (57% of max value = 765). Red value is 139 (54.69% from 255 or 31.81% from 437); Green value is 125 (49.22% from 255 or 28.60% from 437); Blue value is 173 (67.97% from 255 or 39.59% from 437); Max value from RGB is 173 - color contains mainly: blue. Hex color #8B7DAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B7DAD is #748252. Grayscale: #868686. Windows color (decimal): -7635539 or 11369867. OLE color: 11369867.

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

Color convert

RGB139125173-
CMYK0.200.2800.32
HSL257.5º22.64%58.43%-
HSV(B)257.5º27.75%67.84%-
XYZ25.5223.1742.66-
YUV134.66149.64131.1-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 31.81%
GREEN value IS 125 (49.22% from 255) = 28.60%
BLUE value IS 173 (67.97% from 255) = 39.59%
R=31.81%
G=28.60%
B=39.59%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1391251730.200.2800.32257.522.6458.43
Hex8B7DAD141C020102173a
Octal21317525524340404022772
Binary100010111111101101011011010011100010000010000001010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B7DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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