#8A8988

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

Shades of Schooner #8A8988

Tints of Schooner #8A8988

Color information

#8A8988 (or 0x8A8988) is unknown color: approx Schooner. HEX triplet: 8A, 89 and 88. RGB value is (138,137,136). Sum of RGB (Red+Green+Blue) = 138+137+136=411 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.58% from 411); Green value is 137 (53.91% from 255 or 33.33% from 411); Blue value is 136 (53.52% from 255 or 33.09% from 411); Max value from RGB is 138 - color contains mainly: red. Hex color #8A8988 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8A8988 is #757677. Grayscale: #898989. Windows color (decimal): -7698040 or 8948106. OLE color: 8948106.

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

Color convert

RGB138137136-
CMYK00.010.010.46
HSL30º0.85%53.73%-
HSV(B)30º1.45%54.12%-
XYZ23.8725.0726.87-
YUV137.18127.33128.58-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 33.58%
GREEN value IS 137 (53.91% from 255) = 33.33%
BLUE value IS 136 (53.52% from 255) = 33.09%
R=33.58%
G=33.33%
B=33.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.01
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13813713600.010.010.46300.8553.73
Hex8A89880112E1e136
Octal2122112100115636166
Binary100010101000100110001000011101110111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A8988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,137,136); }

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

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

 a { background-color: rgb(138,137,136); }

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

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

 span { border-color: rgb(138,137,136); }

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