Html Css Color HEX #998E8D Suva Grey

📋 copy color: '#998E8D'

red 153 ◦ green 142 ◦ blue 141

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

Shades of Suva Grey #998E8D

Tints of Suva Grey #998E8D

RGB

 RED value IS 153 (60.16% from 255) = 35.09%

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

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

R = 35.09%
G = 32.57%
B = 32.34%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.08

 K value IS 0.4

RGB Variations

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

Color information

#998E8D (or 0x998E8D) is known color: Suva Grey. HEX triplet: 99, 8E and 8D. RGB value is (153,142,141). Sum of RGB (Red+Green+Blue) = 153+142+141=436 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.09% from 436); Green value is 142 (55.86% from 255 or 32.57% from 436); Blue value is 141 (55.47% from 255 or 32.34% from 436); Max value from RGB is 153 - color contains mainly: red. Hex color #998E8D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #998E8D is #667172. Grayscale: #919191. Windows color (decimal): -6713715 or 9277081. OLE color: 9277081.

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

Color convert

RGB 153 142 141 -
CMYK 0 0.07 0.08 0.4
HSL 0.06% 0.58% -
HSV(B) 0.08% 0.6% -
XYZ 27.62 28.04 29.16 -
YUV 145.18 125.64 133.58 -
System Red Green Blue C M Y K H S L
Decimal 153 142 141 0 0.07 0.08 0.4 5 0.06 0.58
Hex 99 8E 8D 0 7 8 28 5 6 3A
Octal 231 216 215 0 7 10 50 5 6 72
Binary 10011001 10001110 10001101 0 111 1000 101000 101 110 111010

Color Harmonies of #998E8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #998E8D

Black with #998E8D

Text Example


Text Example

White with #998E8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,142,141); }

 H1.HeaderClassName
 {
   color: #998E8D;
 }
 .AnyTagClassName
 {
   color: #998E8D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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