#8B857C

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

Shades of Schooner #8B857C

Tints of Schooner #8B857C

Color information

#8B857C (or 0x8B857C) is unknown color: approx Schooner. HEX triplet: 8B, 85 and 7C. RGB value is (139,133,124). Sum of RGB (Red+Green+Blue) = 139+133+124=396 (52% of max value = 765). Red value is 139 (54.69% from 255 or 35.10% from 396); Green value is 133 (52.34% from 255 or 33.59% from 396); Blue value is 124 (48.83% from 255 or 31.31% from 396); Max value from RGB is 139 - color contains mainly: red. Hex color #8B857C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B857C is #747A83. Grayscale: #858585. Windows color (decimal): -7633540 or 8160651. OLE color: 8160651.

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

Color convert

RGB139133124-
CMYK00.040.110.45
HSL36º6.07%51.57%-
HSV(B)36º10.79%54.51%-
XYZ22.6723.7222.45-
YUV133.77122.49131.73-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 35.10%
GREEN value IS 133 (52.34% from 255) = 33.59%
BLUE value IS 124 (48.83% from 255) = 31.31%
R=35.10%
G=33.59%
B=31.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.11
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13913312400.040.110.45366.0751.57
Hex8B857C04B2D24634
Octal21320517404135544664
Binary1000101110000101111110001001011101101100100110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B857C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,133,124); }

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

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

 a { background-color: rgb(139,133,124); }

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

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

 span { border-color: rgb(139,133,124); }

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