#8B857D

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

Shades of Schooner #8B857D

Tints of Schooner #8B857D

Color information

#8B857D (or 0x8B857D) is unknown color: approx Schooner. HEX triplet: 8B, 85 and 7D. RGB value is (139,133,125). Sum of RGB (Red+Green+Blue) = 139+133+125=397 (52% of max value = 765). Red value is 139 (54.69% from 255 or 35.01% from 397); Green value is 133 (52.34% from 255 or 33.50% from 397); Blue value is 125 (49.22% from 255 or 31.49% from 397); Max value from RGB is 139 - color contains mainly: red. Hex color #8B857D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B857D is #747A82. Grayscale: #858585. Windows color (decimal): -7633539 or 8226187. OLE color: 8226187.

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

Color convert

RGB139133125-
CMYK00.040.100.45
HSL34.29º5.69%51.76%-
HSV(B)34.29º10.07%54.51%-
XYZ22.7423.7422.79-
YUV133.88122.99131.65-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 35.01%
GREEN value IS 133 (52.34% from 255) = 33.50%
BLUE value IS 125 (49.22% from 255) = 31.49%
R=35.01%
G=33.50%
B=31.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.10
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13913312500.040.100.4534.295.6951.76
Hex8B857D04A2D22634
Octal21320517504125542664
Binary1000101110000101111110101001010101101100010110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B857D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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