#8B837D

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

Shades of Hurricane #8B837D

Tints of Hurricane #8B837D

Color information

#8B837D (or 0x8B837D) is unknown color: approx Hurricane. HEX triplet: 8B, 83 and 7D. RGB value is (139,131,125). Sum of RGB (Red+Green+Blue) = 139+131+125=395 (52% of max value = 765). Red value is 139 (54.69% from 255 or 35.19% from 395); Green value is 131 (51.56% from 255 or 33.16% from 395); Blue value is 125 (49.22% from 255 or 31.65% from 395); Max value from RGB is 139 - color contains mainly: red. Hex color #8B837D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B837D is #747C82. Grayscale: #848484. Windows color (decimal): -7634051 or 8225675. OLE color: 8225675.

HSL color Cylindrical-coordinate representation of color #8B837D: hue angle of 25.71º degrees, saturation: 0.06, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #8B837D is Cyan = 0, Magento = 0.06, Yellow = 0.10 and Black (K on CMYK) = 0.45.

Color convert

RGB139131125-
CMYK00.060.100.45
HSL25.71º5.69%51.76%-
HSV(B)25.71º10.07%54.51%-
XYZ22.4723.222.7-
YUV132.71123.65132.49-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 35.19%
GREEN value IS 131 (51.56% from 255) = 33.16%
BLUE value IS 125 (49.22% from 255) = 31.65%
R=35.19%
G=33.16%
B=31.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.10
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13913112500.060.100.4525.715.6951.76
Hex8B837D06A2D1a634
Octal21320317506125532664
Binary100010111000001111111010110101010110111010110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B837D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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