#8A837D

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

Shades of Schooner #8A837D

Tints of Schooner #8A837D

Color information

#8A837D (or 0x8A837D) is unknown color: approx Schooner. HEX triplet: 8A, 83 and 7D. RGB value is (138,131,125). Sum of RGB (Red+Green+Blue) = 138+131+125=394 (52% of max value = 765). Red value is 138 (54.30% from 255 or 35.03% from 394); Green value is 131 (51.56% from 255 or 33.25% from 394); Blue value is 125 (49.22% from 255 or 31.73% from 394); Max value from RGB is 138 - color contains mainly: red. Hex color #8A837D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A837D is #757C82. Grayscale: #848484. Windows color (decimal): -7699587 or 8225674. OLE color: 8225674.

HSL color Cylindrical-coordinate representation of color #8A837D: hue angle of 27.69º 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 #8A837D is Cyan = 0, Magento = 0.05, Yellow = 0.09 and Black (K on CMYK) = 0.46.

Color convert

RGB138131125-
CMYK00.050.090.46
HSL27.69º5.26%51.57%-
HSV(B)27.69º9.42%54.12%-
XYZ22.323.1222.69-
YUV132.41123.82131.99-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 35.03%
GREEN value IS 131 (51.56% from 255) = 33.25%
BLUE value IS 125 (49.22% from 255) = 31.73%
R=35.03%
G=33.25%
B=31.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.09
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13813112500.050.090.4627.695.2651.57
Hex8A837D0592E1c534
Octal21220317505115634564
Binary100010101000001111111010101100110111011100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A837D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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