Html Css Color HEX #989B8E Delta

📋 copy color: '#989B8E'

red 152 ◦ green 155 ◦ blue 142

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

Shades of Delta #989B8E

Tints of Delta #989B8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 31.63%

R = 33.85%
G = 34.52%
B = 31.63%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.08

 K value IS 0.39

RGB Variations

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

Color information

#989B8E (or 0x989B8E) is known color: Delta. HEX triplet: 98, 9B and 8E. RGB value is (152,155,142). Sum of RGB (Red+Green+Blue) = 152+155+142=449 (59% of max value = 765). Red value is 152 (59.77% from 255 or 33.85% from 449); Green value is 155 (60.94% from 255 or 34.52% from 449); Blue value is 142 (55.86% from 255 or 31.63% from 449); Max value from RGB is 155 - color contains mainly: green. Hex color #989B8E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #989B8E is #676471. Grayscale: #989898. Windows color (decimal): -6775922 or 9345944. OLE color: 9345944.

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

Color convert

RGB 152 155 142 -
CMYK 0.02 0 0.08 0.39
HSL 73.85º 0.06% 0.58% -
HSV(B) 73.85º 0.08% 0.61% -
XYZ 29.55 32.07 30.22 -
YUV 152.62 122.01 127.56 -
System Red Green Blue C M Y K H S L
Decimal 152 155 142 0.02 0 0.08 0.39 73.85 0.06 0.58
Hex 98 9B 8E 2 0 8 27 4A 6 3A
Octal 230 233 216 2 0 10 47 112 6 72
Binary 10011000 10011011 10001110 10 0 1000 100111 1001010 110 111010

Color Harmonies of #989B8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #989B8E

Black with #989B8E

Text Example


Text Example

White with #989B8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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