Html Css Color HEX #988F8F Suva Grey

📋 copy color: '#988F8F'

red 152 ◦ green 143 ◦ blue 143

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

Shades of Suva Grey #988F8F

Tints of Suva Grey #988F8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 32.65%

R = 34.7%
G = 32.65%
B = 32.65%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.06

 K value IS 0.40

RGB Variations

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

Color information

#988F8F (or 0x988F8F) is known color: Suva Grey. HEX triplet: 98, 8F and 8F. RGB value is (152,143,143). Sum of RGB (Red+Green+Blue) = 152+143+143=438 (58% of max value = 765). Red value is 152 (59.77% from 255 or 34.70% from 438); Green value is 143 (56.25% from 255 or 32.65% from 438); Blue value is 143 (56.25% from 255 or 32.65% from 438); Max value from RGB is 152 - color contains mainly: red. Hex color #988F8F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #988F8F is #677070. Grayscale: #919191. Windows color (decimal): -6778993 or 9408408. OLE color: 9408408.

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

Color convert

RGB 152 143 143 -
CMYK 0 0.06 0.06 0.40
HSL 0.04% 0.58% -
HSV(B) 0.06% 0.6% -
XYZ 27.73 28.3 29.99 -
YUV 145.69 126.48 132.5 -
System Red Green Blue C M Y K H S L
Decimal 152 143 143 0 0.06 0.06 0.40 0 0.04 0.58
Hex 98 8F 8F 0 6 6 28 0 4 3A
Octal 230 217 217 0 6 6 50 0 4 72
Binary 10011000 10001111 10001111 0 110 110 101000 0 100 111010

Color Harmonies of #988F8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988F8F

Black with #988F8F

Text Example


Text Example

White with #988F8F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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