#8F8983

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

Shades of Schooner #8F8983

Tints of Schooner #8F8983

Color information

#8F8983 (or 0x8F8983) is unknown color: approx Schooner. HEX triplet: 8F, 89 and 83. RGB value is (143,137,131). Sum of RGB (Red+Green+Blue) = 143+137+131=411 (54% of max value = 765). Red value is 143 (56.25% from 255 or 34.79% from 411); Green value is 137 (53.91% from 255 or 33.33% from 411); Blue value is 131 (51.56% from 255 or 31.87% from 411); Max value from RGB is 143 - color contains mainly: red. Hex color #8F8983 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F8983 is #70767C. Grayscale: #8A8A8A. Windows color (decimal): -7370365 or 8620431. OLE color: 8620431.

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

Color convert

RGB143137131-
CMYK00.040.080.44
HSL30º5.08%53.73%-
HSV(B)30º8.39%56.08%-
XYZ24.3725.3725.09-
YUV138.11123.99131.49-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 34.79%
GREEN value IS 137 (53.91% from 255) = 33.33%
BLUE value IS 131 (51.56% from 255) = 31.87%
R=34.79%
G=33.33%
B=31.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.08
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14313713100.040.080.44305.0853.73
Hex8F89830482C1e536
Octal21721120304105436566
Binary1000111110001001100000110100100010110011110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F8983

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,137,131); }

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

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

 a { background-color: rgb(143,137,131); }

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

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

 span { border-color: rgb(143,137,131); }

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