#8B7FAE

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

Shades of Deluge #8B7FAE

Tints of Deluge #8B7FAE

Color information

#8B7FAE (or 0x8B7FAE) is unknown color: approx Deluge. HEX triplet: 8B, 7F and AE. RGB value is (139,127,174). Sum of RGB (Red+Green+Blue) = 139+127+174=440 (58% of max value = 765). Red value is 139 (54.69% from 255 or 31.59% from 440); Green value is 127 (50% from 255 or 28.86% from 440); Blue value is 174 (68.36% from 255 or 39.55% from 440); Max value from RGB is 174 - color contains mainly: blue. Hex color #8B7FAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B7FAE is #748051. Grayscale: #878787. Windows color (decimal): -7635026 or 11435915. OLE color: 11435915.

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

Color convert

RGB139127174-
CMYK0.200.2700.32
HSL255.32º22.49%59.02%-
HSV(B)255.32º27.01%68.24%-
XYZ25.8823.7243.26-
YUV135.95149.48130.18-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 31.59%
GREEN value IS 127 (50% from 255) = 28.86%
BLUE value IS 174 (68.36% from 255) = 39.55%
R=31.59%
G=28.86%
B=39.55%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1391271740.200.2700.32255.3222.4959.02
Hex8B7FAE141B020ff163b
Octal21317725624330403772673
Binary10001011111111110101110101001101101000001111111110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B7FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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