#979B94

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

Shades of Delta #979B94

Tints of Delta #979B94

Color information

#979B94 (or 0x979B94) is unknown color: approx Delta. HEX triplet: 97, 9B and 94. RGB value is (151,155,148). Sum of RGB (Red+Green+Blue) = 151+155+148=454 (60% of max value = 765). Red value is 151 (59.38% from 255 or 33.26% from 454); Green value is 155 (60.94% from 255 or 34.14% from 454); Blue value is 148 (58.20% from 255 or 32.60% from 454); Max value from RGB is 155 - color contains mainly: green. Hex color #979B94 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #979B94 is #68646B. Grayscale: #999999. Windows color (decimal): -6841452 or 9739159. OLE color: 9739159.

HSL color Cylindrical-coordinate representation of color #979B94: hue angle of 94.29º degrees, saturation: 0.03, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #979B94 is Cyan = 0.03, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.39.

Color convert

RGB151155148-
CMYK0.0300.050.39
HSL94.29º3.38%59.41%-
HSV(B)94.29º4.52%60.78%-
XYZ29.8332.1632.65-
YUV153.01125.17126.57-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 33.26%
GREEN value IS 155 (60.94% from 255) = 34.14%
BLUE value IS 148 (58.20% from 255) = 32.60%
R=33.26%
G=34.14%
B=32.60%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1511551480.0300.050.3994.293.3859.41
Hex979B94305275e33b
Octal22723322430547136373
Binary100101111001101110010100110101100111101111011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #979B94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,155,148); }

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

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

 a { background-color: rgb(151,155,148); }

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

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

 span { border-color: rgb(151,155,148); }

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