#8B8399

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

Shades of Deluge #8B8399

Tints of Deluge #8B8399

Color information

#8B8399 (or 0x8B8399) is unknown color: approx Deluge. HEX triplet: 8B, 83 and 99. RGB value is (139,131,153). Sum of RGB (Red+Green+Blue) = 139+131+153=423 (56% of max value = 765). Red value is 139 (54.69% from 255 or 32.86% from 423); Green value is 131 (51.56% from 255 or 30.97% from 423); Blue value is 153 (60.16% from 255 or 36.17% from 423); Max value from RGB is 153 - color contains mainly: blue. Hex color #8B8399 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B8399 is #747C66. Grayscale: #878787. Windows color (decimal): -7634023 or 10060683. OLE color: 10060683.

HSL color Cylindrical-coordinate representation of color #8B8399: hue angle of 261.82º degrees, saturation: 0.1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #8B8399 is Cyan = 0.09, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB139131153-
CMYK0.090.1400.4
HSL261.82º9.73%55.69%-
HSV(B)261.82º14.38%60%-
XYZ24.5124.0233.48-
YUV135.9137.65130.21-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 32.86%
GREEN value IS 131 (51.56% from 255) = 30.97%
BLUE value IS 153 (60.16% from 255) = 36.17%
R=32.86%
G=30.97%
B=36.17%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1391311530.090.1400.4261.829.7355.69
Hex8B83999E028106a38
Octal21320323111160504061270
Binary1000101110000011100110011001111001010001000001101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B8399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,131,153); }

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

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

 a { background-color: rgb(139,131,153); }

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

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

 span { border-color: rgb(139,131,153); }

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