Html Css Color HEX #988F8D Suva Grey

📋 copy color: '#988F8D'

red 152 ◦ green 143 ◦ blue 141

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

Shades of Suva Grey #988F8D

Tints of Suva Grey #988F8D

RGB

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

 GREEN value IS 143 (56.25% from 255) = 32.8%

 BLUE value IS 141 (55.47% from 255) = 32.34%

R = 34.86%
G = 32.8%
B = 32.34%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.07

 K value IS 0.40

RGB Variations

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

Color information

#988F8D (or 0x988F8D) is known color: Suva Grey. HEX triplet: 98, 8F and 8D. RGB value is (152,143,141). Sum of RGB (Red+Green+Blue) = 152+143+141=436 (57% of max value = 765). Red value is 152 (59.77% from 255 or 34.86% from 436); Green value is 143 (56.25% from 255 or 32.80% from 436); Blue value is 141 (55.47% from 255 or 32.34% from 436); Max value from RGB is 152 - color contains mainly: red. Hex color #988F8D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #988F8D is #677072. Grayscale: #919191. Windows color (decimal): -6778995 or 9277336. OLE color: 9277336.

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

Color convert

RGB 152 143 141 -
CMYK 0 0.06 0.07 0.40
HSL 10.91º 0.05% 0.57% -
HSV(B) 10.91º 0.07% 0.6% -
XYZ 27.58 28.24 29.2 -
YUV 145.46 125.48 132.66 -
System Red Green Blue C M Y K H S L
Decimal 152 143 141 0 0.06 0.07 0.40 10.91 0.05 0.57
Hex 98 8F 8D 0 6 7 28 B 5 39
Octal 230 217 215 0 6 7 50 13 5 71
Binary 10011000 10001111 10001101 0 110 111 101000 1011 101 111001

Color Harmonies of #988F8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988F8D

Black with #988F8D

Text Example


Text Example

White with #988F8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,143,141); }

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

background-color css

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

 a { background-color: rgb(152,143,141); }

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

border-color css

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

 span { border-color: rgb(152,143,141); }

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