#8A857C

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

Shades of Schooner #8A857C

Tints of Schooner #8A857C

Color information

#8A857C (or 0x8A857C) is unknown color: approx Schooner. HEX triplet: 8A, 85 and 7C. RGB value is (138,133,124). Sum of RGB (Red+Green+Blue) = 138+133+124=395 (52% of max value = 765). Red value is 138 (54.30% from 255 or 34.94% from 395); Green value is 133 (52.34% from 255 or 33.67% from 395); Blue value is 124 (48.83% from 255 or 31.39% from 395); Max value from RGB is 138 - color contains mainly: red. Hex color #8A857C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A857C is #757A83. Grayscale: #858585. Windows color (decimal): -7699076 or 8160650. OLE color: 8160650.

HSL color Cylindrical-coordinate representation of color #8A857C: hue angle of 38.57º degrees, saturation: 0.06, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #8A857C is Cyan = 0, Magento = 0.04, Yellow = 0.10 and Black (K on CMYK) = 0.46.

Color convert

RGB138133124-
CMYK00.040.100.46
HSL38.57º5.65%51.37%-
HSV(B)38.57º10.14%54.12%-
XYZ22.5123.6322.44-
YUV133.47122.66131.23-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 34.94%
GREEN value IS 133 (52.34% from 255) = 33.67%
BLUE value IS 124 (48.83% from 255) = 31.39%
R=34.94%
G=33.67%
B=31.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.10
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13813312400.040.100.4638.575.6551.37
Hex8A857C04A2E27633
Octal21220517404125647663
Binary1000101010000101111110001001010101110100111110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A857C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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