Html Css Color HEX #989D8F Delta

📋 copy color: '#989D8F'

red 152 ◦ green 157 ◦ blue 143

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

Shades of Delta #989D8F

Tints of Delta #989D8F

RGB

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

 GREEN value IS 157 (61.72% from 255) = 34.73%

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

R = 33.63%
G = 34.73%
B = 31.64%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.09

 K value IS 0.38

RGB Variations

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

Color information

#989D8F (or 0x989D8F) is known color: Delta. HEX triplet: 98, 9D and 8F. RGB value is (152,157,143). Sum of RGB (Red+Green+Blue) = 152+157+143=452 (59% of max value = 765). Red value is 152 (59.77% from 255 or 33.63% from 452); Green value is 157 (61.72% from 255 or 34.73% from 452); Blue value is 143 (56.25% from 255 or 31.64% from 452); Max value from RGB is 157 - color contains mainly: green. Hex color #989D8F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #989D8F is #676270. Grayscale: #999999. Windows color (decimal): -6775409 or 9411992. OLE color: 9411992.

HSL color Cylindrical-coordinate representation of color #989D8F: hue angle of 81.43º degrees, saturation: 0.07, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #989D8F is Cyan = 0.03, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.38.

Color convert

RGB 152 157 143 -
CMYK 0.03 0 0.09 0.38
HSL 81.43º 0.07% 0.59% -
HSV(B) 81.43º 0.09% 0.62% -
XYZ 29.96 32.77 30.73 -
YUV 153.91 121.84 126.64 -
System Red Green Blue C M Y K H S L
Decimal 152 157 143 0.03 0 0.09 0.38 81.43 0.07 0.59
Hex 98 9D 8F 3 0 9 26 51 7 3B
Octal 230 235 217 3 0 11 46 121 7 73
Binary 10011000 10011101 10001111 11 0 1001 100110 1010001 111 111011

Color Harmonies of #989D8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #989D8F

Black with #989D8F

Text Example


Text Example

White with #989D8F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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