#979F8B

Color #979F8B Delta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Delta #979F8B

Tints of Delta #979F8B

Color information

#979F8B (or 0x979F8B) is unknown color: approx Delta. HEX triplet: 97, 9F and 8B. RGB value is (151,159,139). Sum of RGB (Red+Green+Blue) = 151+159+139=449 (59% of max value = 765). Red value is 151 (59.38% from 255 or 33.63% from 449); Green value is 159 (62.5% from 255 or 35.41% from 449); Blue value is 139 (54.69% from 255 or 30.96% from 449); Max value from RGB is 159 - color contains mainly: green. Hex color #979F8B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #979F8B is #686074. Grayscale: #9A9A9A. Windows color (decimal): -6840437 or 9150359. OLE color: 9150359.

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

Color convert

RGB151159139-
CMYK0.0500.130.38
HSL84º9.43%58.43%-
HSV(B)84º12.58%62.35%-
XYZ29.8233.2429.27-
YUV154.33119.35125.63-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 33.63%
GREEN value IS 159 (62.5% from 255) = 35.41%
BLUE value IS 139 (54.69% from 255) = 30.96%
R=33.63%
G=35.41%
B=30.96%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1511591390.0500.130.38849.4358.43
Hex979F8B50D265493a
Octal2272372135015461241172
Binary1001011110011111100010111010110110011010101001001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #979F8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #979F8B; }

 p { color: rgb(151,159,139); }

 H1.HeaderClassName
 {
   color: #979F8B;
 }
 .AnyTagClassName
 {
   color: #979F8B;
 }
</style>
background-color css

<style>
 a { background-color: #979F8B; }

 a { background-color: rgb(151,159,139); }

 div.DivClassName
 {
   background-color: #979F8B;
 }
 .BgClassName
 {
   background-color: #979F8B;
 }
</style>
border-color css

<style>
 span { border-color: #979F8B; }

 span { border-color: rgb(151,159,139); }

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