#8C857E

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

Shades of Schooner #8C857E

Tints of Schooner #8C857E

Color information

#8C857E (or 0x8C857E) is unknown color: approx Schooner. HEX triplet: 8C, 85 and 7E. RGB value is (140,133,126). Sum of RGB (Red+Green+Blue) = 140+133+126=399 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35.09% from 399); Green value is 133 (52.34% from 255 or 33.33% from 399); Blue value is 126 (49.61% from 255 or 31.58% from 399); Max value from RGB is 140 - color contains mainly: red. Hex color #8C857E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C857E is #737A81. Grayscale: #868686. Windows color (decimal): -7568002 or 8291724. OLE color: 8291724.

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

Color convert

RGB140133126-
CMYK00.050.100.45
HSL30º5.74%52.16%-
HSV(B)30º10%54.9%-
XYZ22.9723.8623.13-
YUV134.29123.32132.07-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 35.09%
GREEN value IS 133 (52.34% from 255) = 33.33%
BLUE value IS 126 (49.61% from 255) = 31.58%
R=35.09%
G=33.33%
B=31.58%

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
Decimal14013312600.050.100.45305.7452.16
Hex8C857E05A2D1e634
Octal21420517605125536664
Binary100011001000010111111100101101010110111110110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C857E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,133,126); }

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

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

 a { background-color: rgb(140,133,126); }

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

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

 span { border-color: rgb(140,133,126); }

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