Html Css Color HEX #988E8C Suva Grey

📋 copy color: '#988E8C'

red 152 ◦ green 142 ◦ blue 140

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

Shades of Suva Grey #988E8C

Tints of Suva Grey #988E8C

RGB

 RED value IS 152 (59.77% from 255) = 35.02%

 GREEN value IS 142 (55.86% from 255) = 32.72%

 BLUE value IS 140 (55.08% from 255) = 32.26%

R = 35.02%
G = 32.72%
B = 32.26%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.08

 K value IS 0.40

RGB Variations

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

Color information

#988E8C (or 0x988E8C) is known color: Suva Grey. HEX triplet: 98, 8E and 8C. RGB value is (152,142,140). Sum of RGB (Red+Green+Blue) = 152+142+140=434 (57% of max value = 765). Red value is 152 (59.77% from 255 or 35.02% from 434); Green value is 142 (55.86% from 255 or 32.72% from 434); Blue value is 140 (55.08% from 255 or 32.26% from 434); Max value from RGB is 152 - color contains mainly: red. Hex color #988E8C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #988E8C is #677173. Grayscale: #909090. Windows color (decimal): -6779252 or 9211544. OLE color: 9211544.

HSL color Cylindrical-coordinate representation of color #988E8C: hue angle of 10º degrees, saturation: 0.06, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #988E8C is Cyan = 0, Magento = 0.07, Yellow = 0.08 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 142 140 -
CMYK 0 0.07 0.08 0.40
HSL 10º 0.06% 0.57% -
HSV(B) 10º 0.08% 0.6% -
XYZ 27.36 27.91 28.76 -
YUV 144.76 125.31 133.16 -
System Red Green Blue C M Y K H S L
Decimal 152 142 140 0 0.07 0.08 0.40 10 0.06 0.57
Hex 98 8E 8C 0 7 8 28 A 6 39
Octal 230 216 214 0 7 10 50 12 6 71
Binary 10011000 10001110 10001100 0 111 1000 101000 1010 110 111001

Color Harmonies of #988E8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988E8C

Black with #988E8C

Text Example


Text Example

White with #988E8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #988E8C; }

 p { color: rgb(152,142,140); }

 H1.HeaderClassName
 {
   color: #988E8C;
 }
 .AnyTagClassName
 {
   color: #988E8C;
 }
</style>

background-color css

<style>
 a { background-color: #988E8C; }

 a { background-color: rgb(152,142,140); }

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

border-color css

<style>
 span { border-color: #988E8C; }

 span { border-color: rgb(152,142,140); }

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