#998F8F

Color #998F8F Suva Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Suva Grey #998F8F

Tints of Suva Grey #998F8F

Color information

#998F8F (or 0x998F8F) is unknown color: approx Suva Grey. HEX triplet: 99, 8F and 8F. RGB value is (153,143,143). Sum of RGB (Red+Green+Blue) = 153+143+143=439 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.85% from 439); Green value is 143 (56.25% from 255 or 32.57% from 439); Blue value is 143 (56.25% from 255 or 32.57% from 439); Max value from RGB is 153 - color contains mainly: red. Hex color #998F8F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #998F8F is #667070. Grayscale: #919191. Windows color (decimal): -6713457 or 9408409. OLE color: 9408409.

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

Color convert

RGB153143143-
CMYK00.070.070.4
HSL4.67%58.04%-
HSV(B)6.54%60%-
XYZ27.9228.430-
YUV145.99126.31133-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 34.85%
GREEN value IS 143 (56.25% from 255) = 32.57%
BLUE value IS 143 (56.25% from 255) = 32.57%
R=34.85%
G=32.57%
B=32.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.07
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15314314300.070.070.404.6758.04
Hex998F8F07728053a
Octal231217217077500572
Binary10011001100011111000111101111111010000101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998F8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #998F8F;
 }
 .AnyTagClassName
 {
   color: #998F8F;
 }
</style>
background-color css

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

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

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

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

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

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