#8A857D

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

Shades of Schooner #8A857D

Tints of Schooner #8A857D

Color information

#8A857D (or 0x8A857D) is unknown color: approx Schooner. HEX triplet: 8A, 85 and 7D. RGB value is (138,133,125). Sum of RGB (Red+Green+Blue) = 138+133+125=396 (52% of max value = 765). Red value is 138 (54.30% from 255 or 34.85% from 396); Green value is 133 (52.34% from 255 or 33.59% from 396); Blue value is 125 (49.22% from 255 or 31.57% from 396); Max value from RGB is 138 - color contains mainly: red. Hex color #8A857D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A857D is #757A82. Grayscale: #858585. Windows color (decimal): -7699075 or 8226186. OLE color: 8226186.

HSL color Cylindrical-coordinate representation of color #8A857D: hue angle of 36.92º degrees, saturation: 0.05, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #8A857D is Cyan = 0, Magento = 0.04, Yellow = 0.09 and Black (K on CMYK) = 0.46.

Color convert

RGB138133125-
CMYK00.040.090.46
HSL36.92º5.26%51.57%-
HSV(B)36.92º9.42%54.12%-
XYZ22.5723.6622.78-
YUV133.58123.16131.15-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 34.85%
GREEN value IS 133 (52.34% from 255) = 33.59%
BLUE value IS 125 (49.22% from 255) = 31.57%
R=34.85%
G=33.59%
B=31.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.09
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13813312500.040.090.4636.925.2651.57
Hex8A857D0492E25534
Octal21220517504115645564
Binary1000101010000101111110101001001101110100101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A857D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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