Html Css Color HEX #989E8B Delta

📋 copy color: '#989E8B'

red 152 ◦ green 158 ◦ blue 139

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

Shades of Delta #989E8B

Tints of Delta #989E8B

RGB

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

 GREEN value IS 158 (62.11% from 255) = 35.19%

 BLUE value IS 139 (54.69% from 255) = 30.96%

R = 33.85%
G = 35.19%
B = 30.96%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.12

 K value IS 0.38

RGB Variations

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

Color information

#989E8B (or 0x989E8B) is known color: Delta. HEX triplet: 98, 9E and 8B. RGB value is (152,158,139). Sum of RGB (Red+Green+Blue) = 152+158+139=449 (59% of max value = 765). Red value is 152 (59.77% from 255 or 33.85% from 449); Green value is 158 (62.11% from 255 or 35.19% from 449); Blue value is 139 (54.69% from 255 or 30.96% from 449); Max value from RGB is 158 - color contains mainly: green. Hex color #989E8B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #989E8B is #676174. Grayscale: #9A9A9A. Windows color (decimal): -6775157 or 9150104. OLE color: 9150104.

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

Color convert

RGB 152 158 139 -
CMYK 0.04 0 0.12 0.38
HSL 78.95º 0.09% 0.58% -
HSV(B) 78.95º 0.12% 0.62% -
XYZ 29.84 32.99 29.22 -
YUV 154.04 119.51 126.54 -
System Red Green Blue C M Y K H S L
Decimal 152 158 139 0.04 0 0.12 0.38 78.95 0.09 0.58
Hex 98 9E 8B 4 0 C 26 4F 9 3A
Octal 230 236 213 4 0 14 46 117 11 72
Binary 10011000 10011110 10001011 100 0 1100 100110 1001111 1001 111010

Color Harmonies of #989E8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #989E8B

Black with #989E8B

Text Example


Text Example

White with #989E8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,158,139); }

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

background-color css

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

 a { background-color: rgb(152,158,139); }

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

border-color css

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

 span { border-color: rgb(152,158,139); }

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