Html Css Color HEX #8A8988 Schooner

📋 copy color: '#8A8988'

red 138 ◦ green 137 ◦ blue 136

#8A8988
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Schooner #8A8988

Tints of Schooner #8A8988

RGB

 RED value IS 138 (54.3% 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 value IS 0

 M value IS 0.01

 Y value IS 0.01

 K value IS 0.46

RGB Variations

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

Color information

#8A8988 (or 0x8A8988) is known color: 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

RGB 138 137 136 -
CMYK 0 0.01 0.01 0.46
HSL 30º 0.01% 0.54% -
HSV(B) 30º 0.01% 0.54% -
XYZ 23.87 25.07 26.87 -
YUV 137.19 127.33 128.58 -
System Red Green Blue C M Y K H S L
Decimal 138 137 136 0 0.01 0.01 0.46 30 0.01 0.54
Hex 8A 89 88 0 1 1 2E 1E 1 36
Octal 212 211 210 0 1 1 56 36 1 66
Binary 10001010 10001001 10001000 0 1 1 101110 11110 1 110110

Color Harmonies of #8A8988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A8988

Black with #8A8988

Text Example


Text Example

White with #8A8988

Text Example


Text Example

HTML Codes & Css Web 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>