#8B847D

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

Shades of Schooner #8B847D

Tints of Schooner #8B847D

Color information

#8B847D (or 0x8B847D) is unknown color: approx Schooner. HEX triplet: 8B, 84 and 7D. RGB value is (139,132,125). Sum of RGB (Red+Green+Blue) = 139+132+125=396 (52% of max value = 765). Red value is 139 (54.69% from 255 or 35.10% from 396); Green value is 132 (51.95% from 255 or 33.33% from 396); Blue value is 125 (49.22% from 255 or 31.57% from 396); Max value from RGB is 139 - color contains mainly: red. Hex color #8B847D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B847D is #747B82. Grayscale: #858585. Windows color (decimal): -7633795 or 8225931. OLE color: 8225931.

HSL color Cylindrical-coordinate representation of color #8B847D: hue angle of 30º 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 #8B847D is Cyan = 0, Magento = 0.05, Yellow = 0.10 and Black (K on CMYK) = 0.45.

Color convert

RGB139132125-
CMYK00.050.100.45
HSL30º5.69%51.76%-
HSV(B)30º10.07%54.51%-
XYZ22.623.4722.74-
YUV133.29123.32132.07-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 35.10%
GREEN value IS 132 (51.95% from 255) = 33.33%
BLUE value IS 125 (49.22% from 255) = 31.57%
R=35.10%
G=33.33%
B=31.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.10
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13913212500.050.100.45305.6951.76
Hex8B847D05A2D1e634
Octal21320417505125536664
Binary100010111000010011111010101101010110111110110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B847D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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