Html Css Color HEX #989B7D Sage

📋 copy color: '#989B7D'

red 152 ◦ green 155 ◦ blue 125

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

Shades of Sage #989B7D

Tints of Sage #989B7D

RGB

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

 GREEN value IS 155 (60.94% from 255) = 35.88%

 BLUE value IS 125 (49.22% from 255) = 28.94%

R = 35.19%
G = 35.88%
B = 28.94%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.19

 K value IS 0.39

RGB Variations

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

Color information

#989B7D (or 0x989B7D) is known color: Sage. HEX triplet: 98, 9B and 7D. RGB value is (152,155,125). Sum of RGB (Red+Green+Blue) = 152+155+125=432 (57% of max value = 765). Red value is 152 (59.77% from 255 or 35.19% from 432); Green value is 155 (60.94% from 255 or 35.88% from 432); Blue value is 125 (49.22% from 255 or 28.94% from 432); Max value from RGB is 155 - color contains mainly: green. Hex color #989B7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #989B7D is #676482. Grayscale: #969696. Windows color (decimal): -6775939 or 8231832. OLE color: 8231832.

HSL color Cylindrical-coordinate representation of color #989B7D: hue angle of 66º degrees, saturation: 0.13, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #989B7D is Cyan = 0.02, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.39.

Color convert

RGB 152 155 125 -
CMYK 0.02 0 0.19 0.39
HSL 66º 0.13% 0.55% -
HSV(B) 66º 0.19% 0.61% -
XYZ 28.37 31.6 24.01 -
YUV 150.68 113.51 128.94 -
System Red Green Blue C M Y K H S L
Decimal 152 155 125 0.02 0 0.19 0.39 66 0.13 0.55
Hex 98 9B 7D 2 0 13 27 42 D 37
Octal 230 233 175 2 0 23 47 102 15 67
Binary 10011000 10011011 1111101 10 0 10011 100111 1000010 1101 110111

Color Harmonies of #989B7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #989B7D

Black with #989B7D

Text Example


Text Example

White with #989B7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #989B7D; }

 p { color: rgb(152,155,125); }

 H1.HeaderClassName
 {
   color: #989B7D;
 }
 .AnyTagClassName
 {
   color: #989B7D;
 }
</style>

background-color css

<style>
 a { background-color: #989B7D; }

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

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

border-color css

<style>
 span { border-color: #989B7D; }

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

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