#8B809F

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

Shades of Deluge #8B809F

Tints of Deluge #8B809F

Color information

#8B809F (or 0x8B809F) is unknown color: approx Deluge. HEX triplet: 8B, 80 and 9F. RGB value is (139,128,159). Sum of RGB (Red+Green+Blue) = 139+128+159=426 (56% of max value = 765). Red value is 139 (54.69% from 255 or 32.63% from 426); Green value is 128 (50.39% from 255 or 30.05% from 426); Blue value is 159 (62.5% from 255 or 37.32% from 426); Max value from RGB is 159 - color contains mainly: blue. Hex color #8B809F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B809F is #747F60. Grayscale: #868686. Windows color (decimal): -7634785 or 10453131. OLE color: 10453131.

HSL color Cylindrical-coordinate representation of color #8B809F: hue angle of 261.29º degrees, saturation: 0.14, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #8B809F is Cyan = 0.13, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB139128159-
CMYK0.130.1900.38
HSL261.29º13.9%56.27%-
HSV(B)261.29º19.5%62.35%-
XYZ24.6223.4336.03-
YUV134.82141.64130.98-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 32.63%
GREEN value IS 128 (50.39% from 255) = 30.05%
BLUE value IS 159 (62.5% from 255) = 37.32%
R=32.63%
G=30.05%
B=37.32%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1391281590.130.1900.38261.2913.956.27
Hex8B809FD13026105e38
Octal21320023715230464051670
Binary10001011100000001001111111011001101001101000001011110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B809F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,128,159); }

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

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

 a { background-color: rgb(139,128,159); }

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

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

 span { border-color: rgb(139,128,159); }

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