Html Css Color HEX #8E8988 Suva Grey

📋 copy color: '#8E8988'

red 142 ◦ green 137 ◦ blue 136

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

Shades of Suva Grey #8E8988

Tints of Suva Grey #8E8988

RGB

 RED value IS 142 (55.86% from 255) = 34.22%

 GREEN value IS 137 (53.91% from 255) = 33.01%

 BLUE value IS 136 (53.52% from 255) = 32.77%

R = 34.22%
G = 33.01%
B = 32.77%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.04

 K value IS 0.44

RGB Variations

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

Color information

#8E8988 (or 0x8E8988) is known color: Suva Grey. HEX triplet: 8E, 89 and 88. RGB value is (142,137,136). Sum of RGB (Red+Green+Blue) = 142+137+136=415 (54% of max value = 765). Red value is 142 (55.86% from 255 or 34.22% from 415); Green value is 137 (53.91% from 255 or 33.01% from 415); Blue value is 136 (53.52% from 255 or 32.77% from 415); Max value from RGB is 142 - color contains mainly: red. Hex color #8E8988 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8E8988 is #717677. Grayscale: #8A8A8A. Windows color (decimal): -7435896 or 8948110. OLE color: 8948110.

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

Color convert

RGB 142 137 136 -
CMYK 0 0.04 0.04 0.44
HSL 10º 0.03% 0.55% -
HSV(B) 10º 0.04% 0.56% -
XYZ 24.54 25.42 26.91 -
YUV 138.38 126.66 130.58 -
System Red Green Blue C M Y K H S L
Decimal 142 137 136 0 0.04 0.04 0.44 10 0.03 0.55
Hex 8E 89 88 0 4 4 2C A 3 37
Octal 216 211 210 0 4 4 54 12 3 67
Binary 10001110 10001001 10001000 0 100 100 101100 1010 11 110111

Color Harmonies of #8E8988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E8988

Black with #8E8988

Text Example


Text Example

White with #8E8988

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #8E8988;
 }
 .AnyTagClassName
 {
   color: #8E8988;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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