#8B837E

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

Shades of Hurricane #8B837E

Tints of Hurricane #8B837E

Color information

#8B837E (or 0x8B837E) is unknown color: approx Hurricane. HEX triplet: 8B, 83 and 7E. RGB value is (139,131,126). Sum of RGB (Red+Green+Blue) = 139+131+126=396 (52% of max value = 765). Red value is 139 (54.69% from 255 or 35.10% from 396); Green value is 131 (51.56% from 255 or 33.08% from 396); Blue value is 126 (49.61% from 255 or 31.82% from 396); Max value from RGB is 139 - color contains mainly: red. Hex color #8B837E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B837E is #747C81. Grayscale: #848484. Windows color (decimal): -7634050 or 8291211. OLE color: 8291211.

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

Color convert

RGB139131126-
CMYK00.060.090.45
HSL23.08º5.31%51.96%-
HSV(B)23.08º9.35%54.51%-
XYZ22.5323.2323.03-
YUV132.82124.15132.41-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 35.10%
GREEN value IS 131 (51.56% from 255) = 33.08%
BLUE value IS 126 (49.61% from 255) = 31.82%
R=35.10%
G=33.08%
B=31.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.09
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13913112600.060.090.4523.085.3151.96
Hex8B837E0692D17534
Octal21320317606115527564
Binary100010111000001111111100110100110110110111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B837E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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